/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	color:#3a3c3c;

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   @font-face {
    font-family: 'base_02regular';
    src: url('base_02-webfont.woff2') format('woff2'),
         url('base_02-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avantgreekplain';
    src: url('avgn___-webfont.woff2') format('woff2'),
         url('avgn___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



.red{
	color:#d8243d;
}

.contactLink{
	position:absolute;
	top:85px;
	right:30px;
	-webkit-transform: rotateZ(15deg); /* Safari */
    transform: rotateZ(15deg);
	letter-spacing:1px;
	line-height:37px;
}


#sponser{
	background-color:#3a3c3c;
	color:#fff;
	text-align:center;
	padding:5px 0px;
	width:100%;
	font-size:150%;
	float:left;
	border-bottom:4px solid #adadad;
	position:relative;
	z-index:10;
}

#sponser a{
	text-decoration:none;
	color:#fff;
	font-weight:800;
}

header{
padding:10px 0px;
width:100%;
float:left;
clear:both;
-webkit-box-shadow: 0px 3px 28px 10px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 3px 28px 10px rgba(0,0,0,0.52);
box-shadow: 0px 3px 28px 10px rgba(0,0,0,0.52);	
position:relative;
z-index:9;
font-size:100%;
}


header img{
	margin-left:10%;
	margin-top:10px;
	float:left;
}

header a{
	color:#3a3c3c;
	  font-family: 'base_02regular';
	  font-size:40px;
	text-decoration:none;
	text-align:center;
	display:block;
	margin-right:10%;


}


#hero{
	width:100%;
	height:500px;
	padding-top:60px;
	background:url("../i/newBackground.JPG") center center no-repeat;
	background-size:cover;
	float:left;
	clear:both;
	display:block;
	position:relative;

}

.divider{
float:left;width:45%;
padding:0px 2.5%;
}


#hero h3{
	width:200px;
	background-color:#d8243d;
	color:#fff;
	font-weight:400;
	float:right;
	font-size:40px;
	padding:20px 10% 20px 10%;
}

#hero img{
	position:absolute;
	bottom:0px;
	right:10%;
}


#contentHeader{
	clear:both;
	width:100%;
	background:url("../i/bar.png")center 20px no-repeat;
	padding-top:40px;
	font-weight:400;
	text-align:center;
	font-size:120%;
}

.lhs{
	padding-right:5%;
	margin-left:10%;
	width:35%;
	float:left;
	max-width:800px;
}

.lhs a{
	color:#d8243d;
	text-decoration:none;
}


.lhs h3{
	color:#3a3c3c;
	font-weight:400;
	  font-family: 'base_02regular';
	  font-size:40px;
	-webkit-transform: rotateZ(-8deg); /* Safari */
    transform: rotateZ(-8deg);
	position:relative;
	top:-20px;

}

.lhs form{
	width:100%;
	position:relative;

	float:left;
}

.lhs input{
	width:100%;
	padding:5px;
	border:1px solid #dadbdb;
	margin-bottom:30px;
}

.lhs textarea{
	width:100%;
	padding:5px;
	border:1px solid #dadbdb;
	resize:none;
}

.submit{
	background-color:#bccb3d;
	color:#fff;

}




.rhs{
	padding-left:5%;
	margin-right:10%;
	width:35%;
	float:right;
	display:inline;
	max-width:800px;
}

.rhs h3{
		color:#3a3c3c;
	font-weight:400;
	  font-family: 'base_02regular';
	  font-size:40px;
	  text-align:center;
}


#testimonials{
	min-height:280px;
	background-color:#3a3c3c;
	width:100%;
	position:relative;
	padding-top:45px;
	padding-bottom:45px;
	float:left;
	margin-top:95px;
}

#testimonials h4{
	background-color:#3a3c3c;
		font-weight:400;
	  font-family: 'base_02regular';
	  font-size:40px;
margin:-85px auto 30px;
text-align:center;
	  padding:10px 0px 10px 0px;
	  color:#fff;
	  width:650px;
	  letter-spacing:2px;

}

#quotes{
	position:absolute;
	top:40px;
	margin:0 auto;
	text-align:center;
	color:#fff;
}


.peopleSay{
	color:#fff;
	margin-top:30px;
	margin-left:10%;
	max-width:80%;
	text-align:left;
}

.quoteName{
	display:block;
	margin:5px 0px 30px 0px;
	color:#d8243d;
	clear:both;
}


	

#rhsBlock{
	width:49%;
	margin-top:1%;
	float:left;
	display:inline;
	height:165px;

	position:relative;
}


#gallery{
	clear:both;
	float:left;
	width:80%;
	margin-left:10%;
	background:url("../i/galleryBg.png") no-repeat;
	background-size:cover;
	height:150px;
	margin:200px 10%;
	position:relative;
}


#gallery a{
	position:absolute;
	right:0px;
	bottom:-45px;
	color:#d8243d;
	text-decoration:none;
	font-size:120%;
}

#gallery h4{
	font-weight:400;
	  font-family: 'base_02regular';
	  font-size:40px;
margin:-125px auto 30px;
text-align:center;
	color:#3a3c3c;
		  letter-spacing:2px;
}


#contactForm{
		width:80%;
		padding:20px 10%;
		background-color:#d8243d;
		clear:both;
		float:left;
	}

#contactForm form{
	width:100%;
	position:relative;

	float:left;
}

#contactForm input{
	width:100%;
	padding:5px;
	border:1px solid #dadbdb;
	margin-bottom:30px;
}

#contactForm .submit{
	color:#fff;
	background-color:#d8243d;
	border:none;
font-weight:400;
	  font-family: 'base_02regular';
	  font-size:30px;
	  	  letter-spacing:2px;
}


#contactForm textarea{
	width:100%;
	padding:5px;
	border:1px solid #dadbdb;
	resize:none;
}

#contactForm h4{
	background-color:#d8243d;
		font-weight:400;
	  font-family: 'base_02regular';
	  font-size:40px;
margin:-85px auto 30px;
text-align:center;
	  padding:10px 0px 10px 0px;
	  color:#fff;
	  width:400px;
	  	  letter-spacing:2px;

}

.submit{
	background-color:#bccb3d;
	color:#fff;

}



.rhs img{
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
}


#also{
	clear:both;
	float:left;
	width:80%;
	margin-left:10%;
	background:url("../i/galleryBg.png") no-repeat;
	background-size:cover;
	height:150px;
	margin:10px 10%;
	position:relative;

}


#also a{
	color:#d8243d;
	text-decoration:none;
	font-size:120%;
}

#alsor h4{
	font-weight:400;
	  font-family: 'base_02regular';
	  font-size:40px;
margin:30px auto 30px;
text-align:center;
	color:#3a3c3c;
		  letter-spacing:2px;
}



footer{
	clear:both;
	float:left;
	display:block;
	width:100%;
	background-color:#fff;
	color:#3a3c3c;

}

footer a{
	text-decoration:none;
	color:#3a3c3c	;
}

footer table{
	width:80%;
	margin-left:10%;
}

td:nth-child(2){
	text-align:center;
	  font-family: 'base_02regular';
	  font-size:140%;
	  letter-spacing:3px;
}

td:nth-child(3){
	text-align:right;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* Smaller */
@media only screen and (max-width: 1024px){

	#sponser{
	text-align:center;
	padding:5px 0px;
	width:100%;
	font-size:100%;
	}

	header img{
	max-width:200px;
	position:relative;
	left:-20px;
	}

	.contactLink{
	position:absolute;
	top:60px;
	right:60px;
	-webkit-transform: rotateZ(10deg); /* Safari */
    transform: rotateZ(10deg);
	letter-spacing:1px;
	line-height:23px;
	font-size:25px;
}


	#hero h3{
		font-size:30px;
	}
	
	#hero{
			height:500px;
			padding-top:60px;
	}
	
	#contentHeader{
		font-size:90%;
	}
	
	#testimonials{
	padding-bottom:100px;
	}

	.b5 h3{
	font-size:15px;
	line-height:15px;
	}
	
	.b6 p{
	width:70%;
	margin-left:10%;
	padding-top:30px;
	font-size:15px;
	text-align:left;
}

	.b6{
		background:none;
	}
	
	#testimonials h4{
	background-color:#3a3c3c;
		font-weight:400;
	  font-family: 'base_02regular';
	  font-size:20px;
margin:-85px auto;
text-align:center;
	  padding:10px 0px 10px 0px;
	  color:#fff;
	  width:400px;

}

#testimonials{
	
min-height:350px;
}



.peopleSay{
	color:#fff;
	margin-top:120px;
	margin-left:10%;
	float:left;
	display:block;
	min-width:80%;
}

.quoteName{
	display:block;
	margin:5px 0px 30px 0px;
	color:#d8243d;
	clear:both;
}

	
}


/* Phone */
@media only screen and (max-width: 600px){

	#sponser{

		color:#fff;
		text-align:center;
		padding:5px 0px;
		width:100%;
		font-size:80%;
	}


	#hero{

			background-size:cover;
	}
	
	header img{
	width:64%;
	margin-left:22%;
	float:none;
	}
	
	header a{
	clear:both;
		text-align:center;
		font-size:80%;
	}
	
	header{
		padding-bottom:150px;
	}
	
	.contactLink{
		top:180px;
		
	
		
	}
	
	#hero h3{
			padding:10px;
			margin:0 auto;
			float:none;
	}
	
		#contentHeader img{
		display:block;
		margin:0 auto;
	}
	
	.lhs{
	margin:5% 6%;
	width:80%;
	clear:both;
	float:left;
	padding:2%;
}



	.rhs{
		margin:5% 6%;
		width:80%;
		clear:both;
		float:left;
		padding:2%;

	}
	#testimonials{
		min-height:450px;
	padding-bottom:130px;
	}

	
	.divider{
float:left;width:100%;
clear:both;
}

	.b4 h3{
	width:100%;
	margin-top:50px;
	}

		.b5 h3{
	margin-top:20px;
	font-size:12px;
	line-height:12px;
}

	
		.b6 p{
	width:70%;
	margin-left:30%;
	padding-top:30px;
	font-size:15px;
	text-align:right;
}


.b6{
	background:url("../i/arrowBg.png") left center no-repeat;
}

.rhs img{
float:left;
margin-top:20px;
margin-left:2%;
}

td{
	clear:both;
	display:block;
}

td:nth-child(2){
	text-align:left;
	font-size:115%;
	margin:15px 0px;
}

td:nth-child(3){
	text-align:left;
}

	#testimonials h4{
	background-color:#3a3c3c;
		font-weight:400;
	  font-family: 'base_02regular';
	  font-size:20px;
margin:-80px auto;
text-align:center;
	  padding:10px 0px 10px 0px;
	  color:#fff;
	  width:150px;

}

#contactForm h4{
	background-color:#d8243d;
		font-weight:400;
	  font-family: 'base_02regular';
	  font-size:20px;
margin:-65px auto 30px;
text-align:center;
	  padding:10px 0px 10px 0px;
	  color:#fff;
	  width:200px;
	  	  letter-spacing:2px;

}


#gallery h4{
	font-size:30px;
}



#testimonials{

	background-color:#3a3c3c;
	width:100%;
	position:relative;
	padding-top:45px;
	padding-bottom:45px;
	float:left;
	margin-top:95px;
}



.peopleSay{
	color:#fff;
	margin-top:80px;
	margin-left:10%;
	float:left;
	display:block;
	max-width:80%;
}

#quotes2{
	margin-top:200px;
}


.quoteName{
	display:block;
	margin:5px 0px 30px 0px;
	color:#d8243d;
	clear:both;
}

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}