body {
  background: #151515;
  color: #FFFFFF;
  font-family: "Lato", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

div.jumbotron::before {
  display: block;
  content: "";
  position: absolute;
  background-image: url("/v2/assets/img/jumbotron-background.jpeg");
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background-position: center center;
  z-index: 1;
}

div#main-nav {
  z-index: 3;
  opacity: 1;
  position: relative;
}

div#main-nav a {
  text-shadow: 1px 1px 2px black;
}

div.jumbotron-text, div.sites {
  position: relative;
  z-index: 2;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
div.counter {
  animation: counter 3s forwards alternate ease-in-out;
  counter-reset: num var(--num);
  font: 800 10rem "DM Serif Text", serif;
  color: #FFD500;
  min-width: 200px;
}

div.percent::after {
  content: " %";
  font: 800 10rem "DM Serif Text", serif;
  color: #FFD500;
}

div.counter::before {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 70;
  }
}
a {
  color: #FFD500;
  text-decoration: none;
}

div#main-nav a.current {
  color: #FFD500;
}

div#main-nav a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02rem;
  font-family: "Lato", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #57c6bb;
}

h1, h2, h3, h4, h6 {
  font-family: "DM Serif Text", serif;
}

h1 {
  margin-bottom: 1rem;
}

h5 {
  font-family: "Lato", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.07rem;
}

h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.07rem;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 769px) {
  h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  h1.jumbo {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 769px) {
  h1.jumbo {
    font-size: 10rem;
  }
}

p {
  font-family: "Lato", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  p {
    font-size: 1.4rem;
  }
}

h2 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

section#footer {
  border-color: #FFD500;
  border-top-width: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
}

div.website {
  max-width: 400px;
}

div.banner-468 {
  max-width: 468px;
}

div.banner-350 {
  max-width: 350px;
}

div.banner-300 {
  max-width: 300px;
}

div.banner-540 {
  max-width: 540px;
}

div.banner-728 {
  max-width: 728px;
}

.letter-spacing {
  letter-spacing: 0.1rem;
}

.card {
  background-color: #151515;
  color: #FFFFFF;
}

.theme-gold {
  color: #FFD500;
}

.btn-primary {
  background-color: #479d94;
  border-color: #89861A;
}

.btn-primary:hover {
  background-color: #FFD500;
  color: black;
}

.btn-primary:active {
  background-color: white !important;
  color: black !important;
}

section {
  padding-top: 3rem;
}

/*# sourceMappingURL=main.css.map */