:root {
  --color1: #6bd743; 
  --color2: #244243;
  --color3: #07292a;
  --color4: #537557;
  --color5: #292929;
  --color6: #ff7127;
  --color7: #6d92db;
  --color8: #c5d0e5;
  --w: #ffffff;
}

img {
  max-width: 100%;
}
.container {
  max-width: 1350px;
}
.text-dark {
  color: var(--color3)!important;
}
.bg-dark {
  background-color: var(--color3)!important;
}
.bg-primary {
  background-color: var(--color1)!important;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Fixture"
}
h3.lead {
  color: var(--color1);
  text-decoration: none;
  font-size: 40px!important;
  text-transform: uppercase;
  font-weight: bold;
}
h3.start {
  font-weight: bold;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #244243; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color1); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*
 * Header
 */

 #spacer {
  margin-top: 84px;
 }
.site-title {
  font-family: "Fixture";
  font-size: 4rem;
  color: var(--color1);
  font-weight: normal;
  line-height: 42px;
  font-size: 58px;

  span {
    font-family: "Fixture";
    font-weight: 900;
    text-transform: uppercase;
    
  }

  b {
    font-weight: normal;
    letter-spacing: 5px;
    margin-left: 6px;
  }

}

@media screen and (max-width: 500px) {
  .site-title {
    font-size: 50px;
  }
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 900px){
  .account {
    text-align: right !important;
  }
}
@media screen and (max-width: 899px) {
  .account {
    text-align: center!important;
  }
}
.nav-link {
  color: var(--color1)!important;
  font-family: "Fixture";
  font-weight: 200;
  text-transform: uppercase;
  display:inline;
  font-size: 36px;

}
.navbar-nav {
  justify-content: center!important;
  flex-grow:1;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(107, 215, 157, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  stroke: var(--color1) !important;
}
.nav-link:hover, .site-title:hover {
  color: var(--color6)!important;
}

  .leaderboardbox {
    margin: 10px auto;
    max-width: 800px;
    padding: 10px;
    color: var(--w);
    padding-top: 30px;
    text-align: center;
    width: 95%;
  }
  @media screen and (min-width: 1024px) {
    #leaderboard {
        display: none;
    }
}
.btn-primary, .btn-outline-primary:hover {
  color: var(--color3);
  background-color: var(--color1);
  border-color: var(--color1);
}
.btn-primary:hover {
  background-color: var(--color3);
  border-color: var(--color1);
}
.btn-outline-primary {
  color: var(--color1);
  background-color: transparent;
  background-image: none;
  border-color: var(--color1);
}

.map {
  border: transparent;
  background-color: transparent;
  margin-right:20px;
}
/*
 * Home
 */

 #home_header {
  width: 100vw;
  max-width: 100%;
  height: calc(100vh - 77px);
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position:relative;
}
#home_header img {
  max-width: 100%;
  height: auto;
}

#overlay {
  position: absolute;
  bottom: -90px;
  right: 2%;
  max-height: calc((100vh - 92px)* .75);
  animation: MoveUpDown 3s linear infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
      transform: translateY(0);
      transform: translateX(0px);
  }
  30% {
      transform: translateX(-8px);
  }
  60% {
      transform: translateY(8px);
  }
}

@media screen and (max-width: 1024px) {
  #home_header {
      height: calc(100vh / 4);
  }
  #overlay {
    bottom: 0%;
      right: 2%;
      max-height: calc((100vh / 4)* .65);
      
  }
  #home_body {
      justify-content: unset;
      flex-direction: column;
      height: auto;
  }
  #bcmap {
      max-width: 100%;
  }

  .navbar a {
    width: 66% !important;
    padding: 0px;
  }
  .navbar {
    padding-left: 5%;
    padding-right: 5%;
    
  }
}
  @media screen and (max-width: 1024px) and (max-height: 500px) {
      #home_header {
          height: calc(100vh - 25px);
      }
      #overlay {
          bottom: -50px;
          right: 3%;
          max-height: calc((100vh - 100px)* .85);
      }
  }
  /*
  svg {
      fill: #fff;
  }
*/
  .start {
    font-size: 6vw!important;
  }

  .clapper {
    max-width: 25vw;
    margin-bottom: 3vw!important;
  }

#bcmap {
  transform: rotate(10deg);
}
a {
  color: var(--color1);
}
a:hover {
  color: var(--color6);
}
.info p {
  font-family: "fixture";
    font-weight: 600;
}
.info h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 700;
}
.info {
  font-size: 30px;
}
.info p {
  text-align:left;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }



body, #body {
  background-color: var(--color3)!important;
}

/*
* Fixture: Condensed Regular, ultra black, and Black
*/

@font-face {
  font-family: "Fixture";
  src: url('/assets/fonts/Fixture-CondensedRegular.woff2') format('woff2'),
      url('/assets/fonts/Fixture-CondensedRegular.ttf') format('truetype'),
      url('/assets/fonts/Fixture-CondensedRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fixture";
  src: url('/assets/fonts/Fixture-Black.eot');
  src: url('/assets/fonts/Fixture-Black.eot?#iefix') format('embedded-opentype'),
      url('/assets/fonts/Fixture-Black.woff2') format('woff2'),
      url('/assets/fonts/Fixture-Black.woff') format('woff'),
      url('/assets/fonts/Fixture-Black.ttf') format('truetype'),
      url('/assets/fonts/Fixture-Black.svg#Fixture-Black') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fixture";
  src: url('/assets/fonts/FixtureUltra-Black.woff2') format('woff2'),
      url('/assets/fonts/FixtureUltra-Black.ttf') format('truetype'),
      url('/assets/fonts/FixtureUltra-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

#debugDiv {
  height: 100px;
  overflow-y: scroll;
  width: 100%;
  color: #ffffff;
  border-top: 1px solid var(--color1);
  display: none;
}