.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;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 135%;	
	}
	
#wrapper {
	padding-left: 25px;
	padding-right: 25px;
}
	
	
.sidepanel  {
  width: 0;
  position: fixed;
  font-family: "Lato", sans-serif;
  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-family: "Lato", sans-serif;
  font-size: 15px;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f9af90;
  font-family: "Lato", sans-serif;

}

.sidepanel .closebtn {
  position: absolute;
  font-family: "Lato", sans-serif;
  top: 5px;
  right: 15px;
  font-size: 20px;
}

.openbtn {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  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.secondary:link {
	color: #f26640;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 20px;
	font-style: bold;
	line-height: 200%;	
	}

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


#nav1	{
  display: block;
  margin: auto;
  background-color: #97ba42;
  border: none;
  color: white;
  font-family: "Lato", sans-serif;
  float: left;
  text-align: center;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  font-size: 15px;
  width: 33.3%
}

#nav2	{
  background-color: #46a0a5;
  border: none;
  color: white;
  font-family: "Lato", sans-serif;
  float: left;
  text-align: center;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  font-size: 15px;
  width: 33.3%
}

#nav3	{
  background-color: #055f7d;
  border: none;
  color: white;
  font-family: "Lato", sans-serif;
  float: left;
  text-align: center;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  font-size: 15px;
  width: 33.3%
}


a.work {
  display: block;
  margin: auto;
  width: calc(24% - 2px);
  background-color: #97ba42;
  border: 4px solid #afc76f;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 7px 0px;
  transition: 0.3s;
  font-size: 13px;
}
a.work:visited {
  border: 4px solid #afc76f;
}
a.work:hover {
  border: 4px solid #f26640;
}
a.work:active {
  border: 4px solid #f26640; !important;
}
@media screen and (min-width: 401px) and (max-width: 800px){
a.work {
  display: block;
  margin: auto;
  width: calc(48.5% - 1px);
  background-color: #97ba42;
  font-family: "Lato", sans-serif;
  border: 3px solid #afc76f;
  color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 7px 0px;
  transition: 0.3s;
  font-size: 13px;
}
a.work:visited {
  border: 3px solid #afc76f;
}
a.work:hover {
  border: 3px solid #f26640;
}
a.work:active {
  border: 3px solid #f26640; !important;
}}

@media screen and (max-width: 400px) {
a.work {
  display: block;
  margin: auto;
  width: calc(48.5% - 1px);
  background-color: #97ba42;
  font-family: "Lato", sans-serif;
  border: 2px solid #afc76f;
  color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 7px 0px;
  transition: 0.3s;
  font-size: 13px;
}
a.work:visited {
  border: 2px solid #afc76f;
}
a.work:hover {
  border: 2px solid #f26640;
}
a.work:active {
  border: 2px solid #f26640; !important;
}}




a.res {
  display: block;
  margin: auto;
  width: calc(33% - 6px);
  background-color: #055f7d;
  border: 4px solid #537993;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 7px 0px;
  transition: 0.3s;
  font-size: 13px;
}
a.res:visited {
  border: 4px solid #537993;
}
a.res:hover {
  border: 4px solid #f26640;
}
a.res:active {
  border: 4px solid #f26640; !important;
}
@media screen and (max-width: 400px) {
a.res {
  display: block;
  margin: auto;
  width: calc(48.5% - 1px);
  background-color: #055f7d;
  border: 2px solid #537993;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 7px 0px;
  transition: 0.3s;
  font-size: 13px;
}
a.res:visited {
  border: 2px solid #537993;
}
a.res:hover {
  border: 2px solid #f26640;
}
a.res:active {
  border: 2px solid #f26640; !important;
}}

@media screen and (min-width: 401px) and (max-width: 800px){
a.res {
  display: block;
  margin: auto;
  width: calc(48.5% - 2px);
  background-color: #055f7d;
  border: 3px solid #537993;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 7px 0px;
  transition: 0.3s;
  font-size: 13px;
}
a.res:visited {
  border: 3px solid #537993;
}
a.res:hover {
  border: 3px solid #f26640;
}
a.res:active {
  border: 3px solid #f26640; !important;
}}




a.indv {
  display: block;
  margin: auto;
  width: calc(33% - 6px);
  background-color: #46a0a5;
  border: 4px solid #79b2b7;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 7px 0px;
  transition: 0.3s;
  font-size: 13px;
}
a.indv:visited {
  border: 4px solid #79b2b7;
}
a.indv:hover {
  border: 4px solid #f26640;
}
a.indv:active {
  border: 4px solid #f26640; !important;
}

@media screen and (max-width: 400px) {
a.indv {
  display: block;
  margin: auto;
  width: calc(48.5% - 1px);
  background-color: #46a0a5;
  border: 2px solid #79b2b7;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 7px 0px;
  transition: 0.3s;
  font-size: 13px;
}
a.indv:visited {
  border: 2px solid #79b2b7;
}
a.indv:hover {
  border: 2px solid #f26640;
}
a.indv:active {
  border: 2px solid #f26640; !important;
}}

@media screen and (min-width: 401px) and (max-width: 800px){
a.indv {
  display: block;
  margin: auto;
  width: calc(48.5% - 2px);
  background-color: #46a0a5;
  border: 3px solid #79b2b7;
  font-family: "Lato", sans-serif;
  color: white;
  text-align: center;
  float: left;
  cursor: pointer;
  padding: 7px 0px;
  transition: 0.3s;
  font-size: 13px;
}
a.indv:visited {
  border: 3px solid #79b2b7;
}
a.indv:hover {
  border: 3px solid #f26640;
}
a.indv:active {
  border: 3px solid #f26640; !important;
}}





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


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


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

@media screen and (max-width: 400px) {
.goodstuff {
  background-color: #055f7d;
  color: #FFFFFF;
  padding: 30px 5px;
  padding-top: 180px;
  border: none;
  border-top: none;
}}

.goodstuffindv {
  background-color: #46a0a5;
  color: #FFFFFF;
  padding: 30px 12px;
  padding-top: 150px;
  border: none;
  border-top: none;
}
@media screen and (max-width: 400px) {
.goodstuffindv {
  background-color: #46a0a5;
  color: #FFFFFF;
  padding: 30px 5px;
  padding-top: 180px;
  border: none;
  border-top: none;
}}

.goodstuffwork {
  background-color: #97ba42;
  color: #FFFFFF;
  padding: 30px 12px;
  padding-top: 110px;
  border: none;
  border-top: none;
}
@media screen and (max-width: 400px) {
.goodstuffwork {
  background-color: #97ba42;
  color: #FFFFFF;
  padding: 30px 5px;
  padding-top: 140px;
  border: none;
  border-top: none;
}}
	
.footer	{
	text-align: center;
	color: #055f7d;
	margin: 0px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 12px;
	font-style: normal;
	line-height: 100%;
	text-align: center;
	color: #055f7d;
	padding: 50px 0px 0px 0px;
	}