body{
   background-color: #1F523D;
   color: white;
   font-size: 20px;
   font-family: "Trebuchet MS";
   height: 100%;
   margin: 4px;
   padding: 6px;
  }
h1{
  font-size: 50px;
}
h2{
  font-size: 36px;
}
h3{
  font-size: 30px;
}
h4{
  font-size: 26px;
}
a{
  color: #F2B705;
  text-decoration: none;
}
main{
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  }
section{
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.content{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentcallout{
  padding: 25px;
  background-color: #f0f5f5;
  color: black;
  font-size: 18px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentcallout img{
  width: 100%;
  max-width: 250px;
  border-radius: 50%;
}
.contentcallout2{
  padding: 25px;
  background-color: #d8d8d8;
  color: black;
  font-size: 18px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentcallout2 img{
  width: 100%;
  max-width: 250px;
  border-radius: 50%;
}
.button{
   padding: 10px 40px 10px 40px;
   font-size: 20px;
   font-weight: bold;
   border: 1px solid #F2B705;
   border-radius: 10px 10px 10px 10px;
   background-color: #F2B705;
   color: #1F523D;
  }
.button2{
   padding: 10px 40px 10px 40px;
   font-size: 20px;
   font-weight: bold;
   border: 2px solid #F2B705;
   border-radius: 10px 10px 10px 10px;
   background-color: #1F523D;
   color: #F2B705;
  }
.header{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color:#1F523D;
  z-index: 100;
  display: flex;
  }
.headercontent{
  margin-left: 10px;
  font-size: 24px;
  margin-right: 70px;
}
.headerLogo{
  max-width: 70px;
  margin: 5px;
}
footer{
  margin-top: 10px;
  margin-bottom: 10px;
  padding:40px;
  border: 2px solid #16D787;
  border-radius: 40px 40px 40px 40px;
  background-color:#1F523D;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  }
.footercontent{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerIcons{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footerIcons img{
  width: 100%;
  max-width: 120px;
  padding: 10px;
}
.hambox{
  width: 50px;
  height: 40px;
  border-radius: 5px;
  background-color: #1F523D;
  position: fixed;
  top: 38px;
  right: 38px;
  z-index: 100;
}
#menuToggle{
  display: block;
  margin: 9px;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a{
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
#menuToggle li:hover{
  color: #F2B705;
}
#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FFFFFF;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
#menu{
  position: absolute;
  max-width: 400px;
  width: 370px;
  max-height: 100vh;
  border-radius: 0px 40px 0px 40px;
  margin: -90px 0 0 -290px;
  padding: 50px;
  padding-top: 125px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #1F523D;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li p
{
cursor: pointer;
color: #FFFFFF;
text-align: right;
font-size: 22px;
font-weight: bold;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
.heroheading{
  border: 2px solid #16D787;
  border-radius: 40px 40px 40px 40px;
  background-image:
    linear-gradient(170deg, black, rgba(0, 0, 0, 0.01)),
    url('assets/kyle-nieber-eE-ffApg7oI-unsplash.jpg');
    width: 100%;
    height: 500px;
    background-size: cover;
    padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heroheading h1{
  padding-left:20px;
}
.herobutton{
  padding: 10px;
  display: flex;
}
.pageheading{
  border: 2px solid #16D787;
  border-radius: 40px 40px 40px 40px;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pageheading h1{
  padding-left:20px;
}
@media (min-width: 768px) {
.heroheading{
  border: 2px solid #16D787;
  border-radius: 40px 40px 40px 40px;
  background-image:
    linear-gradient(130deg, black, rgba(0, 0, 0, 0.01)),
    url('assets/kyle-nieber-eE-ffApg7oI-unsplash.jpg');
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
  .herocta{
   display: flex;
   flex-direction: row;
  }
  .herobutton{
  padding: 20px;
  display: flex;
  flex-direction: row;
}
.contentcallout2{
  padding: 25px;
  background-color: #d8d8d8;
  color: black;
  font-size: 18px;
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contentcallout2 img{
  padding-right: 20px;
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}
.contentcallout img{
  padding-right: 20px;
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}
}
.helpaction{
  display: flex;
  align-items: center;
  justify-content: center;
}
.helpaction div{
  margin: 40px;
}
.helpaction img{
  max-width: 100px;
  clip-path: circle(50%);
}
.lineDiv{
  border-top: 2px solid #ffffff;
  border-radius: 5px;
  margin-top: 30px;
}
.highlight-container, .highlight {
  position: relative;
}
.highlight-container {
  display: inline-block;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #F2B705;
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}
