@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Book.otf");
}

html,
body {
  background-color: #232323;
  overflow: hidden;
}

header {
  width: 100vw;
  font-size: 16px;
  font-family: Gotham;
  height: 6vh;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  background-color: #232323;
  position: relative;
  z-index: 100;
}

header img {
  height: 3vh;
}

header div {
  height: 60px;
  padding-top: 2px;
}

header .active {
  background-color: red;
  border-radius: 10px;
}

main {
  height: 91vh;
  width: 100vw;
  margin-top: 6vh;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

main #main-logo {
  background-image: url("../img/main-default.png");
  width: 100vw;
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

footer {
  font-family: 'Gotham';
  position: absolute;
  bottom: 0px;
  height: 3vh;
  width: 100vw;
  background-color: rgba(55, 55, 55, 0.8);
  color: grey;
  padding: 0 15px;
}

footer .col-8 {
  text-align: center;
}

footer .col-8 div {
  margin-top: -5px;
  display: inline-block;
}

::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 1px solid white;
  border-radius: 7px;
}

@media screen and (max-width: 835px) {
  header {
    height: 12vh !important;
  }
}
