:root {
  --headerOpacity: 1;
  --headerScale: 1;
}

.video-header {
  position: absolute;
  text-align: center;
  width: 100vw;
  height: 100vh;
}

.video-header,
.video-header video,
.video-header .viewport-header {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.video-header video {
  background: black;
  object-fit: cover;
}

.video-header .viewport-header {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  opacity: var(--headerOpacity);
  transform: scale(var(--headerScale));
}

html,
body {
  height: 100vh;
  overflow-x: hidden;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 150%;
  line-height: 1.4;
}

body {
  margin: 0;
}

main {
  background: white;
  position: relative;
  padding: 1rem;
  margin-top: 100vh;
}

main::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  top: -100vh;
}

main p {
  max-width: 800px;
  margin: 1rem auto;
  color: black;
  opacity: 100%;
  text-align: left;
}

@font-face {
  font-family: Gugi;
  src: url(Gugi-Regular.ttf);
}

.navigation-title {
  font-family: Gugi;
  font-size: 30px;
  line-height: 1.5em;
  color: white;
  text-align: center;
}

.nav-link {
font-size: 0.8rem;
}

@font-face {
   font-family: Gugi;
   src: url(Gugi-Regular.ttf);
}

.navigation-title {
  font-family: Gugi;
  font-size: 30px;
  line-height: 1.5em;
  color: white;
  text-align: center;
  padding-right: 5px;
}

.vertical-nav {
  min-width: 12rem;
   width: 12rem;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
   transition: all 0.4s;
   background-color: #97BF04;
   font: "roboto";
}

.navigation-body {
position:fixed;
}

.current {
	color: #df3e23;
}

.page-content {
  width: calc(100% - 12rem);
  margin-left: 12rem;
  transition: all 0.4s;
}

.footer {
  position: relative;
}

a, a:visited { color: #97BF04; }
a:hover { color: #6a8702; }

.p-5 {
padding:2rem !important;
}

/* for toggle behavior */
#sidebar {
  margin-left: -12rem;
}

#sidebar.active {
  margin-left: 0;
  margin-right: 12rem;
}

#content {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

#content.active {
  transform: translate(12rem, 0);
  transform: translate3d(12rem, 0, 0);
}

.btn-nav {
background-color: #83A603;
}

a.current {
  background: #83A602;
  color: white;
}

.img-br {
border-radius: 10px !important;
}

body {
background-color: white;
  min-height: 100vh;
  overflow-x: hidden;
  color: black;
  font-family:"proxima-soft"
}

.mr-2, .mx-2 {
margin-right: 0px !important;
}

.pb-5, .py-5 {
padding-bottom: 0px !important;
}

.pt-5, .py-5 {
padding-top: 0px !important;
}

.display-1 {
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 80px;
  opacity: 1.0;
}

.display-2 {
  font-family: avory-i-latin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 25px;
  color: #97BF04;
}

.display-3 {
  font-family: Gugi, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 35px;
  color: #97BF04;
  padding-top: 50px;
}

.display-4 {
  font-family: avory-i-latin, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 40px;
}

.display-5 {
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  opacity: 1.0;
  color: #97BF04;
}

.display-6 {
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  opacity: 1.0;
  color: #97BF04;
  text-align: center;
}

.lead-1 {
font-size: 20px;
font-family: proxima-soft;
}

.lead-2 {
font-size: 20px;
font-family: proxima-soft;
font-style: italic;
text-align: center;
}

.mainimage {
  max-width: 1500px;
  align-items: center;
  margin: auto;
}

.webbox {
  max-width: 1000px;
  align-items: center;
  margin: auto;
}

.container-1 {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-group {
margin-top: 120px;
}

.front-logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-body {
  padding-top: 70px;
  text-align: center;
  background-color: white;
}

.jumbotron {
  background-color: white;
  padding: 0 !important;
  margin: 2rem 0 !important;
}

.card {
  background-color: white;
}

.lead-1 {
color: black;
font: "proxima-soft";
}

.separator {
  margin: 3rem 0;
  border-bottom: 1px dashed #fff;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

.text-gray {
  color: #aaa;
}

#button-addon1 {
  color: #ffc371;
}

i {
  color: #ffc371;
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

.form-control.shadow-0:focus {
  box-shadow: none;
}

.thumbnails {
  transition: transform .3s;
}

.thumbnails img {
  width: 100%;
  object-fit: cover;
}

.thumbnails:hover {
  cursor: pointer;
  transform: scale(1.05);
  z-index: 20;
}

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

#header-image {
  display: none !important;
}

.pb-4, .py-4 {
  padding-bottom: 0rem !important;
}

.nav-link {
  padding: 0.3rem 1rem !important;
}

.lead-3 {
  font-size: 17px;
}

h6 {
  font-size: 17px;
}

.mb-2, .my-2 {
  font-size:17px !important;
}

.pb-2, .py-2 {
  font-size:17px !important;
}

@media (min-width: 1200px) {
  .display-1 {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 70px;
    opacity: 1.0;
  }
}

@media (max-width: 1000px) {
  .display-1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 50px;
  }

  .card-body {
    padding-bottom: 50px;
  }

  .p-5 {
    padding: 1rem !important;
  }

  video {
  display: none !important;
  }

  #header-image {
    display: inline-block !important;
    }
}

@media (max-width: 450px) {
  .small, small {
    font-size: 60% !important;
  }

  .display-1 {
    font-size: 30px;
  }

  .display-4 {
    font-size: 30px;
  }

  .pb-4, .py-4 {
    padding-bottom: 0rem !important;
  }

  .mb-4, .my-4 {
    margin-bottom: 1rem !important;
  }

  .nav-link {
    font-size: 0.5rem !important;padding: 0.3rem 1rem;
  }

  .vertical-nav {
    width: 10rem; min-width: 10rem;
  }

  .btn {
    padding: 0px 10px 5px !important;
  }

  #nav-image {
    width: 200px !important;
  }

  /* for toggle behavior */
  #sidebar {
    margin-left: -10rem;
  }

  #sidebar.active {
    margin-left: 0;
    margin-right: 10rem;
  }

  #content {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  #content.active {
    transform: translate(10rem, 0);
    transform: translate3d(10rem, 0, 0);
  }
}

@media (max-width: 350px) {
  .mb-3 {width:250px !important;
  }
}