@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Fluid Styles */
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */

@media only screen and (min-width: 320px) and (max-width: 480px)
{
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 85%;
}
.logo:hover {
	color:white;
}
/* Navigation Bar styles */
.topNav {
	width: 100%;
	clear: both;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-top: -5px;
	margin-bottom: -24px;
}
.topNavLI {
	width: 100%;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
	margin-top: 11px;
}
 .nav {
	width: 100%;
	margin-top: -22px;
  }
  .nav-item {
    width:100%;
    float:none;
  }
 	.nav-mobile {display:block;
	}
	.nav {
	width: 100%;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
		
	}
	.nav-item a {
	background: #535252;
	padding: 10px;
	color:white;
	}
	.nav-item:first-child a {
		border-radius:5px 0 0;
	}
	.nav-item:last-child a {
		border-radius:0 0 5px 5px;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	a:visited {
	color: white;
}
/* Main heading styles*/

.mainHeading {
	color: rgba(241,241,241,1.00);
	text-align: center;
	margin-top: 10%;
	font-size: 30px;
	font-family: special-elite;
	font-style: normal;
	font-weight: 400;
}
.mainTagline {
}

/* Text & Content areas styles */
.textContainer {
	padding-top: 20px;
	margin-left: 0;
	margin-top: -57px;
	margin-bottom: 59px;
	width: 85%;
}
.textContainer2 {
	padding-top: 20px;
	margin-left: 0;
	margin-bottom: 43px;
}

.showAreaH3 {
	margin-top: -8px;
}
#sectionOne {
	width: 83.0508%;
	margin-left: 8.4745%;
}
#sectionTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	display: none;
}
.secondarySection {
	width: 100%;
	margin-left: 0;
	clear: both;
	min-height: 250px;
}

.secondarySection2 {
	width: 100%;
	clear: none;
	display: block;
	min-height: 193px;
	margin-bottom: 2%;
	margin-top: 51px;
}

.secondarySection3 {
	width: 100%;
	clear: none;
	display: block;
	min-height: 193px;
	margin-bottom: 2%;
	margin-top: 11px;
}
	#secondaryStyling {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5%;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

.textstyling {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	font-size: 30px;
	text-align: left;
	margin-left: -2px;
}

.subtitlestylee {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
}
	
	.piccontainer {
	justify-content: center;
	width: 30%;
	margin-left: 35%;
	}

/*.contentArea{
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 5%;
}*/

.tiles {
	width: 83.0508%;
	margin-left: 8.4745%;
	clear: both;
	display: block;
    padding-bottom: 10px;
}
.tiles:hover {
	opacity: 0.6;
    cursor: pointer;
}
/* Footer styles*/
.footer {
	position: relative;
}
.footerSection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.footerTitle {
	text-align: center;
	width: 100%;
	margin-left: 0;
    margin-top:10px;
}

.gallery {
	margin-top: -46px;
}
.showAreaH2 {
	margin-top: -38px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 88.5%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 100%;
}
/* Navigation styles*/
.topNav {
	clear: none;
	width: 100%;
	margin-left: 0.593%;
	margin-top: 0px;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	clear: none;
	width: 31.0344%;
	height: auto;
	position: static;
	margin-left: 3.4482%;
}
	a:visited {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
	
.nav {
		float:center;
	}
.nav-item a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
	color: rgba(0,0,0,1.00);
	}
	
	.nav-mobile { 
	display:none;
	}
	
	.nav-list {
		display:inline;
	}

/* Main heading styles*/
.mainHeading {
	color: rgba(241,241,241,1.00);
	text-align: center;
	margin-top: 10%;
	font-size: 100px;
	font-family: special-elite;
	font-style: normal;
	font-weight: 400;
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
	padding-top: 0px;
	margin-left: 0;
	margin-top: -23px;
	width:100%;
}
.textContainer2 {
	padding-top: 0px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 20px;
}
#sectionOne {
	width: 40.6779%;
	margin-left: 5.4745%;
	margin-top: 25px;
}
#sectionTwo {
	clear: none;
	width: 40.6779%;
    margin-left: 8.4745%;
	display: block;
}
.tiles {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 10px;
}
.secondarySection {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
}

.secondarySection2 {
	width: 100%;
	clear: none;
	display: block;
	min-height: 193px;
	margin-bottom: 61px;
	margin-top: 0px;
	margin-left: 10%;
}

.secondarySection3 {
	width: 100%;
	clear: none;
	display: block;
	min-height: 193px;
	margin-bottom: 2%;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

.textstyling {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,0,1.00);
	font-size: 3rem;
	text-align: center;
}
	
	.piccontainer {
	justify-content: center;
	width: 30%;
	margin-left: 35%;
	}
/* Footer styles*/
.footer {
}
.footerSection {
	clear: none;
	width: 32.2033%;
	margin-left: 1.6949%;
	display: block;
}
.footerTitle {
     margin-top: 20%;
}
.gallery {
	margin-top: 90px;
}
.showAreaH2 {
	margin-top: 81px;
}
.showAreaH3 {
	margin-top: -17px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.subtitlestylee {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: black;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 44%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0px;
}

.logo:hover {
	color:white;
}
/* Navigation styles*/
.topNav {
	width: 55%;
	clear: none;
	margin-top: 0;
}
.topNavUl {
	width: 100%;
	margin-left: 0%;
	position: static;
	margin-top: 14px;
}
.topNavLI {
	width: 33%;
	margin-left: 0.143%;
	clear: none;
	height: auto;
	position: static;
}
	
	.nav {float:right;}
	
	
.nav-item a {
	display: block;
	padding-top: 42px;
	padding-left: 23px;
	padding-bottom: 42px;
	padding-right; 0px;
	color: #FFF;
	color: rgba(0,0,0,1.00);
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
	font-size: 2ch;
	padding-right: 0px;
}
/* Main heading styles*/

.mainHeading {
	color: rgba(240,240,240,1.00);
	text-align: center;
	margin-top: 10%;
	font-size: 100px;
	font-family: special-elite;
	font-style: normal;
	font-weight: 400;
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
	padding-bottom: 30px;
	vertical-align: top;
	padding-left: 3px;
	margin-left: 0;
	margin-top: -17px;
}
.textContainer2 {
	padding-bottom: 30px;
	vertical-align: top;
	padding-left: 3px;
	margin-left: 0;
	margin-top: -3px;
}
/*.mySection {
	width: 40.6779%;
	margin-left: 10.1694%;
	clear: none;
}*/
#sectionOne {
	width: 40.6779%;
	margin-left: 8.4745%;
}
#sectionTwo {
	width: 40.6779%;
	margin-left: 1.6949%;
	clear: none;
	display: block;
}
.secondarySection {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
	margin-bottom: 2%;
	min-height: 350px;
}

.secondarySection2 {
	width: 60%;
	clear: none;
	margin-left: 10%;
	display: block;
	min-height: 250px;
	margin-bottom: -120px;
}

.secondarySection3 {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
	margin-bottom: 2%;
	min-height: 250px;
}
.secondaryHeading {
	margin-left: 0;
	width: 100%;
}

/* Gallery styles*/
.tiles {
	width: 29.3%;
	clear: none;
	margin-left: 6%;
	display: block;
	padding-bottom: 2.2%;
}
.subtitlestylee {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	text-align: left;
	color: black;
}
	.piccontainer {
	justify-content: center;
	width: 20%;
	margin-left: 40%;
	margin-right: 0px;
	}
/* Footer styles*/
.footer {
}
.footerSection {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.footerTitle {
	margin-left: 0;
	width: 100%;
	margin-top: 30%;
}
.gallery {
	margin-top: -23px;
}
.showAreaH2 {
	margin-top: 0;
}
.showAreaH3 {
	margin-top: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.textstyling {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,0,1.00);
	font-size: 240%;
	text-align: left;
}
}
@media only screen and (min-width: 1000px) {
	.nav-item a {
	padding-top: 58px;
	padding-right: 0px;
	padding-left: 43px;
	padding-bottom: 42px;
}
	
	.textstyling {
	font-family: josefin-sans;
	font-style: normal;
	font-weight: 400;
	color: rgba(0,0,0,1.00);
	font-size: 310%;
	text-align: left;
}
	
	.textContainer {
	padding-bottom: 30px;
	vertical-align: top;
	padding-left: 3px;
	margin-left: 0;
	margin-top: -2px;
}
}
	
