@charset "utf-8";
/*CSS Document*/
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;
}

/*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;
	margin-top:100px;
	width:100%;
	/*border:1px solid blue;*/
}

/*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;
}
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;
}
.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;
}

/*/Content*/
.sectionwrap1{
	margin:0 auto;
	width:90%;
	max-width:1200px;
	/*border: 1px solid orange;*/
	display:flex;
	align-items:center;
	text-align:center;
}
.bodytext{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	text-indent:30px;
}
.bodytext2{
	text-indent:0px;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	justify-content:center;
}
.features{
	font-family:Roboto;
	font-size:13pt;
	font-weight:700;
	color:black;
	text-indent:0px;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:70%;
	justify-content:center;
}
.sectionwrap1-1{
	width:40%;
	max-width:550px;
	max-height:500px;
	min-width:200px;
	min-height:200px;
	margin:0 auto;
	padding: 0px;
	/*border:1px solid red;*/
}
.sectionwrap1-1-2{
	display:none;
	width:40%;
	max-width:550px;
	max-height:500px;
	min-width:200px;
	min-height:200px;
	margin:0 auto;
	padding: 0px;
	/*border:1px solid red;*/
}
.sectionwrap1-1-3{
	display:none;
	width:40%;
	max-width:550px;
	max-height:500px;
	min-width:200px;
	min-height:200px;
	margin:0 auto;
	padding: 0px;
	/*border:1px solid red;*/
}
.sectionwrap1-2{
	width:60%;
	margin:0 auto;
	/*border:1px solid green;*/
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
}
.innersectionwrap a{
	color:#335540;
	font-weight:700;
	text-decoration: none;
	transition: 0.3s;
}
.innersectionwrap a:hover{
	color: #f5d553;
	text-decoration: underline;
}
.innersectionwrap{
	width:100%;
	height:100%;
	padding:30px;
	/*border:1px solid red;*/
	
}
.sectionwrap2{
	margin:0 auto;
	margin-bottom:100px;
	width:100%;
	max-width:1200px;
	/*border: 1px solid blue;*/
	display:flex;
	align-items:center;
	text-align:center;
	overflow-y:hidden;
	overflow-x:auto;
	scroll-behavior: smooth;
}
.sectionwrap2 img{
	width:100%;
	max-width:1200px;
}
.sectionwrap2-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #335540;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    border-radius: 50%;
    transition: background-color 0.2s;
}
.scroll-button.left {
    left: 10px;
}
.scroll-button.right {
    right: 10px;
}
.scroll-button:hover {
    background-color: #f5d553;
    color: #335540;
}
.casestudiesvideo{
	width:100%;
	height:auto;
	max-width:500px;
	max-height:500px;
	min-width:200px;
	min-height:200px;
	border-radius: 100%;
 	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
 	-webkit-transform: rotate(0.000001deg); 
 	-webkit-border-radius: 100%; 
 	-moz-border-radius: 100%;
}
.casestudiesvideo2{
	max-width:360px;
	height:640px;
	border:none;
}
.buttonwrap{
	width:100%;
	/*border:1px solid yellow;*/
	margin-bottom:20px;
	margin-top: 20px;
}
.buttonwrap a{
	text-decoration: none;
}
.button{
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:white;
	background-color:#335540;
	margin:0 auto;
	padding:10px;
	transition: 0.2s;
}
.button:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}

/*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;
}
.landingtextboxcontentwrap{
	padding:30px;
}
.landingsection2img{
	width:100%;
}
}

@media (max-width: 1080px){
#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%;
	}
}

@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;
}
	
/*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;
}
}

@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: 831px){
/*Content*/
.sectionwrap1{
	margin:0 auto;
	width:90%;
	max-width:1200px;
	/*border: 1px solid orange;*/
	display:block;
	align-items:center;
	text-align:center;
}
.bodytext{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	text-indent:30px;
}
.bodytext2{
	text-indent:0px;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	justify-content:center;
}
.features{
	font-family:Roboto;
	font-size:13pt;
	font-weight:700;
	color:black;
	text-indent:0px;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:70%;
	justify-content:center;
}
.sectionwrap1-1{
	display:none;
	width:100%;
	max-width:550px;
	max-height:500px;
	min-width:200px;
	min-height:200px;
	margin:0 auto;
	padding: 0px;
	/*border:1px solid red;*/
}
.sectionwrap1-1-2{
	display:inline;
	width:40%;
	max-width:550px;
	max-height:500px;
	min-width:200px;
	min-height:200px;
	margin:0 auto;
	padding: 0px;
	/*border:1px solid red;*/
}
.sectionwrap1-1-3{
	display:inline;
	width:40%;
	max-width:550px;
	max-height:500px;
	min-width:200px;
	min-height:200px;
	margin:0 auto;
	padding: 0px;
	/*border:1px solid red;*/
}
.sectionwrap1-2{
	width:100%;
	margin:0 auto;
	/*border:1px solid green;*/
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
}
.innersectionwrap{
	width:100%;
	height:100%;
	padding:0px;
	margin:0 auto;
	/*border:1px solid red;*/
}
.sectionwrap2{
	margin:0 auto;
	margin-bottom:100px;
	width:90%;
	max-width:1200px;
	/*border: 1px solid blue;*/
	display:flex;
	align-items:center;
	text-align:center;
	overflow-y:hidden;
	overflow-x:auto;
}
.sectionwrap2 img{
	width:100%;
	max-width:1200px;
}
.casestudiesvideo{
	width:100%;
	height:auto;
	max-width:500px;
	max-height:500px;
	min-width:200px;
	min-height:200px;
	border-radius: 100%;
 	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
 	-webkit-transform: rotate(0.000001deg); 
 	-webkit-border-radius: 100%; 
 	-moz-border-radius: 100%;
}
.casestudiesvideo2{
	max-width:360px;
	height:640px;
	border:none;
}
.buttonwrap{
	width:100%;
	/*border:1px solid yellow;*/
	margin-bottom:20px;
	margin-top: 20px;
}
.buttonwrap a{
	text-decoration: none;
}
.button{
	font-family:Roboto;
	font-weight:500;
	font-size:16pt;
	color:white;
	background-color:#335540;
	margin:0 auto;
	padding:10px;
	transition: 0.2s;
}
.button:hover{
	color:#335540;
	background-color:#f5d553;
	cursor: pointer;
}
}

@media (max-width: 768px){
/*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;
}
	
/*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;
}
}

@media (max-width: 480px){
/*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;
	}

/*Content*/
.casestudiesvideo2{
	max-width:250px;
	height:640px;
	border:none;
}
	
/*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;
}
}
