.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}



h1 	{
	color: #FFFFFF;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	min-width: 500px	
	}
	
h2 	{
	color: #055f7d;
	text-align: left;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	min-width: 200px;
	margin: 25px 0px;	
	}
	
h3 	{
	color: #FFFFFF;
	text-align: left;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	min-width: 200px;
	margin: 25px 25px;		
	}
	
h4 {
	color: #055f7d;
	margin: 0% 5% 5% 5%;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 150%;	
}		
	
	
p 	{
	color: #FFFFFF;
	margin: 25px 25px;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 135%;
}

.hotlink 	{
	color: #FFFFFF;
	margin: 0px 0px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 135%;
}

li {
	color: #FFFFFF;
	margin: 8px 45px;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 135%;
}

p2 	{
	color: #055f7d;
	margin: 0px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 135%;	
	}
	
	
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 140px;
  top: 20px;
  right: 0;
  background-color: #f26640;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 25px;
}

.sidepanel a {
  padding: 0px 8px 8px 20px;
  font-size: 15px;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f9af90;

}

.sidepanel .closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 20px;
}

.openbtn {
  font-size: 20px;
  right: 8px;
  position: fixed;
  cursor: pointer;
  background-color: #f26640;
  color: white;
  padding: 3px 8px 7px 8px;
  border: none;
}

.openbtn:hover {
  background-color:#f9af90;
}

label 	{
	color: #FFFFFF;
	margin: 35px 0px 10px 0px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 135%;
	font-size: 125%;
}

input 	{
	color: #000000;
	margin: 5px 0px 20px 0px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 125%;
	font-style: normal;
	line-height: 150%;
}

textarea 	{
	color: #000000;
	margin: 5px 0px 20px 0px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 200%;
	font-style: normal;
	line-height: 150%;
}

nav > ul{
	display: flex;
	justify-content: space-between;
	min-width: 300px
	}

nav > ul > li {
	color: #FFFFFF;
	height: 5px;
	width: 100%;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: normal;
	list-style-type: none;
	padding-bottom: 50px;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover {
	text-decoration: none;
	color: #FFFFFF;	
	}

a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#nav1	{
  background-color: #97ba42;
  border: none;
  color: white;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  width: 33.3%
}

#nav2	{
  background-color: #46a0a5;
  border: none;
  color: white;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  width: 33.3%
}

#nav3	{
  background-color: #055f7d;
  border: none;
  color: white;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  width: 33.3%
}

.btn-group  {
  background-color: #FFFFFF;
  color: white;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 0px 1px;
  transition: 0.3s;
  font-size: 30px;
  width: 100%	
}



/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #46a0a5;
  color: white;
  float: left;
  border: 4px solid #79b2b7;
  outline: none;
  cursor: pointer;
  padding: 7px 16px;i
  transition: 0.3s;
  font-size: 14px;
  width: 33.3%
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #46a0a5;
  border: 4px solid #f26640;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #46a0a5;
  border: 4px solid #f26640;
}

/* Style the tab content */
.tabcontent {
  display: none;
  background-color: #46a0a5;
  color: #FFFFFF;
  padding: 6px 12px;
  border: none;
  border-top: none;
}


/* Style the tab */
.tab2 {
  overflow: hidden;
  border: none;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab2 button {
  background-color: #97ba42;
  color: white;
  float: left;
  border: 4px solid #afc76f;
  outline: none;
  cursor: pointer;
  padding: 7px 16px;i
  transition: 0.3s;
  font-size: 14px;
  width: 25%
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #97ba42;
  border: 4px solid #f26640;
}

/* Create an active/current tablink class */
.tab2 button.active {
  background-color: #97ba42;
  border: 4px solid #f26640;
}

/* Style the tab content */
.tab2content {
  display: none;
  background-color: #97ba42;
  color: #FFFFFF;
  padding: 6px 12px;
  border: none;
  border-top: none;
}


/* Style the tab */
.tab3 {
  overflow: hidden;
  border: none;
  background-color: #055f7d;
}

/* Style the buttons inside the tab */
.tab3 button {
  background-color: #055f7d;
  color: white;
  float: left;
  border: 4px solid #537993;
  outline: none;
  cursor: pointer;
  padding: 7px 16px;i
  transition: 0.3s;
  font-size: 14px;
  width: 33.3%;
}

/* Change background color of buttons on hover */
.tab3 button:hover {
  background-color: #055f7d;
  border: 4px solid #f26640;
}

/* Create an active/current tablink class */
.tab3 button.active {
  background-color: #055f7d;
  border: 4px solid #f26640;
}

/* Style the tab content */
.tab3content {
  display: none;
  background-color: #055f7d;
  color: #FFFFFF;
  padding: 6px 12px;
  border: none;
  border-top: none;
}


.social {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 500px;
	min-width: 500px;
	height: 100px;
	padding-bottom: 100px;

}


.container {
	display: grid;
	padding: 25px;
	gap: 20px;
	grid-template: auto / auto;
}
.cell {
	display: grid;
	padding: 0px;
	gap: 20px;
	grid-template: auto / auto;
}
.cell01 {
	padding: 0px;
	gap: 0px;
	margin:auto;
}



.fcontainer {
	width: 100%;
	align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} 

.f1 {
  display: flex;
  padding: 5px 5px 5px 5px;
  background-color: #FFFFFF;
  width: 250px;
  heigth: 250px;
  text-align: center;
  margin: 25px 25px 25px 25px
}


#wrapper {
	display: grid;
	max-width: 800px;
	padding: 5px 50px 50px 50px;
 	margin: 25px 25px 25px 25px
	gap: 20px;
	grid-template: auto / auto;
}

.small	{
	color: #055f7d;
	margin: 0px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 95%;
	text-align: center;
	color: #055f7d;
	}
	
.footer	{
	text-align: center;
	color: #055f7d;
	}