@charset "UTF-8";


/*===================================================================================================*/



* {
    padding:0;
	margin:0;
} 

body #page{
	width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	min-width:944px;
	background-color: rgba(0,0,0,1);
	background-attachment: fixed;
}  

.container{
	position: relative;
	display: inline-block;
	clear:both;
	margin:0px auto 0 auto;
	padding: 0px;
	align:center;
	min-width:944px;
	width:100%; 
}

#homeContainer{height:995px;}

#logoWrapper{
	position: relative;
	display: block;
	align: center;
	top:80px;
	margin: 0px auto;
	padding:40px 0px;
	width: 100%;
	text-align:center;
	background-color: rgba(255,255,255,0.9);
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

#logo{
	position: relative;
	display: block;
	align: center;
	margin: 0px auto;
	width: 500px;
	height: 231px;
}

#title{
	position: relative;
	display: inline-block;
	clear:both;
	align: center;
	margin: 0px auto;
	width:944px;
	height: 70px;
	text-align:center;
	border-bottom:1px solid #aaa;
	/*border:1px solid red;*/
}

 

/*=======================================Footer=====================================*/

footer{
	position: relative;
	display: inline-block;
	float:left;
	width: 100%;
	min-width:944px;
	margin: 30px auto 0 auto;
	padding: 0px;
	height: 300px;
	background-color: rgba(97,34,59,1);
	overflow: hidden;
	z-index: 5000;
}

.footerInnerWrapper{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	align:center;
	height:100%;
}


.footerInnerLeft{
	position: relative;
	display: inline-block;
	float:left;
	align:left;
	width: 24%;
	height:200px;
	/*border:1px solid white;*/
}

.footerInnerMiddle{
	position: relative;
	display: inline-block;
	align:center;
	margin:0px auto;
	text-align:center;
	width:50%;
	height:100px;
	/*border:1px solid white;*/
}

.footerInnerRight{
	position: relative;
	display: inline-block;
	float:right;
	align:right;
	text-align:right;
	width: 24%;
	height:100px;
	/*border:1px solid white;*/
}

.socMed{
	position: relative;
	display: inline-block;
	clear:both;
	height:60px;
	width: 600px;
	margin:20px 0px 20px 0px;
}

.socMedIcon{
	position: relative;
	display: inline-block;
	height:60px;
	width: 60px;
	margin:0px 10px;
	-webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.socMedIcon2{
	position: relative;
	display: inline-block;
	height:60px;
	width: 280px;
	margin:0px 10px;
	-webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.socMedIcon img{
	height:60px;
	width: 60px;
}

 #map{
        height: 550px;
        width: 100%;
       }


/*==================================ABOUT=======================================*/

#aboutBG{
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	min-width: 944px;
	background-image: url(../images/home/2.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

#logoAbout{
	position: relative;
	display: block;
	align: center;
	margin: 0px auto;
	width: 250px;
	height: 115px;
}

header{
	position: relative;
	display: inline-block;
	float:left;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	width: 100%;
	text-align:center;
	background-color: rgba(255,255,255,0.9);
	border-bottom:1px solid #61213B;
}

.contentOuter{
	position: relative;
	display: block;
	align: center;
	margin: 0px auto;
	width:100%;
}

.textOuter{
	position: relative;
	display: block;
	align: center;
	margin: 50px auto;
	padding:40px 40px 110px;
	max-width:944px;
	min-height:600px;
	border:1px solid #61213B;
	background-color: rgba(255,255,255,0.95);
	border-radius: 5px;
}

.textInner{
	position: relative;
	display: block;
	align: center;
	width:100%;
	min-height:400px;
}

#about1,#about2,#about3{
	position: relative;
	display: inline-block;
	float:right;
	clear:right;
	border:1px solid #61213B;
	margin:0px 0px 10px 25px;
}

#about1{
	width:200px;
	height:250px;
}
	
#about2{
	width:200px;
	height:250px;
}
		
#about3{
	width:200px;
	height:250px;
}


/*========================================TEXT=======================================*/

h1,h2,h3,h4,h5,p,a,li,ul,.footer,.address,.phone,.email,#title,#title2,.copyright,.navLink{
font-family: 'Raleway', sans-serif;
}

#title{
	font-size: 30px;
	color: rgb( 97,34,59);
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0.05em;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/ 
}

#title2{
	font-size: 20px;
	color: rgb( 97,34,59);
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.05em;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/
}

.phone{
	margin-top:50px;
	font-size:40px;
	color:#ffffff;
	font-weight:200;
	line-height:40px;
}

.email{
	font-size:18px;
	font-weight:200;
	line-height:60px;
	color:#ffffff;
}

.navLink{
	font-size:22px;
	font-weight:200;
	line-height:60px;
	color:#61223B;
}

.copyright{
	margin-top:5px;
	font-size:16px;
	color:#ffffff;
	font-weight:200;
	line-height:20px;
}

h1{
	font-size: 34px;
	color:#818285;
	margin-bottom:20px;
	width:100%;
}

h2{
	font-size: 24px;
	color:#818285;
	margin-bottom:10px;
	width:100%;
}

p{
	font-size: 18px;
	color:#000;
}

.grey{
	color:#818285;
}

.claret{
	color:#61213B;
}

a:link{
	color: #fff;
	text-decoration: none;
	cursor: default;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

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

a:active {
	text-decoration: none;
	color: #fff;
}


.navLink a:link{
	font-weight: 500;
	color: #61213B;
	text-decoration: none;
	cursor: default;
}

.navLink a:visited {
	text-decoration: none;
	color: #61213B;
}

.navLink a:hover {
	color: #5099C7;
	text-decoration: none;
}

.navLink a:active {
	text-decoration: none;
	color: #61213B;
}

.link2 a:link{
	color: #000;
	text-decoration: none;
	cursor: default;
}

.link2 a:visited {
	text-decoration: none;
	color: #000;
}

.link2 a:hover {
	color: #61213B;
	text-decoration: none;
}

.link2 a:active {
	text-decoration: none;
	color: #000;
}


/*==========================================DEVICES==========================================*/

/* Smartphones (portrait and landscape) ----------- */
@media screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
#logoWrapper{
	position: relative;
	display: block;
	align: center;
	top:300px;
	margin: 0px auto;
	width: 100%;
	text-align:center;
}
	
	#aboutBG{
	background-position: 50% 30%;
}
	
	#homeContainer{height:1150px;}

}

/* iPads (portrait and landscape) ----------- */
@media screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
#logoWrapper{
	position: relative;
	display: block;
	align: center;
	top:80px;
	margin: 0px auto;
	width: 100%;
	text-align:center;
}
	
#title{
	height: 60px;
}

}



/* ---------------------------------------- Retina Screens ------------------------------------------------------- */

@media screen 
	and (min-width: 1024px) and (max-width: 1600px) and (min-resolution: 192dpi) {

#homeContainer{height:500px;}

#logoWrapper{
	position: relative;
	display: block;
	align: center;
	top:0px;
	margin: 0px auto;
	width: 100%;
	text-align:center;
	background-color: rgba(255,255,255,0.9);
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

#title{
	height: 50px;
}
		
}




/* -------------------------------------- Non-Retina Screens -------------------------------------------------- */

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  
#homeContainer{height:500px;}

#logoWrapper{
	position: relative;
	display: block;
	align: center;
	top:0px;
	margin: 0px auto;
	width: 100%;
	text-align:center;
	background-color: rgba(255,255,255,0.9);
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
	  
#title{
	height: 50px;
}
	  
}
