* {
  margin: 0 auto;
}

*, *:after, *:before {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.myTopNav {
padding-bottom: 10px;
padding-top: 10px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  float: right;
  color: black;
  font-family: "Quicksand";
}

li > a:-webkit-any-link {
  float: right;
  color: black;
  font-family: "Quicksand";
  font-size: 14px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

li > a:hover:-webkit-any-link {
  float: right;
  color: black;
  font-family: "Quicksand";
  font-size: 14px;
  text-decoration: underline;
}

div.logo {
  padding-top: 7px;
  padding-bottom: 6px;
  width: 30%;
  float: left;
}  

.the-header {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

h1 {
  color: black;
  font-family: "Slabo 27px";
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 auto;
  display: inline;
  }

h1 > a {
  color: black;
  font-family: "Slabo 27px";
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline;
  }

  a.resToggle { 
    display: none;
  }
  .myTopNav {
    padding-bottom: 10px;
  }
  
    li {
      display: inline-block;
    }
     li > a {
        display: inline-block;
      }
      a:hover {
        text-decoration: underline;
      }

.align-center {
  text-align: center;
}

.hero {
  background: #f2f2f2;
  height: 225px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

h2 {
  font-family: "Quicksand";
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 37px;
  letter-spacing: 4px;
}

.box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0;
}

.intro {
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: lighter;
  color: black;
  line-height: 1.8em;
  padding: 10px 0;
}

.intro > a {
  color: black;
  text-decoration: none;
}

.intro > a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.intro > a:visited {
  color: black;
}

.see-more > a {
  color: black;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: lighter;
  line-height: 1.8em;
  padding: 10px 0;
}

.see-more > a:hover {
  text-decoration: underline;
}

.see-more > a:visited {
  color: black;
  text-decoration: none;
}

h3 {
  font-family: "Quicksand";
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 1px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 7px;
  margin-bottom: 3px;
  text-align: center;
}

/* p {
  font-family: "Roboto";
  font-size: 13px;
  font-weight: lighter;
  color: black;
  text-align: left;
  line-height: 1.8em;
  padding: 10px 0;
} */

/* BUTTON */

.btn-container {
  margin: 0;
  padding: 1.5rem;
}

.more-btn {
  font-family: "Quicksand";
  font-weight: medium;
  font-size: 15px;
  letter-spacing: 1px;
  border: 1px solid black;
  color: black;
  text-align: center;
  width: 24%;
  max-width: 162px;
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.more-btn > a {
  color: black;
  text-decoration: none;
}

.more-btn > a:hover {
  color: black;
  text-decoration: underline;
}

.more-btn > a:visited {
  color: black;
  text-decoration: none;
}

/* FOOTER */

footer {
  margin: 0 auto;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 80%;
}

.footer-container {
  margin: 0 auto;
  background-color: white;
  width: 300px;
}

.footer-grid {
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(3, 0.13fr);
  grid-template-rows: repeat(3, 0.19fr);
  justify-content: center;
}

.footer-item {
  margin: auto;
}

.footer-item-1 {
  grid-column: 1;
  grid-row: 1;
  font-size: 16px;
  color: black;
  margin-top: 10.9px;
}

.footer-item-1 > a {
  text-decoration: none;
}

.footer-item-1 > a:hover {
  color: #f2f2f2;
  cursor: pointer;
}

.footer-item-1 > a:visited {
  color: black;
}

.footer-item-2 {
  grid-column: 2;
  grid-row: 1;
  font-family: "Slabo 27px";
  letter-spacing: 3px;
  font-size: 28px;
  text-align: center;
  color: black;
}

.footer-item-2 > a {
  font-family: "Slabo 27px";
  letter-spacing: 3px;
  font-size: 28px;
  text-align: center;
  color: black;
  text-decoration: none;
}

.footer-item-2 > a:hover {
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.footer-item-3 {
  grid-column: 3;
  grid-row: 1;
  font-size: 16px;
  color: black;
  margin-top: 10.9px;
}

.footer-item-3 > a {
  text-decoration: none;
}

.footer-item-3 > a:hover {
  color: #f2f2f2;
  cursor: pointer;
}

.footer-item-3 > a:visited {
  color: black;
}

.footer-item-4 {
  grid-column: 1 / 4;
  grid-row: 2;
  width: 100%;
  border: 1px solid;
  color: #f2f2f2;
}

.footer-item-5 {
  grid-column: 2;
  grid-row: 3;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 10px;
  color: black;
}