* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.25em;
  font-size: 1em;
  font-family: "Mulish", sans-serif;
  font-weight: normal;
}

:root {
	--primary: #179a4f;
	--primary-lighter: #67e069;
	--primary-light: #2dcc70;
	--primary-dark: #00672d;
	--primary-darker: #003417;
	--primary-transparent: rgb(23 154 79 / 25%);
	--white: #fafafa;
	--black: #050505;
	--grey: #808080;
	--grey-light: #ebebeb;
	--grey-dark: #1f1f1f;
	--red: #e53424;
	--red-light: #ec675b;
	--red-dark: #b72315;
	--orange: #f58216;
	--orange-light: #f8a04f;
	--orange-dark: #c46308;
	--yellow: #e5d824;
	--yellow-light: #ece25b;
	--yellow-dark: #b7ac15;
	--green: #2dcc45;
	--green-light: #68de7a;
	--green-dark: #25a738;
	--blue: #2f79da;
	--blue-light: #639be3;
	--blue-dark: #1f5cad;
	--purple: #7144c1;
	--purple-light: #9775d1;
	--purple-dark: #583399;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: var(--white);
}

header {
  display: flex;
  width: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: var(--white);
  border-bottom: 1px solid var(--primary);
}

header>div {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

header a>img {
  padding: 10px 0px;
  height: 80px;
}

nav {
  display: flex;
  align-items: center;
}

.topnav a.active {
  position: relative;
}

.topnav a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--primary-dark) 0%, var(--primary-lighter) 100%);
}

.topnav {
  display: flex;
  width: 100%;
  align-items: center;
}

.topnav a {
  padding: 5px 10px;
  color: var(--black);
  border-bottom: 2px solid transparent;
  font-size: 1.25rem;
}

.topnav a:hover {
  color: var(--primary);
}

.dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.dropb {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: var(--black);
  border-bottom: 2px solid transparent;
  font-size: 1.25rem;
}

.dropb:hover {
  color: var(--primary);
}

.dropc {
  display: none;
}

.dropc.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 37px;
  right: 0;
  background: var(--grey-light);
  border: 1px solid var(--grey);
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 33%);
}

.dropc>a {
  margin: 5px;
  padding: 5px 10px;
}

.icon {
  display: none;
  background: 9px / 32px no-repeat;
  background-image: url("../images/hamb.png");
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 9px;
}

.caret {
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  margin-left: 8px;
  margin-top: -4px;
  vertical-align: middle;
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
}

a {
  color: var(--primary-dark);
  font-size: 1em;
}

a:hover {
  color: var(--primary-darker);
}

h1 {
  font-size: 2rem;
  padding: 10px 0px;
}

h4 {
  font-size: 1.25rem;
  padding: 10px 0px;
}

strong {
  font-weight: bold;
}

small {
  font-size: .75em;
}

main {
  margin-top: 100px;
  min-height: 75vh;
}

main>.dark {
  background-color: #444;
  color: var(--white);
}

main>div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main>div>div {
  width: 100%;
}

.jumbotron {
  background: url("../images/home.jpg") 50% 85% / cover no-repeat;
  height: 85vh;
  min-height: 640px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.jumbotron>div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 550px;
  margin-left: 5%;
}

.jumbotron h1 {
  color: var(--black);
  font-size: 4rem;
  font-weight: 600;
  padding-bottom: 50px;
  padding-top: 0;
}

.jumbotron p {
  color: var(--black);
  font-weight: 300;
  margin-bottom: 25px;
  background: rgb(251 251 251 / 50%);
}

.jumbotron>div>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.jumbobtn {
  color: var(--white);
  border: none;
  padding: 1em 2em;
  border-radius: 2em;
  background-color: var(--primary-dark);
  margin: 25px 0px;
}

.jumbobtn:hover {
  cursor: pointer;
  background: linear-gradient(to right, var(--primary-dark) 0%, var(--primary) 100%);
  color: var(--white);
}

.more {
  color: var(--black);
  text-decoration: underline;
  margin: 15px 25px;
}

.disclaimer {
  width: 90%;
  max-width: 768px;
  font-size: 0.75rem;
  color: var(--grey);
  margin-left: 5%;
}

.minitron {
  background: 50% / cover no-repeat;
  height: 15vh;
  min-height: 100px;
}

.minitron>div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}

.minitron h1 {
  color: var(--white);
  font-size: 2.5rem;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0px;
  background: linear-gradient(to right, var(--primary-dark) 0%, var(--primary-light) 100%);
}

.banner>div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1024px;
}

.banner h1 {
  text-align: center;
  margin: 0px 10px;
  color: var(--white);
}

.banner a {
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: 1px solid var(--white);
  border-radius: 2em;
  color: var(--white);
  transition: all ease .2s;
}

.banner a:hover {
  background-color: var(--white);
  color: var(--black);
}

footer {
  background-color: var(--white);
  color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 2px solid var(--primary);
}

footer>div {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
}

footer>div:last-child {
  margin-top: 50px;
  padding: 10px 0px;
  background-color: var(--primary-dark);
  width: 100%;
  color: var(--white);
}

footer>div>div {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer>div>div:nth-child(2) {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

footer>div>div:last-child {
  align-items: flex-end;
}

footer a {
  padding: 2px 5px;
  margin: 5px;
  width: 140px;
}

footer>div:first-child>div:last-child a {
  padding: 0;
  margin: 0;
}

footer>div:last-child p {
  font-size: 0.75rem;
  margin: 10px 0px;
}

@media screen and (max-width: 1024px) {
  header a>img {
    height: 60px;
  }

  .icon {
    display: flex;
    position: absolute;
    right: 5%;
  }

  .topnav.responsive+.icon {
    background-image: url("../images/close.png");
  }

  .topnav {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: var(--grey-light);
    top: 80px;
    left: 0;
    right: 0;
    border-bottom: 2px solid var(--primary-dark);
  }

  .topnav.responsive {
    display: flex;
  }

  .topnav a {
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
  }

  .dropc.open {
    position: relative;
    background: transparent;
    border: none;
    top: 0;
    box-shadow: none;
  }

  main {
    margin-top: 81px;
  }

  .jumbotron>div {
    width: 90%;
    margin: auto;
  }

  .jumbotron h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  footer>div {
    flex-direction: column;
    align-items: center;
  }

  footer>div>div {
    width: 90%;
    align-items: center;
    margin: 10px 0px;
  }

  footer>div>div:last-child {
    align-items: center;
  }

  footer>div:last-child {
    margin-top: 0px;
  }

  .jumbotron h1 {
    font-size: 2rem;
  }

  .minitron h1 {
    font-size: 1.75rem;
  }

  .banner h1 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 375px) {
  .jumbotron>div:first-child {
    align-items: center;
  }

  .minitron h1 {
    font-size: 1.5rem;
  }

  .banner h1 {
    font-size: 1.25rem;
  }
}