@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
body{
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6{
	 
	color: #baa685;
	font-family: "acumin-pro",sans-serif;
 	font-style: normal;
	font-weight: 100;
}
p{
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #6B6B6B;
	line-height: 90%;
	 
 

	 

}

 

/* Link styles*/
a {
	color: #c4ac87;
}
a:visited {
	color: #c4ac87;
}
a:hover {
	color: #c4ac87;
}
.linkStyle {
	color: rgba(146,146,146,1.00);
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
 
	font-weight: 300;
	text-decoration: none;	
}
/* Header & HERO styles*/

.heroHeader { 
	/*background-color: rgba(208,207,207,1.00);*/
}
/* Navigation styles*/

.topNavLI {
	text-align: center;
}
/* Typography styles*/
.textStyle {
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 100;
	text-align:left;
	font-size: 22px;
	padding-top: 10px;
	color: #6B6B6B;
	 
	background-color: #DFDFDF; 
	outline: 1px solid  #DFDFDF;
	padding-left: 15px;
	padding-bottom: 7px;
}
.headingStyle {
	/* [disabled]font-family: 'montserrat', sans-serif; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	color: rgba(146,146,146,1.00);
	font-size: 32px;
}
.mainHeading {
	color: #6B6B6B;
	 
	margin-top: 3%;
	font-size: 28px;
	text-align:left;
	
	font-weight: 300;
}
.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:20px;
    padding-bottom:30px;
}
.paraContent{
	font-size: 14px;
	font-family: "acumin-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
	margin-left: 5%;
	 
}
.contentArea{
	font-size: 14px;
	font-family: "acumin-pro",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(208,207,207,1.00);
}
.secondaryHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
}

/*Footer styles*/



ul#social li {
  display: inline;  
  margin-left: -2px;
}

ul#social li a {
   
    color: white;
     
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

ul#social li a:hover {
    
}



 

 .wrapper {
	padding-top: 10px;
}

.footerTitle {
    text-align: center;
    font-size: 22px;
}
.footerTextContainer {
	text-align: right;
	margin-bottom: 10%;
}



