/* CSS Document for manandvanashford.com */

/* Default Body setup -------------------------------------------------------------------------------------------------------------------------- */
body {
	color: #2a2a2a;
	background-color: #fff;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 14px;
	font-weight: 300; color: #555; margin: 0; padding: 0;
	line-height: 1.5em;
}
body, html {
	height: 100%;
}
body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #2a2a2a;
	margin: 5px 0;
}
h2 {
	font-size: 1.2em;
}
.container {
	width: 100%;
	margin: 0 auto; 
	position: relative;
}
p {
	margin: 18px 0;
}

/* Links and Buttons --------------------------------------------------------------------------------------------------------------------------- */
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a.btn-b { font-size: 1em; text-decoration: none; color: #000; border: 1px solid #000; padding: 4px 10px; transition: background-color .5s; } 
a.btn-b:hover { background-color: rgba(25,25,25,.3); }

a.blue:link, a.blue:visited {
	color: #057d9f;
	text-decoration: none;
	font-weight: bold;
}
a.blue-bold:link, a.blue-bol:visited {
	color: #057d9f;
	text-decoration: none;
}

/* Header -------------------------------------------------------------------------------------------------------------------------------------- */
header {
	background: url(https://www.manandvanashford.com/images/headerbg.jpg) repeat-x left top;
	height: auto;	/* was 200px */
}
header .header-container {
	width: 800px;
	margin: 0 auto;
}
.header-top {
	height: 113px;
	padding: 45px 0 0 0;
}
.header-top h1, .header-top h2 {
	display: none;
}
.header-top .image-logo {
	width: 376px;
	height: auto;
}

/* Navigation ---------------------------------------------------------------------------------------------------------------------------------- */
.navigation-container {
	height: 42px;
	margin-bottom: -1px;
}
.navigation-tab {
	background: url(https://www.manandvanashford.com/images/navtile.jpg) repeat-x left bottom;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 20px 13px 20px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
    display: inline;
	position: relative;
	line-height: 42px;
	margin-left: 1px; 
	margin-right: 1px; 
}
a.navigation-tab-link {
	text-decoration: none;
	color: #fff;	
}	
a.navigation-tab:hover, a.navigation-tab-link:hover {
	color: #000;
	background: #e9f6fa;
}
a.orange-navigation-tab {
	background: url(https://www.manandvanashford.com/images/navtileorange.jpg) repeat-x left bottom;
}
a.navigation-tab-link-current {
	color: #000;
	background: #e9f6fa;
}

/* Layout -------------------------------------------------------------------------------------------------------------------------------------- */
section {
	width: 800px;
	margin: 0 auto;
}
article.full-width ol,article.full-width ul {
	margin-left: 30px;
}
article.full-width p {
	padding-left: 20px;
}
article.full-width.no-padding p {
	padding-left: 0px;
}
article.full-width {
	width: 100% !important;
	margin: 10px 10px;
}
article {
	width: 30%;
	margin: 20px 10px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px; 
	min-height: 100px;
}
.image-right {
	float: right; 
	margin: 0 10px 15px 10px;
	display: inline-block;
	width: 300px;
	height: auto;  /* was 179px */
}

article blockquote { margin: 0 0 0 30px; color: #444; background-color: #fff; position: relative; bottom: 0; right: 4%; }  /* block quote will sit on bottom baseline */
article blockquote p { margin: 30px 30px 20px 50px; } 
article blockquote p.quote { font-style: italic; font-size: 0.9em; }
article blockquote p.credit { color: #777; font-size: 1em; margin-top: 0; padding-left: 20px; line-height: 1.3em; position:relative; }  /* properties override blockquote and p properties above */
article blockquote::before { content:'\201c'; color: #d2bd65; position: absolute; top:10px; left:8px; font-size: 5em; font-family: serif; } /* characters are Unicode values */
article blockquote p.quote::after { content:'\201d'; font-family: serif; } /* characters are Unicode values */
article blockquote p.credit::before { content:'\2014'; position:absolute; top: -1px; left:-16px; } /* characters are Unicode values */

/* Featured Image and Text --------------------------------------------------------------------------------------------------------------------- */
.featured-section {
	border-top: 1px solid #fff;
	position: relative; 
	top: -1px;
	background: url(https://www.manandvanashford.com/images/featuredbg.jpg) repeat-x center top;
}
.featured-section .featured-container {
	width: 800px;
	margin: 0 auto;
}
.van-image-style {
	margin: 0px 30px 10px 0px;
	height: auto; 
	width: 404px;
	display: inline-block;
}
.featured-section-left {
	float: left;
	padding: 20px 0;
	width: 420px;
	margin: 0 auto;
}
.featured-section-right {
	float: right;
	padding: 20px 0;
	width: 360px;
	margin: 0 auto;
}
.featured-section-right h2 {
	font-family: Georgia, Times,serif; 
	font-size: 1.8em; 
	color:#057D9F; 
	line-height: 20px; 
	padding: 30px 0 5px 0;
	display: inline-block;
}
.featured-section-right p {
	display: inline-block;
	margin-right:10px; 
	font-weight:bold; 
	line-height: 27px; 
	color: #333333; 
	font-family: Tahoma, sans-serif; 
	font-size: 1.3em;
	margin-top: 10px;
}

/* Layout -------------------------------------------------------------------------------------------------------------------------------------- */
.breadcrumb {
	border-bottom: 1px solid #e2e2e2;
	font-size: 12px;
	padding: 10px 0 10px 0;
}
.breadcrumb p {
	margin: 0;
}
.breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
}

/* Footer -------------------------------------------------------------------------------------------------------------------------------------- */
footer {
	color: #fff;
	background: #057d9f; 
}
footer .footer-container {
	width: 800px;
	margin: 0 auto;
}
footer h3 {
	color: #fff;
	font-size: 18px;
	margin: 20px 0 0 0;
}
footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .location-details {
	float: left;
	display: inline-block;
	width: 500px;
	margin: 0;
	padding: 20px 20px 20px 0px;
}
footer .contact-details {
	background: #258eab; 
	float: left;
	display: inline-block;
	width: 240px; 
	height: 300px;
	margin: 0;
	padding: 20px 20px 20px 20px;
}

/* Contact Form -------------------------------------------------------------------------------------------------------------------------------- */
.contact-form {
	width: 90%; 
	padding: 15px; 
	margin: 30px 10px 0px 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    height: 45px;
}
.contact-form textarea {
    resize:none;
    overflow: hidden;
}
.contact-form input[type="submit"] {
    background-color: #057d9f;
    border: 1px solid #057d9f;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
}
.contact-form input[type="submit"]:hover { background-color: #407192; }

/* Class to clear ------------------------------------------------------------------------------------------------------------------------------ */
.clear {
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

/* Media Queries ------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 825px) { /* rules cascade down if size is less */

	.header-top { padding: 45px 0 0 30px; }
	.breadcrumb { padding: 10px 0 10px 10px; }
	.header .header-container { width: 780px; }

	section { width: 760px; }
	.van-image-style { width: 350px; }
	.image-right { margin: 0px; padding: 10px; width:280px; }
	article.full-width p { padding: 0px 10px 0px 10px; }

	.featured-section .featured-container { width: 760px; }
	.featured-section-left { padding: 20px 0; width: 380px; }
	.featured-section-right { padding: 20px 0; width: 320px; }
	.featured-section-right h2 { font-size: 1.5em; line-height: 18px; padding: 30px 0 5px 0; }	
	.featured-section-right p { font-size: 1.2em; }

	footer .footer-container { width: 780px; }
	footer .location-details { width: 450px; padding: 20px 20px 10px 20px; }
	footer .contact-details { width: 240px; height: 300px; }

}
@media screen and (max-width: 766px) {
	
	header .header-container { width: 680px; }
	section { width: 680px; }
	.breadcrumb { width: 95%; }
	.image-right { padding: 5px; width:260px; margin: 0 10px 10px 10px; }
	article.full-width p { padding: 0px 8px 0px 8px; }
	
	.featured-section .featured-container { width: 680px; }
	.van-image-style { width: 350px; }
	.featured-section-left { padding: 20px 0; width: 380px; }
	.featured-section-right { padding: 20px 0; width: 300px; }
	.featured-section-right h2 { font-size: 1.4em; line-height: 18px; padding: 30px 0 5px 0; }	
	.featured-section-right p { font-size: 1.1em; }
	
	footer .footer-container { width: 680px; font-size: 12px; }
	footer .location-details { width: 380px; padding: 10px 20px 10px 10px; }
	footer .contact-details { width: 220px; height: 300px; }
	footer h3 { font-size: 16px; }
	
}
@media screen and (max-width: 667px) {

	.featured-section-right h2 { font-size: 1.3em; line-height: 16px; padding: 30px 0 5px 0; }	
	article.full-width p { padding: 0px 18px 0px 18px; margin-right: 8px;}
	article.full-width ol,article.full-width ul { padding: 0px 18px 0px 18px; margin-right: 18px; }

}
@media screen and (max-width: 656px) {
	
	header .header-container { width: 610px; }
	section { width: 610px; }
	.image-right { width:220px; }
	.navigation-tab { font-size: 14px; padding: 13px 15px 13px 15px; }
	
	.featured-section .featured-container { width: 610px; }
	.van-image-style { width: 310px; }
	.featured-section-left { padding: 20px 0; width: 320px; }
	.featured-section-right { padding: 20px 0; width: 290px; }
	.featured-section-right p { font-size: 1.0em; }
	article { width: 45%; }
	
	footer .footer-container { width: 610px; }
	footer .location-details { width: 350px; padding: 10px; }
	footer .contact-details { width: 210px; height: 330px; padding: 10px; }

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

	header .header-container { width: 590px; }
	.navigation-container { height: 41px; }
	.navigation-tab { font-size: 12px; padding: 13px 15px 13px 15px; }
	section { width: 590px; }
	article.full-width ol,article.full-width ul { margin-left: 0px; padding: 10px; }
	footer .footer-container { width: 590px; }
	footer .location-details { width: 330px; padding: 10px; }
	footer .contact-details { width: 210px; height: 330px; padding: 10px; }
	
}
@media screen and (max-width: 569px) {

	header .header-container { width: 548px; }
	.navigation-tab { font-size: 12px; padding: 13px 10px 13px 10px; }
	section { width: 548px; }
	
	.featured-section .featured-container { width: 548px; }
	.van-image-style { width: 260px; }
	.featured-section-left { padding: 20px 0; width: 260px; }
	.featured-section-right { padding: 20px 0; width: 250px; }
	.featured-section-right h2 { font-size: 1.1em; line-height: 16px; padding: 30px 0 5px 0; }	
	.featured-section-right p { font-size: 0.9em; }
	
	footer .footer-container { width: 548px; }
	footer .location-details { width: 290px; padding: 10px; }
	footer .contact-details { width: 210px; height: 330px; padding: 10px; }
	
}
@media screen and (max-width: 480px) {
	
	section { width: 460px; }
	.van-image-style { width: 230px; }
	.featured-section-left { padding: 10px 0; width: 230px; }
	.featured-section-right { padding: 10px 0; width: 230px; float: left; margin-left: 10px;}
	.featured-section-right h2 { font-size: 1em; line-height: 12px; padding: 15px 0 5px 0; }	
	
	footer .footer-container { width: 100%; margin: 0px;}
	footer .location-details { width: 95%; padding: 10px; }
	footer .contact-details { display:block; width: 97%; height: 240px; padding: 10px; }

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

	header { height: auto; width: 100%; }
	
	header .header-container { width: 100%; height: auto; }
	.navigation-container::after { content:''; display:block;clear: both; } /* characters are Unicode values */
	.navigation-container { height: auto; background-color: #ccc; }

	.navigation-tab { display: block; }

	.navigation-tab {
		font-size: 14px;
		font-weight: bold;
		padding: 1px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		position: relative;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	section { width: 400px; }

	.featured-section .featured-container { width: 400px; }
	.van-image-style { width: 160px; }
	.featured-section-left { padding: 10px 0; width: 170px; }
	.featured-section-right { padding: 10px 0; width: 230px; float: left; margin-left: 0; }
	.featured-section-right h2 { font-size: 1em; line-height: 12px; padding: 15px 0 5px 0; }	
	.featured-section-right p { font-size: 0.8em; }
	
	article.full-width ol,article.full-width ul { margin-left: 0px; padding: 10px; }
	article { width: 80%; }

	footer .contact-details { width: 95%; }

}

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

	header { height: auto; width: 100%; }
	
	header .header-container { width: 100%; height: auto; }
	.navigation-container::after { content:''; display:block;clear: both; } /* characters are Unicode values */
	.navigation-container { height: auto; background-color: #ccc; }

	.header-top { height: 90px; }
	.header-top .image-logo { width: 310px; }
	.navigation-tab { display: block; }

	.navigation-tab {
		font-size: 14px;
		font-weight: bold;
		padding: 1px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		position: relative;
		text-align: center;
	}
	.van-image-style { width: 220px; }
	.featured-section .featured-container { width: 390px; }
	.featured-section-left { padding: 10px 0px 0px 0px; width: 380px; display: block; text-align: center; }
	.featured-section-right { padding: 0px; width: 360px; text-align: center;}
	.featured-section-right h2 { font-size: 1.1em; line-height: 12px; padding: 15px 0 5px 0; }	
	.featured-section-right p { font-size: 0.8em; line-height: 14px; }
	
	section { width: 95%; }

	.contact-form { width: 90%; padding: 10px; margin: 30px 0px 0px 0px; }
 
}
/* End of CSS ---------------------------------------------------------------------------------------------------------------------------------- */