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

/*SECTION CONTROLS*/
#bigwrap{
	margin:0 auto;
	margin-top:100px;
	padding:5px;
	width:75%;
}
.section{
	width:90%;
	height:100%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	border:2px solid #335540;
	text-align:center;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	background-color:#3e674d;
	background-image:url("../images/pattern2.webp");
	background-size: cover;
	
}
.textwrapper{
	width:40%;
	font-family: Roboto;
	color: #ffffff;
	font-size:12pt;
	margin:0px 20px 0px 0px;
	/*border:1px solid pink;*/
	background-color: rgba(51, 85, 64, 1);padding:20px;
}
.textwrapper ul{
	text-align:left;
}
.textwrapper p{
	text-align:left;
}
.imagewrapper{
	width:40%;
	margin:20px 0px 20px 20px;
	background-color: rgba(237, 237, 237, 0.6);padding:20px;
	/*border:1px solid pink;*/
}
/*IMAGE VIEWER*/
.imgStyle{
	height:68px;
	width:68px;
	border:3px solid rgba(25, 44, 86, 0);
}
#myDiv1{
	
}
#myDiv2{
	
}
#myDiv3{
}
#mainImage1{
		width:100%;
	}
	#mainImage2{
		width:100%;
	}
	#mainImage3{
		width:100%;
	}
	#mainImage4{
		width:100%;
	}
	#mainImage5{
		width:100%;
	}
	#mainImage6{
		width:100%;
	}
/*text*/
.header{
	font-family: Play;
	font-size:21pt;
	font-weight:700;
	color: #f5d553;
}
hr{
	border:none;
	height:1px;
	color: #1f6db6;
	background-color:#1f6db6;
}
.fabriclink{
	color:white;
	font-weight:700;
	text-decoration: none;
	transition: 0.3s;
}
.fabriclink:hover{
	color: #f5d553;
	text-decoration: underline;
}
/*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 (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){
#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;
}

/*General*/
body {
	margin:0px;
	padding:0px;
	overflow: scroll;
	height:100%;
	font-family:Roboto;
	background-image: url('../images/pattern1.webp');
}
/*SECTION CONTROLS*/
#bigwrap{
	margin:0 auto;
	margin-top:100px;
	padding:5px;
	width:75%;
}
.section{
	width:100%;
	height:100%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	border:2px solid #335540;
	text-align:center;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	background-color:#3e674d;
	background-image:url("../images/pattern2.webp");
	background-size: cover;
	
}
.textwrapper{
	width:425px;
	font-family: Roboto;
	color: #ffffff;
	font-size:12pt;
	margin:20px 0px 0px 0px;
	/*border:1px solid pink;*/
	background-color: rgba(51, 85, 64, 1);padding:20px;
}
.textwrapper ul{
	text-align:left;
}
.textwrapper p{
	text-align:left;
}

.imagewrapper{
	width:385px;
	margin:20px 0px 20px 0px;
	background-color: rgba(237, 237, 237, 0.6);padding:20px;
	/*border:1px solid pink;*/
}
/*IMAGE VIEWER*/
.imgStyle{
	height:68px;
	width:68px;
	border:3px solid rgba(25, 44, 86, 0);
}
#myDiv1{
	width:390px;
}
#myDiv2{
	width:390px;
}
#myDiv3{
	width:390px;
}
#mainImage1{
		width:100%;
	}
	#mainImage2{
		width:100%;
	}
	#mainImage3{
		width:100%;
	}
	#mainImage4{
		width:100%;
	}
	#mainImage5{
		width:100%;
	}
	#mainImage6{
		width:100%;
	}
/*text*/
.header{
	font-family: Play;
	font-size:21pt;
	font-weight:700;
	color: #f5d553;
}
hr{
	border:none;
	height:1px;
	color: #1f6db6;
	background-color:#1f6db6;
}
}
/*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){
	/*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;
}
	/*SECTION CONTROLS*/
#bigwrap{
	margin:0 auto;
	margin-top:100px;
	padding:0px;
	width:100%;
	/*border:1px solid orange;*/
}
.section{
	width:100%;
	height:100%;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:50px;
	border:none;
	text-align:center;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	background-color:#3e674d;
	background-image:url("../images/pattern2.webp");
	background-size: cover;
	
}
.textwrapper{
	width:450px;
	font-family: Roboto;
	color: #ffffff;
	font-size:12pt;
	margin:10px 10px 10px 10px;
	/*border:1px solid pink;*/
	background-color: rgba(51, 85, 64, 1);padding:20px;
}
.textwrapper ul{
	text-align:left;
}
.textwrapper p{
	text-align:left;
}
.imagewrapper{
	width:450px;
	margin:0px 10px 10px 10px;
	background-color: rgba(237, 237, 237, 0.6);padding:20px;
	/*border:1px solid pink;*/
}
/*IMAGE VIEWER*/
.imgStyle{
	height:80px;
	width:80px;
	border:3px solid rgba(25, 44, 86, 0);
}
	#mainImage1{
		width:100%;
	}
	#mainImage2{
		width:100%;
	}
	#mainImage3{
		width:100%;
	}
	#mainImage4{
		width:100%;
	}
	#mainImage5{
		width:100%;
	}
	#mainImage6{
		width:100%;
	}
#myDiv1{
	width:100%;
	/*border:1px solid pink;*/
}
#myDiv2{
	width:100%;
	/*border:1px solid pink;*/
}
#myDiv3{
	width:100%;
	/*border:1px solid pink;*/
}
/*text*/
.header{
	font-family: Play;
	font-size:21pt;
	font-weight:700;
	color: #f5d553;
}
hr{
	border:none;
	height:1px;
	color: #1f6db6;
	background-color:#1f6db6;
}
footer{
	background-color: #335540;
	padding:20px;
	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;
}
}
/*MOBILE*/
@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;
	}
	
	/*SECTION CONTROLS*/
#bigwrap{
	margin:0 auto;
	margin-top:100px;
	padding:0px;
	width:100%;
	/*border:1px solid orange;*/
}
.section{
	width:100%;
	height:100%;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:50px;
	border:none;
	text-align:center;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	background-color:#3e674d;
	background-image:url("../images/pattern2.webp");
	background-size: cover;
	
}
.textwrapper{
	width:100%;
	font-family: Roboto;
	color: #ffffff;
	font-size:12pt;
	margin:10px 10px 10px 10px;
	/*border:1px solid pink;*/
	background-color: rgba(51, 85, 64, 1);padding:20px;
}
.textwrapper ul{
	text-align:left;
}
.textwrapper p{
	text-align:left;
}
.imagewrapper{
	width:100%;
	margin:0px 10px 10px 10px;
	background-color: rgba(237, 237, 237, 0.6);padding:20px;
	/*border:1px solid pink;*/
}
/*IMAGE VIEWER*/
.imgStyle{
	height:80px;
	width:80px;
	border:3px solid rgba(25, 44, 86, 0);
}
	#mainImage1{
		width:100%;
	}
	#mainImage2{
		width:100%;
	}
	#mainImage3{
		width:100%;
	}
	#mainImage4{
		width:100%;
	}
	#mainImage5{
		width:100%;
	}
	#mainImage6{
		width:100%;
	}
#myDiv1{
	width:100%;
	/*border:1px solid pink;*/
}
#myDiv2{
	width:100%;
	/*border:1px solid pink;*/
}
#myDiv3{
	width:100%;
	/*border:1px solid pink;*/
}
/*text*/
.header{
	font-family: Play;
	font-size:21pt;
	font-weight:700;
	color: #f5d553;
}
hr{
	border:none;
	height:1px;
	color: #1f6db6;
	background-color:#1f6db6;
}
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;
}
#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;
}
.footerlogo{
	width:120px;
	height:100%;
	}
.topbutton:hover{
	width:40px;
}
}

