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

html {
	height:100%;
	width:100%;
}

body { 
	font-family: 'Roboto Slab', serif; background-color: #eee;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	box-sizing: border-box;
	color:#12365b;
	font-size:16px;
	line-height: normal;
}

a {
	text-decoration: none;
	color:#12365b;
	font-weight: bold;
}

a:hover {
	color:#eebb5c;
	text-decoration: none;
}


.socialLink {
	display:inline-block;
	margin: 4px 5px;
	width:41px;
	height:41px;
	cursor:pointer;
	background-image: url("images/code33_social_icons_45.png");
	background-repeat: no-repeat;
}

.facebookIcon {
	background-position: 0px 0px;
}

.facebookIcon:hover {
	background-position: 0px -42px;
}

.instagramIcon {
	background-position: -42px 0px;
}

.instagramIcon:hover {
	background-position: -42px -42px;
}

.googleIcon {
	background-position: -84px 0px;
}

.googleIcon:hover {
	background-position: -84px -42px;
}

.yelpIcon {
	background-position: -126px 0px;
}

.yelpIcon:hover {
	background-position: -126px -42px;
}

p {
	max-width:1200px;
	margin:auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:100%;
	font-weight:200;
}

h1 {
	text-align:center;
	text-transform: uppercase;
	font-size:150%;
	margin-top:0px;
	font-family: 'Roboto Slab', serif;
}

h2.whyHeader {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:150%;
	font-weight:400;
	margin-top:150px;
}

h2.whyHeader:before {
	display: inline-block;
  	content: ' ';
  	background-image: url('images/checkmark.svg');
  	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center;
  	height: 40px;
  	width: 40px;
	margin-right:-20px;
}

h1:before {
  	display: inline-block;
  	content: ' ';
  	background-image: url('images/heading_icon_left.svg');
  	background-size: 46px 16px;
	background-repeat: no-repeat;
	background-position: center;
  	height: 16px;
  	width: 46px;
}

h1:after {
  	display: inline-block;
  	content: ' ';
  	background-image: url('images/heading_icon_right.svg');
  	background-size: 46px 16px;
	background-repeat: no-repeat;
	background-position: center;
  	height: 16px;
  	width: 46px;
}

h1.white:before {
	display: inline-block;
	content: ' ';
	background-image: url('images/heading_icon_left_white.svg');
	background-size: 46px 16px;
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	width: 46px;
}

h1.white:after {
	display: inline-block;
	content: ' ';
	background-image: url('images/heading_icon_right_white.svg');
	background-size: 46px 16px;
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	width: 46px;
}

h3 {
	margin-top:0px;
}

.formWrapper {
	max-width:500px;
	margin:100px auto;
	padding:0px 1em;
}

input, select, textarea {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
	border-color: #eebb5c;
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238,187,92,0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,187,92,0.6);
}

.help-block {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#b03730;
	font-weight: 300;
	font-size:80%;
	font-style: italic;
}

hr {
  margin-top: 3rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(18,54,91,0.2) ;
}

.button {
	color:#eee;
	display:block;
	font-size: 120%;
	text-align:center;
	border-radius:4px;
	padding:5px 15px;
	width:250px;
	text-decoration: none;
	text-transform: uppercase;
	margin:2em auto;
	font-family: 'Roboto Slab', serif;
	background-color: #eee;
}

.btn {
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #12365b;
    border-color: #12365b;
}

.button:hover {
	color:#eebb5c;
}

.btn-primary:hover {
	color: #eebb5c;
	background-color: #12365b;
}

.blue {
	background-color: #12365b;
}

.outline {
	outline:solid 1px #eee;
}

.outline:hover {
	outline:solid 1px #eebb5c;
}

.red {
	background-color: #b03730;
}

img.half {
	width:45%;
	height:auto;
}

img.left {
	float:left;
	margin: 0px 2em 1em 0px;
}

#about img {
	max-height:280px;
	object-fit: cover;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#main {
	width:100%;
	height:100%;
	box-sizing: border-box;
}

#header {
	box-sizing: border-box;
	position:fixed;
	top:0px;
	width:100%;
	margin:0px;
	padding:0px;
	z-index: 99;
}

#announceBanner {
	color: #eee;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; 
	background-color: #b03730;
	width:100%;
	box-sizing:border-box;
	font-size:80%;
	text-transform: uppercase;
	text-align:center;
	padding: 5px;
	margin:0px;
}

#announceBanner a {
	color:#eee;
	text-decoration: none;
	font-weight: bold;
}

#announceBanner a:hover {
	color:#eebb5c;
}

#headerFreeze {
	height:55px;
	margin:0px;
	padding:0px;
	max-height:55px;
	background-color: #fff;
}

#headerLogo {
	background-color: #fff;
	box-sizing: border-box;
	margin:0px;
	text-align:center;
	width:auto;
	height:0px;
	left:0px;
	vertical-align: middle;
	transition: all .2s;
	float:left;
}

html:not([data-scroll='0']) #headerLogo {	
	height:55px;
	text-align:left;
}

#headerLogoSVG {
	height:0px;
	width:auto;
}

html:not([data-scroll='0']) #headerLogoSVG {
	height:55px;
}

#callNow {
	box-sizing: border-box;
	background-color: #12365b;
	text-align: center;
	margin:0px;
	width:100%;
	height:55px;
	font-size: 200%;
	transition: width .2s;
	flaot:left;
	border-radius:0px;
	display:inline-block;
}

html:not([data-scroll='0']) #callNow {
	font-size: 170%;
	text-align:right;
	border-radius:4px;
	padding:5px 15px;
	margin:4px 10px 0px 0px;
	width:200px;
	height:auto;
	float:right;
}

#callNow a {
	text-decoration: none;
	color:#eee;
	vertical-align: middle;
}

html:not([data-scroll='0']) #callNow a {
	vertical-align: top;
}

#callNow a:hover {
	color:#eebb5c;
}


#specialAnnounce {
	box-sizing: border-box;
	height:auto; 
	width:90%;
	margin:0 5% 0 5%;
	text-align:center; 
	padding:20px;
	transition: height .2s;
	background-color:rgba(176,55,48,0.70);
	position:absolute;
	top:200px;
	color:#fff;
	font-size:20px;
	rotate: -4deg;
	z-index: 100;
}

#logoContainer {
	box-sizing: border-box;
	height:100%; 
	width:100%; 
	text-align:center; 
	margin-top:80px;
	padding:0px;
	transition: height .2s;
	background-color:rgba(240, 240, 240, 0.8);
}

#logoBackground {
	box-sizing: border-box;
	height:100%; 
	width:100%;
	background-image:url('images/new_van_image.jpg');
	background-position: center;
	background-size: cover;
	transition: height .2s;
}

html:not([data-scroll='0']) #logoBackground {
		height:80px; 
	}

html:not([data-scroll='0']) #logoContainer {
		height:80px; 
	}

#mainLogo {
	max-height:80%;
	width:auto;
	margin: 0;
	transition: opacity .2s;
	opacity: 1.0;
}

html:not([data-scroll='0']) #mainLogo {
		opacity: 0;
	}

#about {
	box-sizing: border-box;
	background-color: #12365b;
	width:100%;
	color:#eee;
	font-size:100%;
	padding:1.5em 3em;
}

#about img {
	max-height:280px;
	object-fit: cover;
	object-position: top; 
}

#why {
	box-sizing: border-box;
	width:100%;
	max-width:1300px;
	margin:0px auto;
	font-size:100%;
	padding:1.5em 3em;
	text-align: center;
}

.igFeed {
	max-width:1300px;
	margin:auto;
}

.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	overflow:hidden;
	flex-direction:row;
	align-content: stretch;
}

.flexbox .tripleBox {
	flex:0 1 auto;
}

.tripleBox {
	margin:1em;
	border: 1px solid #12365b;
	padding: 1em 1em;
}

#trust {
	background-image: url("images/handshake_v2.jpg"); 
	background-position: top center;
	background-size:cover; 
}

#trust p, #responsive p, #local p {
	font-weight:300; 
}

#responsive {
	background-image: url("images/hashmark.jpg");
	background-position: top center;
	background-size:cover;
}

#local {
	background-image: url("images/marshfield_circle_barn.jpg");
	background-position: top center;
	background-size:cover; 
}

#testimonials {
	box-sizing: border-box;
	background-color: #eebb5c;
	width:100%;
	font-size:100%;
	padding:1.5em 0px;
	color:#12365b;
	position: relative;
}

.yellowVan {
	width:302px;
	height:161px;
	position:absolute;
	bottom:0px;
	right:0px;
	background-image: url("images/yellow_van.jpg");
	display:block;
}

.sliderContents {
	
}

.testimonialBody {
	padding:1em 4em;
	font-size: 150%;
	position:relative;
}

.testimonialBody:before {
        content: "\201C ";
        position: absolute;
        top: -30px;
        left: 60px;
        font-size: 5em;
        color: rgba(255,255,255,0.5);
        z-index: -1;
    }

.testimonialBody:after {
        content: "\201D";
        font-size: 1em;
        color: rgba(255,255,255,0.5);
        z-index: -1;
    }

.testimonialAttrib {
	padding:1em 8em 0;
}

#instagramFeed {
	box-sizing: border-box;
	background-color: #12365b;
	width:100%;
	color:#eee;
	font-size:100%;
	padding:1.5em 3em;
	text-align: center;
}

.instagram_post {
	padding:1%;
}

.instagram_thumbnail {
	box-sizing: border-box;
	border:2px solid #12365b;
}

.instagram_thumbnail:hover {
	border:2px solid #eebb5c;
}



.instagram_thumbnail img {
	width:100%;
	height:auto;
}

#rates {
	box-sizing: border-box;
	width:100%;
	max-width:1200px;
	margin:0px auto;
	font-size:100%;
	padding:1.5em 3em;
	text-align: left;
}

#rates ul {
	padding:0;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; 
}

#socialLinks {
	box-sizing: border-box;
	width:100%;
	max-width:1200px;
	margin:2em auto 0px;
	font-size:100%;
	padding:1.5em 3em;
	text-align: center;
}


.doubleBox {
	box-sizing: border-box;
	flex:0 1 auto;
	flex-grow: 1;
	margin:0 1em;
	padding: 0em 1em;
	width:50%;
}

.endPadding {
	display:block;
	height: 150px;
	vertical-align: bottom;
}

.endPadding p {
	margin-top:2em;
}

#requestService {
	box-sizing: border-box;
	background-color: #12365b;
	text-align: center;
	padding:5px 0px;
	width:100%;
	font-size: 200%;
	position:fixed;
	bottom:0px;
	font-family: 'Roboto Slab', serif;
}

#requestService a {
	text-decoration: none;
	color:#eee;
}

#requestService a:hover {
	color:#eebb5c;
}

@media only screen and (max-width: 767px) {
	 
	h1 {
		font-size:100%;
	}
	
	#about {	
		padding:1.5em 1em;
	}
	
	#why {
		padding:1.5em 1em;
	}
	
	#rates {
		padding:1.5em 1em;
	}
	
	img.half {
		width:45%;
	}
	
	.flexbox {
		flex-direction:column;
	}
	
	.testimonialBody {
		padding:1em 1em;
	}
	
	.testimonialAttrib {
		padding:1em 4em 0;
	}
	
	.testimonialBody:before {
        left: 5px;
    }
	
	html:not([data-scroll='0']) #logoBackground {
		height:200px; 
	}

	html:not([data-scroll='0']) #logoContainer {
		height:200px; 
	}
	
	html:not([data-scroll='0']) #mainLogo {
		opacity: 0;
	}
	
	.doubleBox {
		padding: 0em 0em;
		width: auto;
	}
	
}
  



