/* Typo */
@font-face {
  font-family: "DBAdmanX";
  src: url("../fonts/DBAdmanX.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DBAdmanX.woff") format("woff"),
    url("../fonts/DBAdmanX.ttf") format("truetype"),
    url("../fonts/DBAdmanX.svg#DBAdmanX") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DBAdmanX_Bold";
  src: url("../fonts/DBAdmanX-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DBAdmanX-Bold.woff") format("woff"),
    url("../fonts/DBAdmanX-Bold.ttf") format("truetype"),
    url("../fonts/DBAdmanX-Bold.svg#DBAdmanX") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DBAdmanX_Italic";
  src: url("../fonts/DBAdmanX-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DBAdmanX-Italic.woff") format("woff"),
    url("../fonts/DBAdmanX-Italic.ttf") format("truetype"),
    url("../fonts/DBAdmanX-Italic.svg#DBAdmanX") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DBAdmanX_Light";
  src: url("../fonts/DBAdmanX-UltraLi.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DBAdmanX-UltraLi.woff") format("woff"),
    url("../fonts/DBAdmanX-UltraLi.ttf") format("truetype"),
    url("../fonts/DBAdmanX-UltraLi.svg#DBAdmanX") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Magnolia";
  src: url("../fonts/Magnolia-Script.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Magnolia-Script.woff") format("woff"),
    url("../fonts/Magnolia-Script.ttf") format("truetype"),
    url("../fonts/Magnolia-Script.svg#DBAdmanX") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Basic Config */
html {
  font-size: 26px;
  font-family: "DBAdmanX";
}
body {
  color: #ffffff;
  font-family: "DBAdmanX";
  font-size: 26px;
  line-height: 1.25;
}
p {
  font-size: 1rem;
}
.full-width-container {
  background-color: #023723;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: #f8ec31;
}
.container {
  max-width: 1200px;
}
.container-lg {
  max-width: 1200px;
}
@media only screen and (max-width: 425px) {
  body {
    font-size: 24px;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.15rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.8rem;
  }
  h6 {
    font-size: 0.75rem;
  }
  .mobile-font {
    font-size: 100%;
  }
  .p-0-m {
    padding: 0 !important;
  }
}

/* Basic Usage */
.magnolia {
  font-family: "Magnolia";
}
.bold {
  font-family: "DBAdmanX_Bold";
}
.light {
  font-family: "DBAdmanX_Light";
}
.italic {
  font-family: "DBAdmanX_Italic";
}
.text-lg {
  font-size: 1.5rem;
}
.text-md {
  font-size: 1rem;
}
.text-sm {
  font-size: 0.75rem;
}
.text-xs {
  font-size: 0.5rem;
}
.text-underlined {
  text-decoration: underline;
}
.text-white {
  color: #ffffff;
}
.text-green {
  color: #8fbb42;
}
.text-yellow {
  color: #f8ec31;
}
.link-white {
  color: #ffffff;
  text-decoration: underline;
}
.btn-yellow {
  color: #159046;
  background-color: #f8ec31;
  border-color: #212529;
  letter-spacing: 2px;
}
.btn-yellow-border {
  color: #f8ec31;
  background-color: rgb(0 0 0 / 0.5);
  border-color: #f8ec31;
}
.bring-front {
  position: relative;
  z-index: 9;
}
.m-0-auto {
  margin: 0 auto;
}
.lh-1 {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .text-lg {
    font-size: 1.35rem;
  }
  .text-md {
    font-size: 0.9rem;
  }
  .text-sm {
    font-size: 0.85rem;
  }
  .text-xs {
    font-size: 0.65rem;
  }
}
.display-m {
  display: none;
}
@media only screen and (max-width: 425px) {
  .text-lg {
    font-size: 1.25rem;
  }
  .text-md {
    font-size: 0.60rem;
  }
  .text-sm {
    font-size: 0.75rem;
  }
  .text-xs {
    font-size: 0.5rem;
  }
  .hidden-mobile {
    display: none;
  }
  .display-m {
    display: block;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  p {
    font-size: 0.85rem;
  }
}

hr {
  border: 2px solid #8fbb42;
  width: 20%;
  max-width: 120px;
  border-radius: 5px;
}

.scroll-button {
  display: flex;
  width: 65px;
  background-color: #00000085;
  padding: 5px;
  position: fixed;
  bottom: 5vh;
  right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99;
}
.scroll-button .material-icons {
  font-size: 40px;
  color: #8fbb42;
}

@media only screen and (min-width: 769px) {
  .scroll-button {
    display: none;
  }
}
