﻿@charset "utf-8";
/*Imports for google font and grid system
---*/
@import url('1140.css');
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900);

body{
	font-family: 'Lato', sans-serif;
}
a{
	text-decoration: none;
	color: inherit;
}
h1, h2, h3{
	color: #444;
}

h2{
	font-size: 3em;
}

p{
	font-size: 1.2em;
	color: #333;
	padding: 0px 25px;
	line-height: 24px;
}
i{
	padding-right: 10px;
}
.content{
	margin: 40px 0px 40px 0px !important;
}
.sidebar-img{
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	width: 100%;
}

/*Header_________________________________________________________________________________*/
header{
	width: 100%;
	height: 50px;
	background-color: #333;
	float: left;
}
.social-icon{
	width: 40px;
	height: 40px;
	margin: 5px;
}

.main-logo{
	position: relative;
	z-index: 9000;
	margin-top: 115px;
}


.jumbo-header{
	width: 100%;
	background: url(../images/headerimage.jpg);
	height: 500px;
	float: left;
	background-color: #703030;
	box-shadow: 0px 6px 10px #000;
}

/*Navigation_______________________________________________________________________*/
.nav-item, .nav-item-active{
	font-weight: 900;
	line-height: 30px;
	font-size: 20px;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	position: relative;
	z-index: 10000;
	transition: all 0.5s;
}
.nav-item:hover, .nav-item-active:hover{
	text-shadow: 1px 1px 3px #BBB;

}
.nav-item-active:after{
	position: absolute;
	margin: 30px 20px 0px auto;
	width: 15px;
	left: 50%;
	content: "" ;
	height: 15px;
	background-color: #333;
	transform: rotate(45deg);
}

/*Gallery_________________________________________________________________________*/
.img-area{
	border: 10px solid #AAA;
	background-color: #AAA;
	border-radius: 10px;
	float: left;
	width: 170px;
	margin: 12px;
	height: 170px;
	text-align: center;
	box-shadow: 3px 0px 10px #555;
}

.img-area:hover{
	border: 10px solid #888;
	background-color: #888;
}
.img-area img{
	border-radius: 6px;
}

/*Buttons________________________________________________________________________________*/

.cta{
	width: 100%;
	color: #444;
	font-weight: 600!important;
	line-height: 45px;
	font-size: 22px;
	height: 45px;
	text-align: center;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
	margin: 20px 0px 20px 0px;
}
/*Contact Form__________________________________________________________________________________*/

.input{
	width: 90%;
	margin: 0px 5% 10px 5%;
	height: 30px;
}
.message{
	width: 90%;
	height: 80px;
	margin: 0px 5% 10px 5%;

}
.button{
	height: 40px;
	border: 1px solid #111;
	width: 91%;
	margin: 0px 5% 10px 5%;
	border-radius: 5px;
	background-color: #666;
	color: #FFF;
	font-size: 20px;
}

/*map_____________________________________________________________________________________________________*/
iframe{
	width: 95%;
	height: 280px;
	box-shadow: 0px 6px 10px #000;
}

/*Footer____________________________________________________________________*/
.logo{
	width: 200px;
	margin-top: 5px;
}

footer{
	background-color: #333;
	padding: 20px 0px 20px 0px;
}

footer h3{
	font-size: 1.4em;
	color: #ddd;
	font-weight: 900;
	padding-bottom: 10px;
}
footer p{
	font-size: 18px;
	line-height: 26px;
	color: #DDD;
	font-weight: 400;
}
.mast-footer{
	color: #EEE;
}

/* Tablet Styles---*/
@media screen and (max-width: 1260px) {
	header{
		height: auto;
	}
	.social{
		text-align: center;
	}
	
}

/* Phone Styles---*/
@media screen and (max-width: 768px) {
	
}
