@charset "UTF-8";
/* CSS Document */
/* STRUCTURE */

/*
font-family: 'Raleway', sans-serif;
font-family: 'Libre Baskerville', serif;
*/

body {
	margin-top:0 !important;
	margin-left:0 !important;
	margin-right:0 !important;
	margin-bottom:0 !important;
	padding:0 !important;
	border:0 !important;
	font-family: 'Raleway', sans-serif; font-weight: 400;
	font-size:16px;
	color:#000;
	background: #fff;
}
p {
	font-size:14px;
	font-family: 'Raleway', sans-serif; font-weight: 400;
	color:#000;
	margin:0 auto;
	text-align:center;
	line-height: 22px;
}
a {
    text-decoration: none;
	color:#000;
}
a:hover {
	font-weight: 700;
}
header {
	height: auto;
	padding: 0;
}
header p {
	padding: 5px 0;	
	font-size: 14px;
}
.headerFloatLeft {
	float: left;
	margin-left: 10%;
}
.headerFloatRight {
	float: right;
	margin-right: 10%;
}
nav {
	height: 100px;
	background: #fff2d6;
	width: 100%;
	margin:auto;
}
h1 {
	font-family: 'Libre Baskerville', serif; font-weight: 700;
	font-size: 25px;
	margin-top:34px;
	padding:0;
}
h2 {
	font-family: 'Libre Baskerville', serif; font-weight: 400;
	font-size: 18px;
	margin-top:0;
	padding:0;
	text-align: center;
}
ul {
    list-style-type: none;
    margin-top: 39px;
	padding:0;
    text-align:right;
}
li {
	display:inline;
	font-size:18px;
	font-family: 'Raleway', sans-serif; font-weight: 400;
	color:#000;
	padding: 0 0 0 40px;
}
li a {
	color:#000;
	text-decoration: none;
}
li a:hover {
	font-weight: 700;
}
li a:active {
	text-decoration:underline;	
}
#clear {
	clear: both;
}
#header_image {
	width: 100%;
	height: 500px;
	background-image: url("office.jpg");
	background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: center center;
    background-size: cover;
	border-top: 8px solid #9aa9af;
	border-bottom: 8px solid #9aa9af;
}
#header_image2 {
	width: 100%;
	height: 500px;
	background-image: url("office2.jpg");
	background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: center center;
    background-size: cover;
	border-top: 8px solid #9aa9af;
	border-bottom: 8px solid #9aa9af;
}
#about {
	width: 100%;
	margin:auto;
	padding: 50px 0;
	background: #fff2d6;
}
#about p {
	width:60%;	
}
#about_practice {
	width: 100%;
	margin:auto;
	padding: 50px 0;
	background: #fff2d6;
}
#about_practice p {
	width:60%;	
}
#more {
	width:100%;
}
#extra {
	width: 100%;
	margin:auto;
	padding: 50px 0;	
}
#extra p {
	width:60%;	
}
#arrow {
	margin:auto;
	height: 13px;
	width: 27px;
	display: inherit;
}
.arrow-down {
  width: 0; 
  height: 0;
  margin:auto;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #fff2d6;
}
#practices {
	width: 100%;
	margin:auto;
}
#photo {
	width:250px;
	height:250px;
	margin:auto;
	margin-bottom: 20px;
	background-image: url("JanetBSnyder.png");
	background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: center center;
    background-size:contain;
}
#clinical {
	width: 30%;
	float:left;
	margin:auto;
	padding: 50px 5% 50px 15%;
}
#forensic {
	width: 30%;
	float:left;	
	margin:auto;
	padding: 50px 15% 50px 5%;
}
footer {
	width: 100%;
	height: auto;
	margin:auto;
	padding: 60px 0;
	text-align:center;
	background: #fff2d6;
}
footer p {
	font-family: 'Libre Baskerville', serif; font-weight: 400;
	font-size: 16px;
	text-align:center;
}
h3 {
	font-family: 'Libre Baskerville', serif; font-weight: 700;
	font-size: 20px;
	text-align:center;
}
h4 {
	font-family: 'Raleway', sans-serif; font-weight: 700;
	font-size: 20px;
	text-align:center;
	margin-bottom:8px;
}
#find {
	width: 100%;
	margin:auto;
	padding: 50px 0;
	margin-bottom: 100px;
}
#find p {
	width: 60%;	
}
#images {
	width: 70%;
	margin:auto;
	height: 500px;
	margin-top: 100px;	
	margin-bottom: 100px;
}
#building {
	width: 40%;
	float: left;
	margin-right: 5%;
	height: 500px;
	background-image: url("Cattell_Building.jpg");
	background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: top center;
    background-size: contain;
}
#map {
	width: 55%;
	float: left;
	height: 500px;
	background: #fff;	
}








/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 900px) {

	li {
		font-size:16px;
		padding: 0 0 0 20px;
	}
	#clinical {
		width: 60%;
		float:none;
		margin:auto;
		padding: 30px 0 15px 0;
	}
	#forensic {
		width: 60%;
		float:none;
		margin:auto;
		padding: 15px 0 30px 0;
	}
	#images {
		width: 90%;
	}

}


@media screen and (max-width: 768px) {

	#about p {
		width:80%;	
	}
	#about_practice p {
		width:80%;	
	}
	#extra p {
		width: 80%;	
	}
	#clinical {
		width: 80%;
		float:none;
		margin:auto;
		padding: 30px 0 15px 0;
	}
	#forensic {
		width: 80%;
		float:none;
		margin:auto;
		padding: 15px 0 30px 0;
	}
	#images {
		margin-top: 50px;
		margin-bottom: 50px;	
	}
	#find p {
		width: 80%;	
	}
	
}


@media screen and (max-width: 650px) {

	#images {
		width: 90%;
		margin:auto;
		height: 600px;
		margin-top: 50px;	
		margin-bottom: 50px;
	}
	#building {
		width: 70%;
		float: none;
		margin-right: 0;
		margin:auto;
		height: 275px;
		background-image: url("national_building.jpg");
		background-repeat: no-repeat;
		background-attachment:scroll;
		background-position: top center;
		background-size: contain;
	}
	#map {
		width: 90%;
		float: none;
		padding-top: 25px;
		margin:auto;
		height: 300px;
		background: #fff;	
	}
	#find {
		margin-bottom: 30px;	
	}
	#header_image {
		width: 100%;
		height: 300px;
	}
	#header_image2 {
		width: 100%;
		height: 300px;
	}
	.headerFloatRight {
		float: none;
		margin:auto;	
	}
	.headerFloatLeft {
		float: none;
		margin:auto;	
	}
	nav {
		height:auto;	
	}
	h1.headerFloatLeft {
		float: none;
		margin:auto;
		text-align:center;
		padding-top: 34px;
		height: 68px;
	}
	ul.headerFloatRight {
		float: none;
		margin:auto;
		background:#fff;
		padding: 10px 0;
		width:100%;
		text-align:center;
	}
	
}
