* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.logo-container {
  background-color: white;
}

.logo-container a,
.logo-container a:hover,
.logo-container a:active,
.logo-container a:visited {
  text-decoration: none;
}

.logo-container .logo {
  display: block;
  margin-left: auto;
  width: 187px;
  height: 45px;
  padding-right: 20px;
}

.logo-container .logo-text {
  text-align: right;
  font-size: 1.4rem;
  font-family: "AKBalthom Superhero", sans-serif;
  color: #01b224;
  text-shadow: 2px 2px 0 black;
  background-color: #ecf3e3;
  padding-right: 20px;
}
/* Footer */

.footer-container {
  background-color: gray;
  justify-self: flex-end;
  /* padding-bottom: 2rem; */
}

.footer {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  z-index: 33;
  width: 100%;
  /* height: 8vh; */
  background-color: gray;
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin: 0 2rem; */
  padding: 0.7rem 2rem;
}

.footer .footer-links {
  display: flex;
}

.footer .footer-links div + div {
  margin-left: 15px;
}

.footer-heading {
  display: flex;
  flex-direction: column;
  /* margin-right: 2rem; */
}

.footer-heading h2 {
  /* margin-bottom: 1rem; */
  font-family: "Corbel", sans-serif;
  font-weight: 600;
}

.footer-heading h3 {
  /* margin-bottom: 0.5rem; */
  font-family: "Corbel Regular", sans-serif;
}

.footer-heading a {
  /* margin-bottom: 0.5rem; */
  font-family: "Corbel Regular", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  word-spacing: 0.2px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.footer-heading a:hover,
h4:hover {
  color: cyan;
  text-decoration: none;
}
.footer-heading h5 {
  font-size: 0.7rem;
  font-family: Helvetica, sans-serif;
  position: relative;
  bottom: -5px;
  right: -20px;
}

.footer-3 {
  position: relative;
}

.outer-link {
  position: absolute;
  right: -22px;
  top: 0;
  width: 20px;
}

@font-face {
  font-family: "AKBalthom", sans-serif;
  src: url("./assets/Fonts/AKBalthom.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "Corbel Bold", sans-serif;
  src: url("./assets/Fonts/Corbel_Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Corbel Regular", sans-serif;
  src: url("./assets/Fonts/Corbel_Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Helvetica Regularx", sans-serif;
  src: url("./assets/Fonts/Helvetica.ttf") format("truetype");
  font-weight: normal;
}

.hero_header {
  font-family: "AKBalthom", sans-serif;
  font-size: 25px;
  font-weight: normal;
}

.hero_footer {
  font-family: "Corbel Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.hero_message {
  font-family: "Corbel Regular", sans-serif;
  font-size: 17px;
  font-weight: normal;
}

.hero_message2 {
  font-family: "Helvetica" sans-serif;
  font-size: 15px;
  font-weight: normal;
}
/* Responsiveness */

@media (max-width: 1128px) {
  .footer-heading h2 {
    font-size: 14px;
  }
  .footer-heading a {
    font-size: 13px;
  }
}

@media (max-width: 940px) {
  .footer {
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0.7rem;
  }
  .footer-heading a {
    font-size: 14px;
    margin: 10px 0;
  }
  .outer-link {
    top: 10px;
  }
  .logo-container .logo {
    width: 147px;
    height: auto;
  }
  .logo-container .logo-text {
    font-size: 1.1rem;
    font-family: "AKBalthom", sans-serif;
    color: #01b224;
    text-shadow: 2px 2px 0 black;
    background-color: #ecf3e3;
    padding-right: 20px;
  }
  .footer .footer-links {
    margin-bottom: -20px;
  }
  .footer-heading h2 {
    font-size: 13px;
    font-weight: 400;
  }
  .footer-heading h5 {
    position: static;
  }
}

/* @media (max-width: 768px) {
  .logo-container .logo {
    width: 147px;
    height: auto;
  }
  .logo-container .logo-text {
    font-size: 1.1rem;
    font-family: "AKBalthom", sans-serif;
    color: #01b224;
    text-shadow: 2px 2px 0 black;
    background-color: #ecf3e3;
    padding-right: 20px;
  }
  .footer .footer-links {
    margin-bottom: -20px;
  }
  .footer-heading h2 {
    font-size: 13px;
    font-weight: 400;
  }
  .footer-heading a {
    font-size: 14px;
  }
  .footer-heading h5 {
    font-size: 12px;
  }
} */

@media (max-width: 370px) {
  .footer {
    padding: 0.7rem 0.5rem;
  }

  .footer .footer-links {
    margin-bottom: -20px;
  }
}
