@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: rgba(255,255,255,1.00);
	background-image: url(img/images2.jpg); background-repeat:no-repeat; background-size: cover; background-position: top;
                   
}

.frame {
display: inline-block;
box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}


h1, h2, h3, h4, h5, h6{
	font-family: 'montserrat' , sans-serif;
	color: rgba(146,146,146,1.00);
	font-style: normal;
	font-weight: 400;
}
p{
	font-size: 14px;
	font-family: 'alice', sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
}


/* Link styles*/
a {
	color: rgba(146,146,146,1.00);
}
a:visited {
	color: rgba(146,146,146,1.00);
}
a:hover {
	color: rgba(255,255,255,1.00);
}
.linkStyle {
	color: rgba(146,146,146,1.00);
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;	
}
/* Header & HERO styles*/
.logo {
	text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.heroHeader {
	height: 450px;
	background-color: rgba(255,255,255,1.00);
}
/* Navigation styles*/
.topNavUl {
	position: static;
    padding-top:20px;
    padding-bottom: 20px;
}
.topNavLI {
	text-align: center;
}
/* Typography styles*/
.textStyle {
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
}
header{
	margin:0;
	padding:0px;
	padding-left:50px;
	width:100%;
	height:150px;
	background:#FFF;
  	background-image:url(img/header_logo.jpg); 
	background-repeat:no-repeat;
	background-position:left;        
  
}

#header-fixed{
    position: fixed;           
    top: 0px;                   
    left: 0px;                 
    width: 100%;               
    height: 150px;
          
}



#header-bk { 
	background-color:#FFF; 
	margin:0;  
	padding:0 50 0;       
	height:150x;             
	width:100%;                
}

#menu{
	margin:0;
	padding-right:20px;
	width:100%;
	background-color:#FFF;
	float:left;
}	

#menu ul{
	list-style-type:none;
	margin:0px;
	padding:10px;
	position: absolute;
	height: auto;
	top: 0px;
	left:85%;
	  	float:left;
}

#menu ul li {
	float:right;
	font-family: Century Gothic;
	font-size:12px;
	left:85%;
	float:left;
	color: #333;
}

.mainHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
	margin-top: 10%;
	font-size: 48px;
}
.mainTagline {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	margin-top: -1%;
}
.sectionText {
	text-align: center;
}
#sectionOne {
	text-align: justify;
}
#sectionTwo {
	text-align: justify;
}

/* Gallery styles */
.gallery{
    padding-top:80px;
    padding-bottom:40px;
}
.paraContent{
	font-size: 14px;
	font-family: alice, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	margin-left: 5%;
	margin-right: 5%;
}
.contentArea{
	font-size: 14px;
	font-family: alice , sans-serif;
	font-style: normal;
	font-weight: 100;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
.showAreaH2 {
	
}
#secondaryStyling {
	padding-top: 20px;
    padding-bottom: 20px;
}
.secondarySection {
	background-color: rgba(255,255,255,1.00);
}
.secondaryHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
}
/*Footer styles*/
footer{
	clear:both;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background:#FFF;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Century Gothic;
	font-size:12px;
	color:#999;
	text-align:center;
}

