body {
  margin: 0;
  background: #000000d7;
  font-family: "Poppins";
}

main {
  margin: 5% 0 0 0
}

header {
  background: ;
}

.logo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 6%;
  margin: 0;
  padding: 0;
  z-index: 9;
  width: 8%;
  background-color: #3a3a3a
}

.logo img {
  width: 100%;
  margin: 0% 0 1% 0;
  display: inline-block;
}

nav {
  position: absolute;
  top: 2%;
  left: 0;
  z-index: 8;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  padding: .5% 0 0.5% 0;
  background: none;
  text-align: center;
}

nav a {
  text-decoration: none;
  float: right;
  font-family: "Source Sans Pro";
    font-weight: 500;
  color: white;
  font-size: 1em;
  text-shadow: 0px 1px 4px black
}

.navlist {
  margin: 0;
  display: inline-block;
  width: 80%;
  margin: 0 0% 0 0%;
}

nav ul li {
  display: inline-block;
  list-style-type: none;
  border-right: solid white thin;
  padding-right: 2%;
  margin-left: 2%
}

nav ul li:last-child {
  border: none;
}

nav ul li ul {
  display: none;
  position: absolute;
  list-style-type: none;
  text-align: left;
  background: rgb(7 55 62/.4);
  margin-left: -8%;
  margin-top: 1.5%;
  padding-top: 1%;
  padding-bottom: 1%;
}

nav ul li ul li {
  display: inline-block;
  width: 100%;
  border: none;
  padding-left: -3%;
  font-size: 90%;
}

nav ul li ul li:hover {
  background: rgb(7 55 62/.9)
}

nav ul li:hover ul {
  display: inline-block;
  width: 8%;
}

nav a:hover {
  color: #bbffaa;
  border-color: #bbffaa
}

nav a:focus {
  color: #bbffaa;
  border-color: #bbffaa
}
.mobileheader {
  display: none
}

.mobile-nav-container {
  display: none;
}
main {
  background: ;
}

.pagehead {
  text-align: center;
  margin: 10% 0% 0 0%;
}

h2 {
  text-align: center;
  width: auto;
  text-align: center;
  font-family: "Poppins";
  font-size: 180%;
  font-weight: normal;
  display: inline-block;
  margin: 1% 2% 0 2%;
  padding: 0% 1% 1% 1%;
  letter-spacing: .3em;
  color: #ffffff;
}

.pagehead hr.h2hr {
  width: 30%;
}


h3  {font-family: "Poppins"; font-size: 29px;    padding-left: 6%;
                  padding-top: 2%;margin-bottom:1%; }


#toparrow          {text-decoration: none;text-align:center;clear: both;}

#toparrow a        {color: #8f919e;}

#toparrow a:hover  {color:rgb(155 214 137 / .8)}

footer {
  background: -webkit-linear-gradient(#282828 10%, #000000 96%);
  margin-top: -1%;
}

.follow {
  clear: both;
  text-align: center;
  margin-left: 0%;
  text-decoration: none;
  color: white;
}

.icon {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.web {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.mail {
  color: white;
  text-align: center;
  width: 100%;
  margin-bottom: 2%;
  text-decoration: none;
  font-family: "Poppins";
  font-size: 90%;
}

.mail a:hover {
  color: #cf2c87;
}

.ig a,
.tt a,
.yt a,
.fb a {
  color: grey;
}

.ig a:hover {
  color: #cf2c87;
}

.tt a:hover {
  color: #00a7e7;
}

.yt a:hover {
  color: #f70000;
}

.fb a:hover {
  color: #4267b2;
}

.ig a:focus {
  color: #cf2c87;
}

.tt a:focus {
  color: #00a7e7;
}

.yt a:focus {
  color: #f70000;
}

.fb a:focus {
  color: #4267b2;
}

.footernote {
  color: white;
  margin: 2% 0 0% 0;
  padding-bottom: 1%;
  text-align: center;
  font-family: "Poppins";
    font-size: 80%;
}

.footernote a {
  text-decoration: none;
}

@media only screen and (max-width:768px) {
  header {
    display: none;
  }

  .mobileheader {
    text-align: center;
    background-color: #3a3a3a;
    display: inline-block;
    width: 100%;


  }

  .mobilelogo img {
    display: inline;
    margin: 1% 0 1% 0;
    width: 15%;
  }

  .mobileheader .menuicon {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 3%;
    right: 0%;
    width: 10%;
  }

  .mobileheader .menuicon .navbutton {
    width: 40%;
    display: block;
    color: white;
  }

  .mobile-nav-container {
    z-index: 99;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0% 0 0 0;
    padding: 5% 0% 0 0%;
    background-color: #3a3a3a;
    animation: fadeEffect .08s
  }
  
  @keyframes fadeEffect {
    from {
      opacity: 0
    }
  
    to {
      opacity: 1
    }
  }

  .mobileheader .closebutton {
    width: 5%;
    display: inline-block;
    position: absolute;
    top: 3%;
    left: 10%;
    color: white;
  }

  .mobilenavlist {
    margin: 5% 0 0 0;
    width: 80%;
    display: inline-block;
  }

  .mobilenavlist a {
    text-decoration: none;
    float: none;
    font-family: "Source Sans Pro";
    font-weight: 500;
    color: rgb(187, 187, 187);
    font-size: 1.3em;

  }

  .mobilenavlist a:hover {
    color: white;
    text-shadow: 0px 1px 4px black
  }

  .mobilenavitem {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    margin: 2% 0 2% 0;
    border-bottom: solid white .2px;
  }

  .mobilenavmediaicons {
    margin: 5% 0 0 0;
  }

  .brieftext {
    width: 90%;
  }

  .imagecontainer {
    width: 100%;
    margin: 7% 0 0 0;
  }
  .icon {
    margin: 2% 2% 2% 2%
  }
}