@charset "utf-8";
#modalbg{
	display:none;
	z-index:3;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.7);
	margin:0 auto;
	align-items:center;
	justify-content:center;
	z-index:3;
}
.modalslide{
	position:fixed;
	width:90%;
	height:90%;
	margin:0 auto;
	background-color:white;
}
.modaltextareawrap{
	width:15%;
	height:100%;
	background-image:url("../images/pattern2.webp");
	background-color:#3e674d;
	float:left;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modaltextarea{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalcontrolswrap{
	position:absolute;
	top:0;
	width:14%;
	height:40px;
	margin-top:40px;
	/*border:1px solid orange;*/
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalslidenumber{
	color:white;
	font-weight:700;
}
.modalleftcontrol{
	position:absolute;
	left:0;
	width:30px;
	height:30px;
	background-image:url('../images/hatgallery/galleryleft.webp');
	transition:0.3s;
	cursor:pointer;
}
.modalleftcontrol:hover{
	background-image:url('../images/hatgallery/galleryleft2.webp');
}
.modalrightcontrol{
	position:absolute;
	right:0;
	width:30px;
	height:30px;
	background-image:url('../images/hatgallery/galleryright.webp');
	transition:0.3s;
	cursor:pointer;
}
.modalrightcontrol:hover{
	background-image:url('../images/hatgallery/galleryright2.webp');
}
.modaltextwrap{
	width:90%;
	/*border:1px solid red;*/
	text-align:center;
}
.modaltextheader{
	width:100%;
	margin:0 auto;
	border-bottom:2px solid white;
	padding:10px 0px 10px 0px;
	color:#f5d553;
	font-weight:700;
	font-size: 15pt;
}
.modaltextbody{
	width:100%;
	margin:0 auto;
	text-decoration:none;
}
.modaltextbody ul{
	text-align:left;
	color:white;
	padding:0px 0px 0px 20px;
}
.modaltextbody li{
	margin-bottom: 20px;
}
.modalbuttonwrap{
	width:100%;
	align-items:center;
	justify-content:center;
}
.modalbuttonwrap a{
	color:#335540;
	text-decoration:none;
	font-weight:700;
}
.modalbutton{
	width:70%;
	height:30px;
	margin:0 auto;
	margin-bottom:10px;
	background-color:#f5d553;
	padding: 5px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	transition:0.3s;
}
.modalbutton:hover{
	background-color:white;
	color:#f5d553;
}
.modalimagearea{
	width:85%;
	height:100%;
	float:right;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalclose{
	position:absolute;
	top:0;
	right:0;
	margin:10px;
	width:30px;
	height:30px;
	z-index:1;
	background-image:url('../images/hatgallery/closebutton.webp');
	transition:0.3s;
	cursor:pointer;
}
.modalclose:hover{
	background-image: url('../images/hatgallery/closebutton2.webp')	
}
.modalimagearea picture{
	position:absolute;
	width:85%;
	height:100%;
	background-color:white;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalimagearea img{
	max-width:100%;
}

html {
  height: 100%;
  font-size: 100%;  
}
::-webkit-scrollbar{
  background-color: #dddddd;
	width:8px;
	height:8px;
}
::-webkit-scrollbar-corner{
	color:#dddddd;
}
::-webkit-scrollbar-thumb {
  background: #f5d553;
}

/*Font Info*/
h1{
	font-family: Play;
	font-size:30pt;
	font-weight:700;
	color: #335540;
	border-bottom: 10px double;
}
h2{
	font-family: Play;
	font-size:30pt;
	font-weight:700;
	color: white;
	border-bottom: 10px double;
}
h3{
	font-family:Play;
	font-size:15pt;
	font-weight:700;
	color:black;
}
h4{
	font-family:Roboto;
	font-size:13pt;
	font-weight:700;
	color:black;
	border-bottom:3px solid black;
}
h5{
	font-family:Play;
	font-size:23pt;
	font-weight:700;
	color:#f5d553;	
}
h6{
	font-family:Play;
	font-size:15pt;
	font-weight:700;
	color:#f5d553;
}
h7{
	font-family:Roboto;
	font-size:13pt;
	font-weight:700;
	color:black;
}
h8{
	font-family: Play;
	font-size:23pt;
	font-weight:700;
	color:white;
}
h9{
	font-family: Play;
	font-size:30pt;
	font-weight:700;
	color: white;
}
p{
	font-family:Roboto;
}
.pfont1{
	color:white;
	font-family:Roboto;
}

/*Navigation Bar*/
header{
	position:fixed;
	top:0;
	width:100%;
	height:100px;
	margin:0 auto;
	background-color:white;
	/*border:1px solid red;*/
	z-index:2;
}
#headerwrap{
	width:85%;
	height:90%;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	/*border:1px solid red;*/
	margin: 0 auto;
}
.textlink1{
	font-family:Roboto;
	color:#f5d553;
}
.textlink2{
	font-family:Roboto;
	color:#335540;
}
.alert{
	color:#f5d553;
	font-family:Roboto;
}
#infobar{
	width:100%;
	height: 20px;
	background-color:#335540;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	/*border: 1px solid yellow;*/
}
#infowrap{
	width:40%;
	margin:0 auto;
	/*border:1px solid yellow;*/
	text-align: center;
	float: right;
}
#infobar span{
	color: white;
	margin: 0px 0px 0px 40px;
	/*border: 1px solid aqua;*/
	display: inline block;	
}
#fullnav{
	float:right;
	margin: 0 auto;
	margin-top:20px;
	padding: 0px;
	/*border: 1px solid aqua;*/
}
#fullnav a{
	padding: 0px 30px 0px 0px;
	font-family: Play;
	font-size:16pt;
	font-weight: 700;
	text-decoration:none;
	color:#335540;
	transition:0.5s;
}
#fullnav a:hover{
	color:#f5d553;
	cursor: pointer;
	font-size:18pt;
}
nav span{
	color:#f5d553;
}
.topnav{
	display:none;
}
.logo{
	float:left;
	height:60%;
	margin-top:5px;
}

/*Main Body*/

/*General*/
body {
	margin:0px;
	padding:0px;
	overflow: scroll;
	scrollbar-color: #f5d553 #dddddd;
  	scrollbar-width:thin;
	height:100%;
	font-family:Roboto;
	background-image: url('../images/pattern1.webp');
	/*border:1px solid red;*/
}
#bigwrap{ 
	margin: 0 auto;
	width:100%;
	/*border:1px solid blue;*/
}

/*Portfolio Page*/
/*Gallery Layout*/
#portfoliowrap{
	margin: 0 auto;
	display:inline;
	height: 100%;
	/*border: 1px solid blue;*/
	justify-content: center;
	text-align: center;
}
#portfoliowrap2{
	margin:0 auto;
	margin-top:100px;
	margin-bottom:100px;
	width:80%;
	display:flex;
	/*border:1px solid blue;*/
	text-align: center;
}
#portfoliotext{
	width:50%;
	/*border:1px solid red;*/
	margin:0 auto;
	margin-top:150px;
	margin-bottom:50px;
}
#portfoliotext p{
	
	text-align:left;
}
#portfoliotext a{
	color:#335540;
	font-weight:700;
	text-decoration: none;
	transition: 0.3s;
	text-decoration:underline;
}
#portfoliotext a:hover{
	color: #f5d553;
	text-decoration: underline;
}
.row>.column{
	padding:0 8px;
	margin:0 auto;
}
.row:after{
	content: "";
	display:table;
	clear:both;
	margin: 0 auto;
}
.column{
	margin:0 auto;
	float:left;
	width:20%;
	/*border: solid 1px pink;*/
}
.column img{
	margin:0 auto;
	/*border: solid 1px black;*/
	display: flex;
	width:100%;
	transition:0.7s;
}
.column img:hover{
	background-color:rgba(245,213,83, 0.2);
	cursor:pointer;
}

/*First Landing Section*/
#landingsection{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	position:relative;
	width:100%;
	margin: 0 auto;
	padding:0;
	margin-top:100px;
	background-color:#335540;
	/*border:1px solid orange;*/
	z-index:1;
	
}
.landingtexthead{
	font-family: Roboto;
	font-weight: 500;
	font-size: 24pt;
	color: white;
}
.landingtextsubhead{
	font-family: Play;
	font-weight: 700;
	font-size: 36pt;
	color: white;
}
.landingtextcolor1{
	color:white;
}
.landingtextcolor2{
	color:black;
}
.landingtext2 span{
	color:#f5d553;
}
.button{
	display:inline-block;
	width:170px;
	font-family:Roboto;
	font-weight:700;
	font-size:16pt;
	color:#335540;
	background-color:#f5d553;
	margin-top:20px;
	padding:10px;
	margin-right:25px;
	text-align:center;
	vertical-align:middle;
	line-height: 25px;
	transition:color 0.5s;
	border-radius:10px;
	}
.button:hover{
	Background-color:white;
	color:#f5d553;
	cursor: pointer;
}
.landingtextboxwrap{
	position:absolute;
	display:flex;
	align-items: center;
	justify-content: center;
	top:0;
	right:0;
	width:50%;
	height:100%;
	margin:0px 0px 0px 0px;
	
}
.landingslide{
	vertical-align:bottom;
}
#landingslide1-2{
	display:none;
}
#landingslide1-3{
	display:none;
}
#landingslide2-2{
	display:none;
}
#landingslide2-3{
	display:none;
}
#landingslide3-2{
	display:none;
}
#landingslide3-3{
	display:none;
}
#landingslide4-2{
	display:none;
}
#landingslide4-3{
	display:none;
}
.landingtextbox{
	position:absolute;
	display:flex;
	width:80%;
	background-color:rgba(51, 85, 64, 0.6);
	text-align:center;
	align-items:center;
	justify-content:center;
	border-radius:50px;
	border:3px solid #335540;
	backdrop-filter:blur(5px);
	z-index:2;
}
#landingtextbox1{
	background-color:rgba(252, 174, 231, 0.5);
	border:3px solid rgba(252, 174, 231, 0.6);
}
#landingtextbox3{
	background-color:rgba(179, 161, 104, 0.5);
	border:3px solid rgba(179, 161, 104, 0.6);
}
#landingtextbox4{
	background-color:rgba(255, 132, 0, 0.3);
	border:3px solid rgba(255, 132, 0, 0.4);
}
.landingboximg{
	width:30%;
	position:absolute;
	z-index:1;
}
.landingboximg1{
	bottom:0;
	left:0;
}
.landingboximg2{
	bottom:0;
	right:0;
}
.landingboximg3{
	top:0;
	left:0;
}
.landingboximg4{
	top:0;
	right:0;
}
.landingboximg5{
	top:0;
}
.landingboximg6{
	bottom:0;
}
.landingtextboxcontentwrap{
	padding:10px;
	display:inline;
}
.landingmainimage{
	display:none;
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.landingprev, .landingnext{
  cursor: pointer;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width: auto;
  padding: 16px;
  color: #f5d553;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
}
.landingprev:hover, .landingnext:hover {
  background-color: rgba(51, 85, 64, 0.6);
}
.landingnext {
  right: 0;
  border-radius: 3px 0 0 3px;
 
}
.landingdots{
	margin:0 auto;
	position:absolute;
	top:95%;
	width:100%;
	z-index:2;
}
.landingdot{
	cursor: pointer;
  	height: 15px;
  	width: 15px;
  	margin: 0 2px;
  	background-color: #bbb;
  	border-radius: 50%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
}
.active, .landingdot:hover {
  background-color: #717171;
}
.fade{
	animation-name:fade;
	animation-duration:1.3s;
}
@keyframes fade{
	from {opacity: .4}
	to {opacity: 1}
}

/*Second Landing Section*/
#landingsection2{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	position:relative;
	width:100%;
	height:500px;
	margin: 0 auto;
	padding:0;
	background-color:#335540;
	/*border:1px solid orange;*/
	z-index:1;
	overflow:hidden;
}
#whatsnewsection1{
	display:inline-block;
	position:relative;
	text-align:center;
	background-image:url(../images/landing_page/landing2.webp);
	height:100%;
	width:50%;
}
#whatsnewsection2{
	display:inline-block;
	position:relative;
	text-align:center;
	background-image:url(../images/landing_page/landing1.webp);
	height:100%;
	width:50%;
}
.whatsnewsectionwrap{
	display:flex;
	height:100%;
	width:100%;
	/*border:1px solid orange;*/
	align-items:center;
	justify-content:center;
}
.landingsection2content{
	display:flex;
	position:relative;
	align-items: center;
	justify-content: center;
	height:95%;
	width:95%;
	/*border:1px solid red;*/
}
.landing2textbox{
	background-color:rgba(51, 85, 64, 0.6);
	padding:10px;
	border-radius:50px;
	border:3px solid #335540;
	backdrop-filter:blur(5px);
}
.landing2textbox{
	background-color:rgba(51, 85, 64, 0.6);
	border:3px solid rgba(51, 85, 64, 0.6);
	width:70%;
}
.landingsection2imgwrap{
	width:100%;
	/*border:1px solid green;*/
}
.landingsection2img{
	width:70%;
}
.landingsection2 p{
	color:blue;
}

/*About Section*/
#about{	
	padding: 30px 0px 70px 0px;
	display: inline-block;
}
#aboutwrap{
	width:60%;
	padding: 0px 20px 50px 20px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
    justify-content: center;
    align-items: center;
}
.aboutinnerwrap{
	width:100%;
	display:flex;
	/*border: 1px solid yellow;*/
	border-radius:10px;
	background-color:rgba(221, 221, 221, 0.5);
	backdrop-filter:blur(1px);
	height:auto;
	margin: 50px 0px 50px 0px;
	justify-content: center;
    align-items: center;
}
.aboutinnerwrap1{
	width:50%;
	margin:0 auto;
	display:flex;
	height:100%;
	/*border:1px solid aqua;*/
}
.aboutinnerwrap2{
	width:50%;
	margin:0 auto;
	display:flex;
	height:100%;
	/*border:1px solid aqua;*/
}
.aboutinnerwrap3{
	width:100%;
	display:flex;
	/*border: 1px solid yellow;*/
	margin: 0px 0px 0px 0px;
	justify-content: center;
    align-items: center;
}
#abouttext1{
	margin:0px 0px 50px 0px;
}
#abouttext2{
	display:flex;
	width:100;
	margin:4%;
	/*border:1px solid pink;*/
	text-align:left;
	align-items:center;
}
.aboutimg2{
	display:flex;
	width:100%;
	height:100%;
	/*border:1px solid green;*/
	justify-content:center;
	background-color:rgba(221, 221, 221, 0.5);
}
.aboutimg2 img{
	max-width:300px;
}
#aboutvideo{
	display:flex;
	width:100%;
	/*border:1px solid purple;*/
	border-radius:10px;
	background-color:rgba(221, 221, 221, 0.5);
	backdrop-filter:blur(1px);
}
#aboutimgmobile{
	display:none;
}
#abouttext3{
	display:flex;
	width:100%;
	margin:4%;
	/*border:1px solid red;*/
	text-align:left;
	align-items:center;
}
#abouttext4{
	/*border:1px solid black;*/
	margin:0px 0px 0px 0px;
}
#abouttext5{
	/*border:1px solid black;*/
	margin:50px 0px 0px 0px;
}
.aboutlogowrap{
	display:flex;
	margin:0 auto;
	justify-content:center;
	align-items:center;
	/*border:1px solid pink;*/
	width:100%;
}
.aboutlogos{
	width:100%;
	max-height:200px;
}

/*PROCESS SECTION*/
#process{
	background-image:url("../images/pattern2.webp");
	background-color: #3e674d;
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
}
#processwrap{
	width:1000px;
	padding: 0px 50px 50px 50px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
}
#processwrap span{
	font-family:Play;
	Font-weight:700;
	font-size:16pt;
	
}
.processheader1{
	color:#f5d553;
}
.processheader2{
	color:black;
}
.processtext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:white;
}
#processsections{
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	/*border:1px solid red;*/
	justify-content: center;
    align-items: center;
	display:flex;
}
.processbox{
	width:30%;
	height:500px;
	/*border:1px solid aqua;*/
	margin:10px;
	text-align:center;
	background-color:rgba(237,237,237, 0.7);
	justify-content: center;
    align-items: center;
	display:flex;
}
.processboxinner{
	/*border:1px solid blue;*/
}
.processbutton{
	display:inline-block;
	width:170px;
	height:40px;
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:white;
	background-color:#335540;
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
	line-height: 35px;
	transition: 0.2s;
	}
.processbutton:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}
.processbox p{
	font-family:Roboto;
	color: black;
	text-align:left;
	
}
.processimg{
	width:200px;
	height:200px;
	margin-bottom:10px;
	/*border:1px solid red;*/
	display:inline-block;
	/*background-color:#335540;*/
	padding:10px;
}
.processboxtext{
	/*border:1px solid orange;*/
	width:90%;
	margin:0 auto;
}

/*Cap Style Section*/
#capstyles{
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#capstylewrap{
	width:1000px;
	padding: 0px 50px 50px 50px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
}
#capstyletext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:black;
}
#capstyles h2{
	color:#335540;
}
.capstylerow{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
	margin-top:50px;
}
.capstylecolumn{
    flex: 50%;
	margin-top:30px;
}
.capstylecolumn img{
	flex: 50%;
    padding: 0 4px;
	width:100%;
}
.capstylebox{
	margin-bottom:20px;
	height:350px;
		
}
.capstylebox span{
	font-family:Play;
	Font-size:16pt;
	font-weight:700;
	color:#335540;
}
.capstyleinner1{
	/*background-image:url("../images/capstylebanner1.png");*/
	background-image:url("../images/capstylebanner1.webp");
	background-repeat:no-repeat;
	background-size: cover;
	background-color: #3e674d;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	margin: 0 auto;
}
.capstyleinner2{
	background-image:url("../images/capstylebanner2.webp");
	background-repeat:no-repeat;
	background-size: cover;
	background-color: #3e674d;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	margin: 0 auto;
}
.capstyletext1{
	/*border:1px solid orange;*/
	width:500px;
	
	margin:0px 20px 0px 0px;
	padding:20px 10px 20px 10px;
	font-family:Roboto;
	color: black;
	background-color:rgba(255, 255, 255, 0.7);
	/*outline:solid 2px #f5d553;*/
}
.capstyletext1 p{
	text-align:left;
	display:flex;
}
.capstyletext2 p{
	text-align:left;
}
.capstyleimage1{
	width:300px;
	height:300px;
	/*border:1px solid pink;*/
	margin:0px 0px 0px 20px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.capstyleimage1 img{
	/*border:1px solid black;*/
}
.capstyletext2{
	/*border:1px solid orange;*/
	width:500px;
	margin:0px 20px 0px 0px;
	padding:20px 10px 20px 10px;
	font-family:Roboto;
	color: black;
	background-color:rgba(255, 255, 255, 0.7);
}
.capstyleimage2{
	width:300px;
	height:300px;
	/*border:1px solid pink;*/
	margin:0px 20px 0px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.capstyleimage2 img{
	/*border:1px solid black;*/
}
.capstyleimage3{
	display:none;
}
.capstylebutton{
	display:inline-block;
	width:170px;
	height:40px;
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:#ffffff;
	background-color:#335540;
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
	line-height: 35px;
	transition: 0.2s;
	}
.capstylebutton:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}

/*DECORATIONS SECTION*/
#decorations{
	background-image:url("../images/pattern2.webp");
	background-color: #3e674d;
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#decowrap{
	width:100%;
	max-width:1000px;
	padding: 0px 50px 50px 50px;
	margin: 0 auto;
	text-align:center;
	/*border:1px solid orange;*/
}
#decowrap2{
	display:none;
}
#decowrap3{
		display:none;
	}
#decotext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:white;
}
.decosection{
	/*border:1px solid blue;*/
	width:100%;
	padding:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin:10px 0px 0px 0px;
	background-color:rgba(237,237,237, 0.7);
}
.decocolumn{
	/*border:1px solid aqua;*/
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px 5px 0px 5px;
	padding:10px;
	/*background-color:rgba(237,237,237, 0.7);*/
}
.decocolumn img{
	width:100%;
	height:100%;
	max-width:300px;
	border:3px solid #3e674d;
}
.decocolumn h4{
	/*border:1px solid pink;*/
	margin:0px 0px 10px 0px;
}
#decowrap h5{
	/*border:1px solid pink;*/
	margin:40px 0px 10px 0px;
}
#decowrap h6{
	/*border:1px solid pink;*/
	margin:40px 0px 0px 0px;
}

/*CONTACT FORM*/
#contact{
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#contactwrap{
	width:950px;
	padding: 0px 50px 50px 50px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
	
	
}
div.contactform {
	width:450px;
	display:inline-flex;
	background-color:#335540;
	/*border:1px solid red;*/
	text-align:left;
	justify-content: center;
    align-items: center;
	padding-top:15px;
	padding-bottom:15px;
}
form{
	width:80%;
	/*border:1px solid orange;*/
	margin:0 auto;
	padding: 0px;
}
.elem-group{
	/*border:1px solid blue;*/
	margin-top:20px;
	width:100%;

}
label{
	display:block;
	font-family:'Roboto';
	font-weight:500;
	color:white;
	padding-bottom:4px;
}
input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 12pt;
  font-family: 'Roboto';
  width: 100%;
  padding: 8px;
}
textarea {
  height: 150px;
}
.formsubtext{
  color:#f5d553;
  font-family:'Roboto';
  font-weight:400;
  font-size:10pt;
}
button {
  height: 50px;
  background: #335540;
  color: white;
  border: 2px solid white;
  font-size: 12pt;
  font-family: 'Roboto';
  cursor: pointer;
  margin-top:10px;
  transition:0.2s;
}
button:hover{
	color:#f5d553;
	border: 2px solid #f5d553;
}
#contact2{
	width:450px;
	/*border:1px solid aqua;*/
	display:inline-block;
	float:right;
	margin:0 auto;
}
#contact3{
	display:none;
}
.dash1{
	width:100%;
	border: 0 none;
	border-top: 2px dashed #335540;
	Background: none;
	height:0;
}
.dash2{
	width:100%;
	border: 0 none;
	border-top: 2px dashed white;
	Background: none;
	height:0;
}
.honeypot-field {
  display: none;
}
/*newsletter form*/
#newsletterformwrap{
	background-color:rgba(221, 221, 221, 0.5);
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
#mc_embed_shell {
	display: flex;
	justify-content: center; /* Horizontally center the form */
	align-items: center; /* Vertically center the form */
	/*border:1px solid blue;*/
	width:100%;
}
#mc_embed_signup {
	display:flex;
	justify-content: center; /* Horizontally center the form */
	align-items: center; /* Vertically center the form */
	max-width: 900px; /* Optional: Set a max width for the form */
	width: 100%;
	background:#335540;
	clear:left; 
	/*border:1px solid yellow;*/
}
#mc-embedded-subscribe-form{
	/*border:1px solid pink;*/
}
#mc_embed_signup .button, 
#mc_embed_signup input[type="submit"] {
    background-color: #335540;
    color: white; /* Text color */
    border: 2px solid white;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    transition: 0.2s ease;
    margin-top: 10px;
}
#mc_embed_signup .button:hover, 
#mc_embed_signup input[type="submit"]:hover {
    color: #f5d553;
	border-color: #f5d553;
	background-color:#335540;
}
#mc_embed_signup .asterisk {
    color: #f5d553 !important; /* Change the color to yellow */
}
.disclaimer{
	color:#f5d553;
	font-size:9pt;
	display: block;
    margin: 10px auto;
    max-width: 90%;
}
.indicates-required{
	color:#f5d553;
}
.clear {
	display: flex;
	justify-content: center; /* Center the submit button */
	width: 100%;
	/*border:1px solid orange;*/
}

.submodal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.submodal-content {
	background-color: white;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 400px;
	text-align: center;
}

.close-btn {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px;
}

.close-btn:hover {
	background-color: #45a049;
}
/*Footer*/
footer{
	background-color: #335540;
	padding:20px 0px 20px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	/*border:1px solid pink;*/
}
#footerwrap{
	width:95%;
	max-width:1200px;
	height:90%;
	padding:0px 0px 0px 0px;
	/*border: 1px solid orange;*/
	margin:0 auto;
	display:inline-block;	
}
#footersection{
	display:block;
	float:none;
	width:100%;
	/*background-color:#203528;*/
	/*border: 1px solid aqua;*/
	border-bottom:1px solid white;
	margin:0px 0px 10px 0px;
	text-align:center;
}
#footersection a{
	margin:0px 8px 0px 8px;
	color:white;
	text-decoration:none;
	font-family:Roboto;
	transition:0.2s;
}
#footersocial{
	display:block;
	justify-content: center;
	align-items: center;
	float:none;
	width:100%;
	height:60%;
	/*border: 1px solid aqua;*/
	margin:auto;
}
.footerbutton{
	float:right;
	margin:0 auto;
	/*border:1px solid blue;*/
	display:flex;
}
#footersection a:hover{
	color:#f5d553;
	font-size:13pt;
}
.socials{
	width:30px;
	height:30px;
	float:none;
	margin: 0px 0px 0px 0px;
	padding:0px;
	transition:0.2s;
}
.socials:hover{
	width:35px;
	height:35px;
}
.topbutton{
	display:flex;
	width:40px;
	transition:0.2s;
	padding:0px;
}
.footerlogo{
	display:flex;
	height:75px;
	padding:0px 20px 0px 0px;
}
.topbutton:hover{
	width:50px;
}

/*Media Queries*/
@media (max-width:1350px){
	#fullnav a{
		font-size:14pt;
		padding: 0px 10px 0px 0px;
	}
}

@media (max-width: 1120px){
#fullnav{
	float:right;
	margin: 0 auto;
	margin-top:20px;
	padding: 0px;
	/*border: 1px solid aqua;*/
}
#fullnav a{
	padding: 0px 10px 0px 0px;
	font-family: Play;
	font-size:13pt;
	font-weight: 700;
	text-decoration:none;
	color:#335540;
	transition:0.5s;
}
#fullnav a:hover{
	color:#f5d553;
	cursor: pointer;
	font-size:18pt;
}
}

@media (max-width: 1080px){
#modalbg{
	display:none;
	z-index:3;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.7);
	margin:0 auto;
	align-items:center;
	justify-content:center;	
}
.modalslide{
	position:fixed;
	width:90%;
	height:90%;
	margin:0 auto;
	background-color:white;
	overflow-x:hidden;
	overflow-y:auto;
}
.modaltextareawrap{
	width:100%;
	height:55%;
	background-image:url("../images/pattern2.webp");
	background-color:#3e674d;
	float:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modaltextarea{
	width:100%;
	height:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalcontrolswrap{
	position:absolute;
	top:auto;
	bottom:170px;
	width:90%;
	height:40px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalslidenumber{
	color:#335540;
}
.modalleftcontrol{
	position:absolute;
	left:0;
	width:30px;
	height:30px;	
}
.modalrightcontrol{
	position:absolute;
	right:0;
	width:30px;
	height:30px;
}
.modaltextwrap{
	width:90%;
	/*border:1px solid red;*/
	text-align:center;
}
.modaltextheader{
	width:100%;
	margin:0 auto;
}
.modaltextbody{
	width:60%;
	margin:0 auto;
	text-decoration:none;
}
.modaltextbody ul{
	text-align:center;
	color:white;
	padding:0px 0px 0px 20px;
	/*border:1px solid white;*/
}
.modalbuttonwrap{
	width:100%;
	align-items:center;
	justify-content:center;
}
.modalbuttonwrap a{
	color:#335540;
	text-decoration:none;
	font-weight:700;
}
.modalbutton{
	width:30%;
	height:30px;
	margin:0 auto;
	margin-bottom:10px;
	background-color:#f5d553;
	padding: 5px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
}
.modalimagearea{
	width:100%;
	height:80%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalclose{
	position:absolute;
	top:0;
	right:0;
	margin:10px;
	width:30px;
	height:30px;
	z-index:1;
}
.modalimagearea picture{
	position:absolute;
	width:100%;
	height:80%;
	background-color:white;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalimagearea img{
	max-width:100%;
	
}
.landingtextboxcontentwrap{
	padding:20px;
}
.landingtexthead{
	font-size:16pt;
}
.landingtextsubhead{
	font-size:20pt;
}
.landingboximg{
	width:33%;
	margin:0px 20px 0px 20px;
}
.landingtextboxwrap{
	width:70%;		
}
#fullnav{
	float:right;
	margin: 0 auto;
	margin-top:20px;
	padding: 0px;
	/*border: 1px solid aqua;*/
}
#fullnav a{
	padding: 0px 10px 0px 0px;
	font-family: Play;
	font-size:13pt;
	font-weight: 700;
	text-decoration:none;
	color:#335540;
	transition:0.5s;
}
	.logo{
		height:50%;
	}
}
/*LARGE TABLET*/
@media (max-width: 1024px){
/*Navigation Bar*/
header{
	position:fixed;
	top:0;
	width:100%;
	height:100px;
	margin:0 auto;
	background-color:white;
}
#headerwrap{
	width:95%;
	height:90%;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	/*border:1px solid red;*/
	margin: 0 auto;
}
#fullnav a{
	padding: 0px 5px 0px 0px;
	font-family: Play;
	font-size:13pt;
	font-weight: 700;
	text-decoration:none;
	color:#335540;
	transition:0.5s;
	}
.logo{
		height:50%;
	}
h1{
	font-family: Play;
	font-size:30pt;
	font-weight:700;
	color: #335540;
	border-bottom: 10px double;
}
h2{
	font-family: Play;
	font-size:30pt;
	font-weight:700;
	color: white;
	border-bottom: 10px double;
}
#infobar{
	width:100%;
	height: 20px;
	background-color:#335540;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	/*border: 1px solid yellow;*/
}
#infowrap{
	width:45%;
	margin:0 auto;
	/*border:1px solid yellow;*/
	text-align: center;
	float: right;
}
#infobar span{
	color: white;
	margin: 0px 0px 0px 40px;
	/*border: 1px solid aqua;*/
	display: inline block;
	
}
#fullnav{
	float:right;
	margin: 0 auto;
	margin-top:20px;
	padding: 0px;
	/*border: 1px solid aqua;*/
}
#fullnav a:hover{
	color:#f5d553;
	cursor: pointer;
	font-size:18pt;
}
nav span{
	color:#f5d553;
}
.topnav{
	display:none;
}

/*Main Body*/

/*General*/
body {
	margin:0px;
	padding:0px;
	overflow: scroll;
	scrollbar-color: #f5d553 #dddddd;
  	scrollbar-width:thin;
	height:100%;
	font-family:Roboto;
	background-image: url('../images/pattern1.webp');
}
::-webkit-scrollbar{
  background-color: #dddddd;
	width:8px;
	height:8px;
}
::-webkit-scrollbar-corner{
	color:#dddddd;
}
::-webkit-scrollbar-thumb {
  background: #f5d553;
}
#bigwrap{ 
	margin: 0 auto;
	width:100%;
}

/*Portfolio Page*/
/*Gallery Layout*/
#portfoliowrap{
	margin: 0 auto;
	display:inline;
	height: 100%;
	/*border: 1px solid blue;*/
	justify-content: center;
}
#portfoliowrap2{
	margin:0 auto;
	margin-top:50px;
	margin-bottom:100px;
	width:90%;
	display:flex;
	justify-content:center;
	text-align:center;
	align-items:center;
	/*border:1px solid red;*/
}
#portfoliotext{
	width:80%;
	/*border:1px solid red;*/
	margin:0 auto;
	margin-top:150px;
	margin-bottom:50px;
}
#portfoliotext p{
	
	text-align:left;
}
#portfoliotext a{
	color:#335540;
	font-weight:700;
	text-decoration: none;
	transition: 0.3s;
}
#portfoliotext a:hover{
	color: #f5d553;
	text-decoration: underline;
}
.row>.column{
	padding:0 8px;
	margin:0 auto;
	
}
.row:after{
	content: "";
	display:table;
	clear:both;
	margin: 0 auto;
}
.column{
	margin:0 auto;
	margin:0px 0px 0px 0px;
	width:33%;
	/*border: solid 1px pink;*/
}
.column img{
	margin:0 auto;
	/*border: solid 1px black;*/
	width:100%;
	display: flex;
	transition:0.7s;
}
.column img:hover{
	background-color:rgba(245,213,83, 0.2);
	cursor:pointer;
}
	
/*Modal*/
#modalbg{
	display:none;
	z-index:3;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.7);
	margin:0 auto;
	align-items:center;
	justify-content:center;	
}
.modalslide{
	position:fixed;
	width:90%;
	height:90%;
	margin:0 auto;
	background-color:white;
	overflow-x:hidden;
	overflow-y:auto;
}
.modaltextareawrap{
	width:100%;
	height:55%;
	background-image:url("../images/pattern2.webp");
	background-color:#3e674d;
	float:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modaltextarea{
	width:100%;
	height:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalcontrolswrap{
	position:absolute;
	top:auto;
	bottom:170px;
	width:90%;
	height:40px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalslidenumber{
	color:#335540;
}
.modalleftcontrol{
	position:absolute;
	left:0;
	width:30px;
	height:30px;	
}
.modalrightcontrol{
	position:absolute;
	right:0;
	width:30px;
	height:30px;
}
.modaltextwrap{
	width:90%;
	/*border:1px solid red;*/
	text-align:center;
}
.modaltextheader{
	width:100%;
	margin:0 auto;
}
.modaltextbody{
	width:60%;
	margin:0 auto;
	text-decoration:none;
}
.modaltextbody ul{
	text-align:center;
	color:white;
	padding:0px 0px 0px 20px;
	/*border:1px solid white;*/
}
.modalbuttonwrap{
	width:100%;
	align-items:center;
	justify-content:center;
}
.modalbuttonwrap a{
	color:#335540;
	text-decoration:none;
	font-weight:700;
}
.modalbutton{
	width:30%;
	height:30px;
	margin:0 auto;
	margin-bottom:10px;
	background-color:#f5d553;
	padding: 5px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
}
.modalimagearea{
	width:100%;
	height:80%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalclose{
	position:absolute;
	top:0;
	right:0;
	margin:10px;
	width:30px;
	height:30px;
	z-index:1;
}
.modalimagearea picture{
	position:absolute;
	width:100%;
	height:80%;
	background-color:white;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalimagearea img{
	max-width:100%;
	
}

/*Landing Page*/
.landingtext1{
	font-size: 24pt;
}
.landingtext2{
	font-size: 36pt;
}
.button{
	font-size:14pt;
	margin:20px 10px 0px 10px;
}
.landingtextboxwrap{
	position:absolute;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	top:0;
	right:0;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
}
.landingtextboxcontentwrap{
	padding:30px;
}
.landingtexthead{
	font-size:14pt;
}
.landingtextsubhead{
	font-size:18pt;
}
.landingboximg{
	width:33%;
	margin:0px 20px 0px 20px;
}
.landingsection2img{
	width:100%;
}
	
/*About Section*/
#about{	
	padding: 30px 0px 70px 0px;
	display: inline-block;
}
#aboutwrap{
	width:90%;
	padding: 0px 20px 50px 20px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
    justify-content: center;
    align-items: center;
}
.aboutinnerwrap{
	width:100%;
	display:flex;
	/*border: 1px solid yellow;*/
	height:auto;
	margin: 50px 0px 50px 0px;
	justify-content: center;
    align-items: center;
}
.aboutinnerwrap1{
	width:50%;
	margin:0 auto;
	display:flex;
	height:100%;
	/*border:1px solid aqua;*/
}
.aboutinnerwrap2{
	width:50%;
	margin:0 auto;
	display:flex;
	height:100%;
	/*border:1px solid aqua;*/
}
.aboutinnerwrap3{
	width:100%;
	display:flex;
	/*border: 1px solid yellow;*/
	margin: 0px 0px 0px 0px;
	justify-content: center;
    align-items: center;
}
#abouttext1{
	margin:0px 0px 50px 0px;
}
#abouttext2{
	display:flex;
	width:100;
	margin:4%;
	/*border:1px solid pink;*/
	text-align:left;
	align-items:center;
}
.aboutimg2{
	display:flex;
	width:100%;
	/*border:1px solid green;*/
	border-radius:10px;
	background-color:rgba(221, 221, 221, 0.5);
	backdrop-filter:blur(1px);
	justify-content:center;
}
#aboutvideo{
	display:flex;
	width:100%;
	/*border:1px solid purple;*/
	border-radius:10px;
	background-color:rgba(221, 221, 221, 0.5);
	backdrop-filter:blur(1px);
}
#aboutimgmobile{
	display:none;
}
#abouttext3{
	display:flex;
	width:100%;
	margin:4%;
	/*border:1px solid red;*/
	text-align:left;
	align-items:center;
}
#abouttext4{
	/*border:1px solid black;*/
	margin:0px 0px 0px 0px;
}
#abouttext5{
	/*border:1px solid black;*/
	margin:50px 0px 0px 0px;
}
.aboutlogowrap{
	display:flex;
	margin:0 auto;
	justify-content:center;
	align-items:center;
	/*border:1px solid pink;*/
	width:100%;
	max-width:400px;
}
.aboutlogos{
	width:100%;
}

/*PROCESS SECTION*/
#process{
	width:100%;
	/*border:1px solid orange;*/
	padding: 70px 0px 0px 0px;
	display: flex;
	flex-direction: none;
    flex-wrap: none;
    justify-content: center;
    align-items: center;	
}
#processwrap{
	width:100%;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
}
#processwrap span{
	font-family:Play;
	Font-weight:700;
	font-size:16pt;
	
}
.processheader1{
	color:#f5d553;
}
.processheader2{
	color:black;
}
.processtext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:white;
}
#processsections{
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	/*border:1px solid red;*/
	justify-content: center;
    align-items: center;
	display:flex;
}
.processbox{
	width:30%;
	height:500px;
	/*border:1px solid aqua;*/
	margin:10px;
	text-align:center;
	background-color:rgba(237,237,237, 0.7);
	justify-content: center;
    align-items: center;
	display:flex;
}
.processboxinner{
	/*border:1px solid blue;*/
}
.processbutton{
	display:inline-block;
	width:170px;
	height:40px;
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:white;
	background-color:#335540;
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
	line-height: 35px;
	transition: 0.2s;
	}
.processbutton:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}
.processbox p{
	font-family:Roboto;
	color: black;
	text-align:left;
	
}
.processimg{
	width:200px;
	height:200px;
	margin-bottom:0px;
	/*border:1px solid red;*/
	display:inline-block;
	/*background-color:#335540;*/
	padding:10px;
}
.processboxtext{
	/*border:1px solid orange;*/
	width:90%;
	margin:0 auto;
}

/*Cap Style Section*/
#capstyles{
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#capstylewrap{
	width:100%;
	padding: 0px 50px 50px 50px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
}
#capstyletext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:black;
}
#capstyles h2{
	color:#335540;
}
.capstylerow{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
	margin-top:50px;
}
.capstylecolumn{
    flex: 50%;
	margin-top:30px;
}
.capstylecolumn img{
	flex: 50%;
    padding: 0 4px;
	width:100%;
}
.capstylebox{
	margin-bottom:20px;
	height:350px;
		
}
.capstylebox span{
	font-family:Play;
	Font-size:16pt;
	font-weight:700;
	color:#335540;
}
.capstyleinner1{
	/*background-image:url("../images/capstylebanner1.png");*/
	background-color: #3e674d;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	margin: 0 auto;
}
.capstyleinner2{
	background-color: #3e674d;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	margin: 0 auto;
}
.capstyletext1{
	/*border:1px solid orange;*/
	width:45%;
	
	margin:0px 20px 0px 0px;
	padding:20px 10px 20px 10px;
	font-family:Roboto;
	color: black;
	background-color:rgba(255, 255, 255, 0.7);
	/*outline:solid 2px #f5d553;*/
}
.capstyletext1 p{
	text-align:left;
	display:flex;
}
.capstyletext2 p{
	text-align:left;
}
.capstyleimage1{
	/*border:1px solid pink;*/
	margin:0px 0px 0px 20px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.capstyleimage1 img{
	/*border:1px solid black;*/
}
.capstyletext2{
	/*border:1px solid orange;*/
	width:45%;
	margin:0px 20px 0px 0px;
	padding:20px 10px 20px 10px;
	font-family:Roboto;
	color: black;
	background-color:rgba(255, 255, 255, 0.7);
}
.capstyleimage2{
	width:300px;
	height:300px;
	/*border:1px solid pink;*/
	margin:0px 20px 0px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.capstyleimage2 img{
	/*border:1px solid black;*/
}
.capstyleimage3{
	display:none;
}
.capstylebutton{
	display:inline-block;
	width:170px;
	height:40px;
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:#ffffff;
	background-color:#335540;
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
	line-height: 35px;
	transition: 0.2s;
	}
.capstylebutton:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}

/*CONTACT FORM*/
#contact{
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#contactwrap{
	width:950px;
	padding: 0px 50px 50px 50px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
	
}
div.contactform {
	border:7px solid #335540;
	width:45%;
	display:inline-block;
	background-color:#335540;
}
input.text{
	height:30px;
	width:90%;
	border-radius: 0px;
	border:none;
	
}
textarea.message{
	height:150px;
	width:90%;
	border-radius: 0px;
	border:none;
}
input.submit{
	width:170px;
	height:40px;
	font-family: Roboto;
	font-size:12pt;
	font-weight: 700;
	color:white;
	Background-color:#335540;
	border: 2px solid white;
	border-radius: 0px;
	transition:border-color 0.2s;
	transition:color 0.2s;
}
input.submit:hover{
	border-color:#f5d553;
	color:#f5d553;
	cursor: pointer;
}
label{
	font-family: Play;
	font-weight: 700;
	color: white;
	float:left;
	margin-bottom:5px;
	margin-left: 20px;
}
#contact2{
	width:45%;
	/*border:1px solid aqua;*/
	display:inline-block;
	float:right;
	margin:0 auto;
}
#contact3{
	display:none;
}
.dash1{
	width:100%;
	border: 0 none;
	border-top: 2px dashed #335540;
	Background: none;
	height:0;
}
.dash2{
	width:100%;
	border: 0 none;
	border-top: 2px dashed white;
	Background: none;
	height:0;
}
.honeypot-field {
  display: none;
}
/*Footer*/
footer{
	background-color: #335540;
	padding:20px 0px 20px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	/*border:1px solid pink;*/
}
#footerwrap{
	width:95%;
	height:90%;
	/*border: 1px solid orange;*/
	margin:0 auto;
	display:inline-block;
	
}
#footersection{
	display:block;
	float:none;
	width:100%;
	/*background-color:#203528;*/
	/*border: 1px solid aqua;*/
	border-bottom:1px solid white;
	margin:0px 0px 10px 0px;
	text-align:center;
}
#footersection a{
	margin:0px 8px 0px 8px;
}
#footersocial{
	display:block;
	justify-content: center;
	align-items: center;
	float:none;
	width:100%;
	height:60%;
	/*border: 1px solid aqua;*/
	margin:auto;
}
#footerbutton{
	float:right;
	margin:0 auto;
	/*border:1px solid blue;*/
	display:flex;
}
#footersection a:hover{
	color:white;
	font-size:11pt;
}
.socials{
	width:30px;
	height:30px;
	float:none;
	margin: 0px 0px 0px 0px;
	padding:0px;
	transition:0.2s;
}
.socials:hover{
	width:35px;
	height:35px;
}
.topbutton{
	display:flex;
	width:40px;
	transition:0.2s;
	padding:0px;
}
.topbutton:hover{
	width:40px;
}
}

/*TABLET*/
@media (max-width: 900px){
#fullnav{
	float:right;
	margin: 0 auto;
	margin-top:20px;
	padding: 0px;
	width:560px
	/*border: 1px solid aqua;*/
}
#fullnav a{
	padding: 0px 5px 0px 0px;
	font-family: Play;
	font-size:12pt;
	font-weight: 700;
	text-decoration:none;
	color:#335540;
	transition:0.5s;
}
#fullnav a:hover{
	color:#f5d553;
	cursor: pointer;
	font-size:18pt;
}
.logo{
	height:35%;
	}
nav span{
	color:#f5d553;
}
}

@media (max-width: 768px){
#modalbg{
	display:none;
	z-index:3;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.7);
	margin:0 auto;
	align-items:center;
	justify-content:center;	
}
.modalslide{
	position:fixed;
	width:90%;
	height:90%;
	margin:0 auto;
	background-color:white;
	overflow-x:hidden;
	overflow-y:auto;
}
.modaltextareawrap{
	width:100%;
	height:55%;
	background-image:url("../images/pattern2.webp");
	background-color:#3e674d;
	float:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modaltextarea{
	width:100%;
	height:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalcontrolswrap{
	position:absolute;
	top:auto;
	bottom:140px;
	width:90%;
	height:40px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalslidenumber{
	color:#335540;
}
.modalleftcontrol{
	position:absolute;
	left:0;
	width:30px;
	height:30px;	
}
.modalrightcontrol{
	position:absolute;
	right:0;
	width:30px;
	height:30px;
}
.modaltextwrap{
	width:90%;
	/*border:1px solid red;*/
	text-align:center;
}
.modaltextheader{
	width:100%;
	margin:0 auto;
}
.modaltextbody{
	width:90%;
	margin:0 auto;
	text-decoration:none;
}
.modaltextbody ul{
	text-align:center;
	color:white;
	padding:0px 0px 0px 20px;
	/*border:1px solid white;*/
}
.modalbuttonwrap{
	width:100%;
	align-items:center;
	justify-content:center;
}
.modalbuttonwrap a{
	color:#335540;
	text-decoration:none;
	font-weight:700;
}
.modalbutton{
	width:30%;
	height:30px;
	margin:0 auto;
	margin-bottom:10px;
	background-color:#f5d553;
	padding: 5px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
}
.modalimagearea{
	width:100%;
	height:80%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalclose{
	position:absolute;
	top:0;
	right:0;
	margin:10px;
	width:30px;
	height:30px;
	z-index:1;
}
.modalimagearea picture{
	position:absolute;
	width:100%;
	height:80%;
	background-color:white;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalimagearea img{
	width:100%;
	max-width:400px;
	
}
	
/*NAVIGATION*/
header{
	position:fixed;
	top:0;
	width:100%;
	height:75px;
	margin:0 auto;
	background-color:white;
}
#headerwrap{
		/*border:1px solid red;*/
		width:100%;
		height:100%;
		flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: none;
    	align-items: none;
		background-color:white;
}
#infobar{
	display:flex;
	color:white;
	}
#infowrap{
	width:80%;
	margin:0 auto;
	/*border:1px solid yellow;*/
	text-align: center;
	color:white;
	
}
#infobar span{
		color: white;
		margin: 0px 20px 0px 20px;
		/*border: 1px solid aqua;*/
		display: inline block;
}
.logo{
		display:block;
		/*border:1px solid blue;*/
		float:left;
		margin:0 auto;
	    height:60%;
		padding:10px;
		background-color:white;
	}
#fullnav{
	margin:0 auto;
	padding:0px;
	text-align:center;
	display:none;
	float: none;
	width:100%;
}
#fullnav a{
	display:inline-block;
	/*border:1px solid blue;*/
	background-color:#335540;
	color:white;
	width:100%;
	padding:5px 0px 5px 0px;
}
#fullnav a:hover{
	color:blue;
	cursor: pointer;
	font-size:18pt;
}
.burger{
	display:block;
	height:100%;
	background:url(../images/burger1.webp) no-repeat 98% center;
	background-color:white;
	/*border:1px solid blue;*/
	cursor: pointer;
}

/*LANDING SECTION*/
#landingslide1{
		display:none;
	}
#landingslide1-2{
		display:block;
	}
#landingslide1-3{
		display:none;
	}
#landingslide2{
		display:none;
	}
#landingslide2-2{
		display:block;
	}
#landingslide2-3{
		display:none;
	}
#landingslide3{
		display:none;
	}
#landingslide3-2{
		display:block;
	}
#landingslide3-3{
		display:none;
	}
#landingslide4{
		display:none;
	}
#landingslide4-2{
		display:block;
	}
#landingslide4-3{
		display:none;
	}
.landingtext1{
	font-size: 16pt;
}
.landingtext2{
	font-size: 24pt;
}
.button{
	font-size:14pt;
	margin:20px 0px 0px 0px;
}
.landingtextboxwrap{
	position:absolute;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	top:0;
	right:0;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
}
.landingtextboxcontentwrap{
	padding:30px;
}
.landingtexthead{
	font-size:14pt;
}
.landingtextsubhead{
	font-size:18pt;
}
.landingboximg{
	width:33%;
	margin:0px 20px 0px 20px;
}
.landingsection2img{
	width:100%;
}
#landingsection2{
	display: block;
	height:auto;
	
}
#whatsnewsection1{
	display:inline-block;
	position:relative;
	text-align:center;
	background-image:url(../images/landing_page/carousel2_img1.webp);
	height:100%;
	width:100%;
}
#whatsnewsection2{
	display:inline-block;
	position:relative;
	text-align:center;
	background-image:url(../images/landing_page/carousel2_img2.webp);
	height:100%;
	width:100%;
}
	
/*ABOUT SECTION*/
#about{	
	padding: 0px 0px 0px 0px;
	display: inline-block;
}
#aboutwrap{
	width:95%;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
    justify-content: center;
    align-items: center;
}
.aboutinnerwrap{
	width:100%;
	display:inline-block;
	/*border: 1px solid yellow;*/
	height:auto;
	margin: 0px 0px 0px 0px;
	justify-content: center;
    align-items: center;
	border-radius:0px;
	background-color:transparent;
	backdrop-filter:none;
}
.aboutinnerwrap1{
	width:100%;
	margin:30px 0px 30px 0px;
	display:inline-block;
	height:auto;
	/*border:1px solid aqua;*/
}
.aboutinnerwrap2{
	width:100%;
	margin:30px 0px 30px 0px;
	display:inline-block;
	height:auto;
	/*border:1px solid aqua;*/
}
.aboutinnerwrap3{
	width:100%;
	height:auto;
	display:inline-block;
	/*border: 1px solid yellow;*/
	margin: 0px 0px 0px 0px;
	justify-content: center;
    align-items: center;
}
#aboutimgdesktop{
	display:none;
}
#aboutimgmobile{
	display:inline-block;
}
#abouttext1{
	margin:0px 0px 50px 0px;
}
#aboutimg1{
	width:100%;
	max-width:1000px;
	height:auto;
	/*background-color:blue;*/
	background-image:url(../images/about_header.webp);
	background-repeat:no-repeat;
	background-size:cover;
}
#abouttext2{
	display:inline-block;
	width:100%;
	margin:0 auto;
	/*border:1px solid pink;*/
	text-align:left;
	align-items:center;
}
.aboutimg2{
	display:flex;
	width:100%;
	/*border:1px solid green;*/
	border-radius:0px;
	background-color:none;
	backdrop-filter:blur(1px);
	justify-content:center;
	align-items:center;
}
.aboutimg2 img{
	width:100%;
	max-width:450px;
}
#aboutvideo{
	display:inline-block;
	height:100%;
	max-width:100%;
	/*border:1px solid purple;*/
	border-radius:10px;
	background-color:rgba(221, 221, 221, 0.5);
	backdrop-filter:blur(1px);
}
#abouttext3{
	display:inline-block;
	width:100%;
	margin:0 auto;
	padding:0px;
	/*border:1px solid red;*/
	text-align:left;
	align-items:center;
}
#abouttext4{
	/*border:1px solid black;*/
	margin:0px 0px 0px 0px;
}
#abouttext5{
	/*border:1px solid black;*/
	margin:50px 0px 0px 0px;
}
.aboutlogowrap{
	display:flex;
	margin:0 auto;
	justify-content:center;
	align-items:center;
	/*border:1px solid pink;*/
	width:100%;
	max-width:400px;
}
.aboutlogos{
	width:100%;
}

/*PROCESS SECTION*/
#process{
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
}
#processwrap{
	width:100%;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
}
#processwrap span{
	font-family:Play;
	Font-weight:700;
	font-size:16pt;
	
}
.processheader1{
	color:#f5d553;
}
.processheader2{
	color:black;
	display:block;
}
.processtext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:white;
}
#processsections{
	margin-top:20px;
	margin-bottom:20px;
	width:450px;
	/*border:1px solid red;*/
	justify-content: center;
    align-items: center;
	display:inline-block;
}
.processbox{
	width:100%;
	height:100%;
	/*border:1px solid aqua;*/
	margin:0 auto;
	margin:10px 0px 10px 0px;
	text-align:center;
	background-color:rgba(237,237,237, 0.7);
	justify-content: center;
    align-items: center;
	display:flex;
}
.processboxinner{
	/*border:1px solid blue;*/
}
.processbutton{
	display:inline-block;
	width:170px;
	height:40px;
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:white;
	background-color:#335540;
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
	line-height: 35px;
	transition: 0.2s;
	float:none;
	}
.processbutton:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}
.processbox p{
	font-family:Roboto;
	color: black;
	text-align:left;
	
}
.processimg{
	width:200px;
	height:200px;
	margin-bottom:10px;
	/*border:1px solid red;*/
	display:inline-block;
	/*background-color:#335540;*/
	padding:10px;
}
.processboxtext{
	/*border:1px solid orange;*/
	width:90%;
	margin:0 auto;
}

/*CAP STYLE SECTION*/
#capstyles{
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#capstylewrap{
	width:100%;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
}
#capstyletext{
	width:90%;
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:black;
}
#capstyles h2{
	color:#335540;
}
.capstylerow{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
	margin-top:50px;
	/*border:1px solid red;*/
}
.capstylecolumn{
    flex: 50%;
	height:100%;
	margin-top:30px;
	/*border:1px solid red;*/
}
.capstylecolumn img{
	flex: 50%;
    padding: 0 4px;
	width:100%;
}
.capstylebox{
	margin-bottom:20px;
	height:100%;
		
}
.capstylebox span{
	font-family:Play;
	Font-size:16pt;
	font-weight:700;
	color:#335540;
}
.capstyleinner1{
	/*background-image:url("../images/capstylebanner1.png");*/
	background-image:url("../images/pattern2.webp");
	background-repeat:no-repeat;
	background-size: cover;
	background-color: #3e674d;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	margin: 0 auto;
	padding:20px 0px 20px 0px;
}
.capstyleinner2{
	background-image:url("../images/pattern2.webp");
	background-repeat:no-repeat;
	background-size: cover;
	background-color: #3e674d;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	margin: 0 auto;
	padding:20px 0px 20px 0px;
}
.capstyletext1{
	/*border:1px solid orange;*/
	width:450px;
	margin:10px 10px 10px 10px;
	padding:20px 10px 20px 10px;
	font-family:Roboto;
	color: black;
	background-color:rgba(255, 255, 255, 0.7);
	/*outline:solid 2px #f5d553;*/
}
.capstyletext1 p{
	text-align:left;
	display:flex;
}
.capstyletext2 p{
	text-align:left;
}
.capstyleimage1{
	display:none;
}
.capstyleimage1 img{
	/*border:1px solid black;*/
}
.capstyletext2{
	/*border:1px solid orange;*/
	width:450px;
	margin:10px 10px 10px 10px;
	padding:20px 10px 20px 10px;
	font-family:Roboto;
	color: black;
	background-color:rgba(255, 255, 255, 0.7);
}
.capstyleimage2{
	width:300px;
	height:300px;
	/*border:1px solid pink;*/
	margin:0px 0px 0px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.capstyleimage2 img{
	/*border:1px solid black;*/
}
.capstyleimage3{
	width:300px;
	height:300px;
	/*border:1px solid pink;*/
	margin:0px 0px 0px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
	}
.capstylebutton{
	display:inline-block;
	width:170px;
	height:40px;
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:#ffffff;
	background-color:#335540;
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
	line-height: 35px;
	transition: 0.2s;
	}
.capstylebutton:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}

/*DECORATIONS SECTION*/
#decowrap{
		display:none;
	}
	
#decorations{
	background-image:url("../images/pattern2.webp");
	background-color: #3e674d;
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#decowrap2{
	display:initial;
	width:100%;
	max-width:100%;
	padding: 0px 20px 30px 20px;
	margin: 0 auto;
	text-align:center;
	/*border:1px solid yellow;*/
}
#decowrap3{
		display:none;
	}
#decotext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:white;
}
.decosection{
	/*border:1px solid blue;*/
	width:100%;
	padding:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin:10px 0px 0px 0px;
	background-color:rgba(237,237,237, 0.7);
}
.decocolumn{
	/*border:1px solid aqua;*/
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px 5px 0px 5px;
	padding:10px;
	/*background-color:rgba(237,237,237, 0.7);*/
}
.decocolumn img{
	width:100%;
	height:100%;
	max-width:300px;
	border:3px solid #3e674d;
}
.decocolumn h4{
	/*border:1px solid pink;*/
	margin:0px 0px 10px 0px;
}
#decowrap h5{
	/*border:1px solid pink;*/
	margin:40px 0px 10px 0px;
}
#decowrap h6{
	/*border:1px solid pink;*/
	margin:40px 0px 0px 0px;
}

/*CONTACT FORM*/
#contact{
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
}
#contactwrap{
	width:90%;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
	
}
div.contactform {
	justify-content: center;
    align-items: center;
	display:flex;
	width:100%;
	padding:10px 0px 10px 0px;
	background-color:#335540;
	border:1px solid transparent;
	
}
form.contactform{
	/*border:1px solid yellow;*/
	width:90%;
	
}
input.text{
	height:30px;
	width:80%;
	margin:-20px 0px 0px 0px;
	border-radius: 0px;
	/*border:1px solid red;*/
	
}
textarea.message{
	height:150px;
	width:80%;
	margin:0px 0px 0px 0px;
	border-radius: 0px;
	/*border:1px solid red;*/
	
}
input.submit{
	width:170px;
	height:40px;
	font-family: Roboto;
	font-size:12pt;
	font-weight: 700;
	color:white;
	Background-color:#335540;
	border: 2px solid white;
	border-radius: 0px;
	transition:border-color 0.2s;
	transition:color 0.2s;
}
input.submit:hover{
	border-color:#f5d553;
	color:#f5d553;
	cursor: pointer;
}
label{
	font-family: Play;
	font-weight: 700;
	color: white;
	float:left;
	margin-bottom:5px;
	margin-left: 30px;
}
#contact2{
	display:none;
}
#contact3{
	width:100%;
	/*border:1px solid aqua;*/
	display:inline-block;
	float:right;
	margin:0 auto;
}
.honeypot-field {
  display: none;
}
#mc_embed_signup .mc-field-group input#mce-FNAME {
	margin-top: 5px; /* Adjust this value to increase or decrease the space */

}

/*Footer*/
footer{
	background-color: #335540;
	padding:20px;
	margin-top:0px;
	display: flex;
	flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	/*border:1px solid pink;*/
}
#footerwrap{
	width:95%;
	height:90%;
	/*border: 1px solid orange;*/
	margin:0 auto;
	display:inline-block;
	
}
#footersection{
	display:block;
	float:none;
	width:100%;
	/*background-color:#203528;*/
	/*border: 1px solid aqua;*/
	border-bottom:1px solid white;
	margin:0px 0px 10px 0px;
	text-align:center;
}
#footersection a{
	margin:0px 8px 0px 8px;
}
#footerlink1{
	display:none;
}
#footerlink3{
	display:none;
}
#footerlink4{
	display:none;
}
#footerlink7{
	display:none;
}
#footersocial{
	display:block;
	justify-content: center;
	align-items: center;
	float:none;
	width:100%;
	height:60%;
	/*border: 1px solid aqua;*/
	margin:auto;
}
#footerbutton{
	float:right;
	margin:0 auto;
	/*border:1px solid blue;*/
	display:flex;
}
footer a:hover{
	color:white;
	font-size:11pt;
}
.socials{
	width:30px;
	height:30px;
	float:none;
	margin: 0px 10px 0px 0px;
	padding:0px;
	transition:0.2s;
}
.socials:hover{
	width:35px;
	height:35px;
}
.topbutton{
	display:flex;
	width:40px;
	transition:0.2s;
	padding:0px;
}
.topbutton:hover{
	width:40px;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background-image: url("../images/burger1.webp");
  background-repeat:no-repeat;
  width:15px;
  height:15px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  /*border:1px solid blue;*/
  margin: 0 auto;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}
	
/*Portfolio Page*/
/*Gallery Layout*/

#portfoliotext{
	width:80%;
	/*border:1px solid red;*/
	margin:0 auto;
	margin-top:150px;
	margin-bottom:50px;
}
#portfoliotext p{
	
	text-align:left;
}
#portfoliotext a{
	color:#335540;
	font-weight:700;
	text-decoration: none;
	transition: 0.3s;
}
#portfoliotext a:hover{
	color: #f5d553;
	text-decoration: underline;
}
	
.row>.column{
	display:none;
}
.row:after{
	content: "";
	display:table;
	clear:both;
	margin: 0 auto;
}
.column{
	margin:0 auto;
	float:left;
	width:49%;
	/*border: solid 1px pink;*/
	text-align:center;
}
.column img{
	margin:0 auto;
	/*border: solid 1px black;*/
	width:75%;
	display: flex;
	transition:0.7s;
}
.column img:hover{
	background-color:rgba(245,213,83, 0.2);
	cursor:pointer;
}
}

/*MOBILE*/
@media (max-width: 480px){
.modalcontrolswrap{
	position:absolute;
	top:auto;
	bottom:140px;
	width:90%;
	height:40px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
	
/*NAVIGATION*/
	#bigwrap{
	width:90%;
}
	header{
	position:fixed;
	top:0;
	width:100%;
	height:50px;
	margin:0 auto;
	background-color:white;
}
	#headerwrap{
		/*border:1px solid red;*/
		width:100%;
		height:100%;
		flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: none;
    	align-items: none;
}
	#infobar{
		display:flex;
		align-items:center;
		justify-content:center;
		margin:0 auto;
		color:white;
	}
	#infobar span{
		color: white;
		margin: 0px 10px 0px 10px;
		/*border: 1px solid aqua;*/
		display: inline block;
}
	#infowrap{
	width:90%;
	margin:0 auto;
	/*border:1px solid yellow;*/
	text-align: center;
	font-size:10pt;
	float:none;
	color:white;
	
}
	.logo{
		height:100%;
		display:block;
		/*border:1px solid blue;*/
		float:left;
		margin:0px;
		padding:10px;
		background-color:white;
	}
	#fullnav{
		margin:0 auto;
		padding:0px;
		text-align:center;
		display:none;
	}
	#fullnav a{
		display:inline-block;
		/*border:1px solid blue;*/
		background-color:#335540;
		color:white;
		width:100%;
		padding:5px 0px 5px 0px;
	}
	.burger{
		display:block;
		height:100%;
		padding:10px;
		background:url(../images/burger1.webp) no-repeat 98% center;
		background-color:white;
		/*border:1px solid blue;*/
		cursor: pointer;
	}

/*LANDING SECTION*/
#landingslide1{
	display:none;
}
#landingslide1-2{
	display:none;
}
#landingslide1-3{
	display:block;
}
#landingslide2{
	display:none;
}
#landingslide2-2{
	display:none;
}
#landingslide2-3{
	display:block;
}
#landingslide3{
	display:none;
}
#landingslide3-2{
	display:none;
}
#landingslide3-3{
	display:block;
}
#landingslide4{
	display:none;
}
#landingslide4-2{
	display:none;
}
#landingslide4-3{
	display:block;
}
.landingtext1{
	font-size: 14pt;
}
.landingtext2{
	font-size: 20pt;
}
.button{
	font-size:14pt;
	margin:20px 0px 0px 0px;
}
.landingtextboxwrap{
	position:absolute;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	top:0;
	right:0;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
}
.landingtextboxcontentwrap{
	padding:40px;
}
.landingtexthead{
	font-size:14pt;
}
.landingtextsubhead{
	font-size:18pt;
}
.landingboximg{
	width:40%;
	margin:0px 0px 0px 0px;
}

/*ABOUT SECTION*/
#about{	
	padding: 0px 0px 0px 0px;
	display: inline-block;
}
#aboutwrap{
	width:100%;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
    justify-content: center;
    align-items: center;
}
.aboutinnerwrap{
	width:100%;
	display:inline-block;
	/*border: 1px solid yellow;*/
	height:auto;
	margin: 0px 0px 0px 0px;
	justify-content: center;
    align-items: center;
}
.aboutinnerwrap1{
	width:100%;
	margin:30px 0px 30px 0px;
	display:inline-block;
	height:auto;
	/*border:1px solid aqua;*/
}
.aboutinnerwrap2{
	width:100%;
	margin:30px 0px 30px 0px;
	display:inline-block;
	height:auto;
	/*border:1px solid aqua;*/
}
.aboutinnerwrap3{
	width:100%;
	height:auto;
	display:inline-block;
	/*border: 1px solid yellow;*/
	margin: 0px 0px 0px 0px;
	justify-content: center;
    align-items: center;
}
#aboutimgdesktop{
	display:none;
}
#abouttext1{
	margin:0px 0px 50px 0px;
}
#aboutimg1{
	width:100%;
	max-width:1000px;
	height:auto;
	background-color:blue;
	background-image:url(../images/about_header.webp);
	background-repeat:no-repeat;
	background-size:cover;
}
#abouttext2{
	display:inline-block;
	width:100%;
	margin:0 auto;
	/*border:1px solid pink;*/
	text-align:left;
	align-items:center;
}
.aboutimg2{
	display:inline-block;
	width:100%;
	/*border:1px solid green;*/
	border-radius:10px;
	background-color:rgba(221, 221, 221, 0.5);
	backdrop-filter:blur(1px);
	justify-content:center;
}
.aboutimg2 img{
		width:100%;
	}
#aboutvideo{
	display:inline-block;
	height:100%;
	max-width:100%;
	/*border:1px solid purple;*/
	border-radius:10px;
	background-color:rgba(221, 221, 221, 0.5);
	backdrop-filter:blur(1px);
}
#abouttext3{
	display:inline-block;
	width:100%;
	margin:0 auto;
	padding:0px;
	/*border:1px solid red;*/
	text-align:left;
	align-items:center;
}
#abouttext4{
	/*border:1px solid black;*/
	margin:0px 0px 0px 0px;
}
#abouttext5{
	/*border:1px solid black;*/
	margin:50px 0px 0px 0px;
}
.aboutlogowrap{
	display:flex;
	margin:0 auto;
	justify-content:center;
	align-items:center;
	/*border:1px solid pink;*/
	width:100%;
	max-width:400px;
}
.aboutlogos{
	width:100%;
}

/*PROCESS SECTION*/
#process{
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
}
#processwrap{
	width:90%;
	padding: 0px 0px 50px 0px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
}
#processwrap span{
	font-family:Play;
	Font-weight:700;
	font-size:16pt;
	
}
.processheader1{
	color:#f5d553;
}
.processheader2{
	color:black;
}
.processtext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:white;
}
#processsections{
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	/*border:1px solid red;*/
	justify-content: center;
    align-items: center;
	display:inline-block;
}
.processbox{
	width:100%;
	height:100%;
	/*border:1px solid aqua;*/
	margin:0 auto;
	margin:10px 0px 10px 0px;
	text-align:center;
	background-color:rgba(237,237,237, 0.7);
	justify-content: center;
    align-items: center;
	display:flex;
}
.processboxinner{
	/*border:1px solid blue;*/
}
.processbutton{
	display:inline-block;
	width:170px;
	height:40px;
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:white;
	background-color:#335540;
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
	line-height: 35px;
	transition: 0.2s;
	}
.processbutton:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}
.processbox p{
	font-family:Roboto;
	color: black;
	text-align:left;
	
}
.processimg{
	width:200px;
	height:200px;
	margin-bottom:10px;
	/*border:1px solid red;*/
	display:inline-block;
	/*background-color:#335540;*/
	padding:10px;
}
.processboxtext{
	/*border:1px solid orange;*/
	width:90%;
	margin:0 auto;
}

/*CAP STYLE SECTION*/
#capstyles{
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#capstylewrap{
	width:100%;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
}
#capstyletext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:black;
}
#capstyles h2{
	color:#335540;
}
.capstylerow{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
	margin-top:50px;
	/*border:1px solid red;*/
}
.capstylecolumn{
    flex: 50%;
	height:100%;
	margin-top:30px;
	/*border:1px solid red;*/
}
.capstylecolumn img{
	flex: 50%;
    padding: 0 4px;
	width:100%;
}
.capstylebox{
	margin-bottom:20px;
	height:100%;
		
}
.capstylebox span{
	font-family:Play;
	Font-size:16pt;
	font-weight:700;
	color:#335540;
}
.capstyleinner1{
	/*background-image:url("../images/capstylebanner1.png");*/
	background-image:url("../images/pattern2.webp");
	background-repeat:no-repeat;
	background-size: cover;
	background-color: #3e674d;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	margin: 0 auto;
	/*border:1px solid aqua;*/
}
.capstyleinner2{
	background-image:url("../images/pattern2.webp");
	background-repeat:no-repeat;
	background-size: cover;
	background-color: #3e674d;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	margin: 0 auto;
}
.capstyletext1{
	/*border:1px solid orange;*/
	width:100%;
	margin:10px 10px 10px 10px;
	padding:20px 10px 20px 10px;
	font-family:Roboto;
	color: black;
	background-color:rgba(255, 255, 255, 0.7);
	/*outline:solid 2px #f5d553;*/
}
.capstyletext1 p{
	text-align:left;
	display:flex;
}
.capstyletext2 p{
	text-align:left;
}
.capstyleimage1{
	display:none;
}
.capstyleimage1 img{
	/*border:1px solid black;*/
}
.capstyletext2{
	/*border:1px solid orange;*/
	width:100%;
	margin:10px 10px 10px 10px;
	padding:20px 10px 20px 10px;
	font-family:Roboto;
	color: black;
	background-color:rgba(255, 255, 255, 0.7);
}
.capstyleimage2{
	width:90%;
	max-width:300px;
	/*border:1px solid pink;*/
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.capstyleimage2 img{
	/*border:1px solid black;*/
}
.capstyleimage3{
	width:90%;
	max-width:300px;
	/*border:1px solid pink;*/
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	}
.capstylebutton{
	display:inline-block;
	width:170px;
	height:40px;
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:#ffffff;
	background-color:#335540;
	margin-top:15px;
	text-align:center;
	vertical-align:middle;
	line-height: 35px;
	transition: 0.2s;
	}
.capstylebutton:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}

/*DECORATIONS SECTION*/
#decowrap{
		display:none;
	}	
#decorations{
	background-image:url("../images/pattern2.webp");
	
	background-color: #3e674d;
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#decowrap2{
	display:none;
}
#decowrap3{
	display:initial;
	width:100%;
	max-width:100%;
	padding: 0px 20px 30px 20px;
	margin: 0 auto;
	text-align:center;
	/*border:1px solid yellow;*/
}
#decotext{
	/*border:1px solid aqua;*/
	margin:0 auto;
	padding:0px 0px 0px 0px;
	color:white;
}
.decosection{
	/*border:1px solid blue;*/
	width:100%;
	padding:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin:10px 0px 0px 0px;
	background-color:rgba(237,237,237, 0.7);
}
.decocolumn{
	/*border:1px solid aqua;*/
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px 5px 0px 5px;
	padding:10px;
	/*background-color:rgba(237,237,237, 0.7);*/
}
.decocolumn img{
	width:100%;
	height:100%;
	max-width:300px;
	border:3px solid #3e674d;
}
.decocolumn h4{
	/*border:1px solid pink;*/
	margin:0px 0px 10px 0px;
}
#decowrap h5{
	/*border:1px solid pink;*/
	margin:40px 0px 10px 0px;
}
#decowrap h6{
	/*border:1px solid pink;*/
	margin:40px 0px 0px 0px;
}
	
/*CONTACT FORM*/
#contact{
	padding: 70px 0px 70px 0px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#contactwrap{
	width:100%;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid orange;*/
	margin: 0 auto;
	text-align:center;
	
}
div.contactform {
	width:100%;
	display:inline-flex;
	background-color:#335540;
	/*border:1px solid red;*/
	text-align:left;
	justify-content: center;
    align-items: center;
	padding-bottom:15px;
}
form{
	width:80%;
	/*border:1px solid orange;*/
	margin:0 auto;
	padding: 0px;
}
.elem-group{
	/*border:1px solid blue;*/
	margin-top:20px;
	width:100%;

}
label{
	display:block;
	font-family:'Roboto';
	font-weight:500;
	color:white;
	padding-bottom:4px;
}
input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 12pt;
  font-family: 'Roboto';
  width: 100%;
  padding: 8px;
}
textarea {
  height: 150px;
}
button {
  height: 50px;
  background: #335540;
  color: white;
  border: 2px solid white;
  font-size: 12pt;
  font-family: 'Roboto';
  cursor: pointer;
  margin-top:10px;
  transition:0.2s;
}
button:hover{
	color:#f5d553;
	border: 2px solid #f5d553;
}
#contact2{
	display:none;
}
#contact3{
	width:100%;
	/*border:1px solid aqua;*/
	display:inline-block;
	float:right;
	margin:0 auto;
}
.honeypot-field {
  display: none;
}
/*newsletter form*/
#newsletterformwrap{
	background-color:rgba(221, 221, 221, 0.5);
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
#mc_embed_shell {
	display: flex;
	justify-content: center; /* Horizontally center the form */
	align-items: center; /* Vertically center the form */
	/*border:1px solid blue;*/
	width:100%;
}
#mc_embed_signup {
	display:flex;
	justify-content: center; /* Horizontally center the form */
	align-items: center; /* Vertically center the form */
	max-width: 900px; /* Optional: Set a max width for the form */
	width: 100%;
	background:#335540;
	clear:left; 
	/*border:1px solid yellow;*/
}
#mc-embedded-subscribe-form{
	/*border:1px solid pink;*/
}
#mc_embed_signup .mc-field-group input#mce-FNAME {
	margin-top: 5px; /* Adjust this value to increase or decrease the space */

}

#mc_embed_signup .button, 
#mc_embed_signup input[type="submit"] {
    background-color: #335540;
    color: white; /* Text color */
    border: 2px solid white;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    transition: 0.2s ease;
    margin-top: 10px;
}
#mc_embed_signup .button:hover, 
#mc_embed_signup input[type="submit"]:hover {
    color: #f5d553;
	border-color: #f5d553;
	background-color:#335540;
}
#mc_embed_signup .asterisk {
    color: #f5d553 !important; /* Change the color to yellow */
}
.indicates-required{
	color:#f5d553;
}
.clear {
	display: flex;
	justify-content: center; /* Center the submit button */
	width: 100%;
	/*border:1px solid orange;*/
}

.submodal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

/*Footer*/
footer{
	background-color: #335540;
	padding:12px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	/*border:1px solid pink;*/
}
#footerwrap{
	width:95%;
	height:90%;
	/*border: 1px solid orange;*/
	margin:0 auto;
	display:inline-block;	
}
#footersection{
	display:block;
	float:none;
	width:100%;
	/*background-color:#203528;*/
	/*border: 1px solid aqua;*/
	border-bottom:1px solid white;
	margin:0px 0px 10px 0px;
	text-align:center;
}
#footersection a{
	margin:0px 6px 0px 6px;
}
#footerlink1{
	display:none;
}
#footerlink3{
	display:none;
}
#footerlink4{
	display:none;
}
#footerlink7{
	display:none;
}
#footersocial{
	display:block;
	justify-content: center;
	align-items: center;
	float:none;
	width:100%;
	height:60%;
	/*border: 1px solid aqua;*/
	margin:auto;
}
#footerbutton{
	float:right;
	margin:0 auto;
	/*border:1px solid blue;*/
	display:flex;
}
.footerlogo{
	width:120px;
	height:100%;
}
#footersection a:hover{
	color:white;
	font-size:11pt;
}
.socials{
	width:30px;
	height:30px;
	float:none;
	margin: 0px 10px 0px 0px;
	padding:0px;
	transition:0.2s;
}
.socials:hover{
	width:35px;
	height:35px;
}
.topbutton{
	display:flex;
	width:40px;
	transition:0.2s;
	padding:0px;
}
.topbutton:hover{
	width:40px;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background-image: url("../images/burger1.webp");
  background-repeat:no-repeat;
  width:15px;
  height:15px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  /*border:1px solid blue;*/
  margin: 0 auto;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}
	
/*Portfolio Page*/
/*Gallery Layout*/

	
.row>.column{
	display:none;
}
.row:after{
	content: "";
	display:table;
	clear:both;
	margin: 0 auto;
}
.column{
	margin:0 auto;
	float:left;
	width:49%;
	/*border: solid 1px pink;*/
	text-align:center;
}
.column img{
	margin:0 auto;
	/*border: solid 1px black;*/
	width:100%;
	
	display: flex;
	transition:0.7s;
}
.column img:hover{
	background-color:rgba(245,213,83, 0.2);
	cursor:pointer;
}

#portfoliotext{
	width:100%;
	/*border:1px solid red;*/
	margin:0 auto;
	margin-top:150px;
	margin-bottom:50px;
}
#portfoliotext p{
	
	text-align:left;
}
#portfoliotext a{
	color:#335540;
	font-weight:700;
	text-decoration: none;
	transition: 0.3s;
}
#portfoliotext a:hover{
	color: #f5d553;
	text-decoration: underline;
}
#modalbg{
	display:none;
	z-index:3;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.7);
	margin:0 auto;
	align-items:center;
	justify-content:center;	
}
.modalslide{
	position:fixed;
	width:90%;
	height:90%;
	margin:0 auto;
	background-color:white;
	overflow-x:hidden;
	overflow-y:auto;
}
.modaltextareawrap{
	width:100%;
	height:60%;
	background-image:url("../images/pattern2.webp");
	background-color:#3e674d;
	float:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modaltextarea{
	width:100%;
	height:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalcontrolswrap{
	position:absolute;
	top:auto;
	bottom:170px;
	width:90%;
	height:40px;
	margin-top:10px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalslidenumber{
	color:#335540;
}
.modalleftcontrol{
	position:absolute;
	left:0;
	width:30px;
	height:30px;	
}
.modalrightcontrol{
	position:absolute;
	right:0;
	width:30px;
	height:30px;
}
.modaltextwrap{
	width:90%;
	/*border:1px solid red;*/
	text-align:center;
}
.modaltextheader{
	width:100%;
	margin:0 auto;
}
.modaltextbody{
	width:90%;
	margin:0 auto;
	text-decoration:none;
}
.modaltextbody ul{
	text-align:center;
	color:white;
	padding:0px 0px 0px 20px;
	/*border:1px solid white;*/
}
.modalbuttonwrap{
	width:100%;
	align-items:center;
	justify-content:center;
}
.modalbuttonwrap a{
	color:#335540;
	text-decoration:none;
	font-weight:700;
}
.modalbutton{
	width:60%;
	height:30px;
	margin:0 auto;
	margin-bottom:10px;
	background-color:#f5d553;
	padding: 5px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
}
.modalimagearea{
	width:100%;
	height:80%;
	display:flex;
	align-items:center;
	justify-content:center;
	/*border:1px solid red;*/
}
.modalclose{
	position:absolute;
	top:0;
	right:0;
	margin:10px;
	width:30px;
	height:30px;
	z-index:1;
}
.modalimagearea picture{
	position:absolute;
	width:100%;
	height:80%;
	background-color:white;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modalimagearea img{
	width:100%;
	max-width:400px;
	
}
}