@font-face {
  font-family: Arimo;
  src: url(../../static/fonts/arimo.woff);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Arimo;
  font-weight: 500;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
}

body .pageContent {
  padding-top: 8em;
  min-height: 85vh;
  width: 100vw;
  background-color: white;
}

header {
  height: 6em;
  width: 100vw;
  position: fixed;
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0;
  z-index: 2;
  background-color: #00000050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header nav {
  width: 50vw;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

header nav a {
  margin: 0;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header nav a:hover {
  opacity: 0.8;
}

header nav img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header nav img:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
}

header nav ul {
  margin: 0;
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 0;
}

header nav ul img {
  height: 4em;
}

header nav ul li {
  padding-top: 1em;
  list-style-type: none;
  text-decoration: none;
  color: white;
  font-size: 1.2em;
}

header nav ul li a {
  text-decoration: none;
}

header .models {
  display: block;
  position: absolute;
  height: 6em;
  z-index: 2;
  width: 70%;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 8em;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  color: white;
}

header .models a {
  margin: 0;
  color: white;
  text-decoration: none;
  font-size: 1.5em;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .models a img {
  height: 4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .models a img:hover {
  opacity: 0.7;
}

header .models a:hover {
  color: grey;
}

header .models ul {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .models ul li {
  list-style-type: none;
}

.sideButton {
  display: none;
}

.sidebar {
  position: fixed;
  height: 0;
  width: 100vw;
  background-color: #000000bb;
  z-index: 2;
  top: 6em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow-x: hidden;
}

.sidebar a {
  margin: 0;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 800;
}

.sidebar a:hover {
  opacity: 0.4;
}

.sidebar img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sidebar img:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
}

.sidebar ul {
  margin: 0;
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 4em;
}

.sidebar ul img {
  height: 3rem;
}

.sidebar ul li {
  padding-top: 1em;
  list-style-type: none;
  text-decoration: none;
  color: white;
  font-size: 1.2em;
}

.sidebar ul li a {
  text-decoration: none;
}

.sidebar .sideBarModels {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0;
  overflow-y: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

footer {
  width: 100%;
  height: auto;
  background-color: black;
  padding-top: 1em;
  padding-bottom: 1em;
}

footer .foot-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  width: 50em;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
}

footer .foot-content .foot-top-col {
  width: 100%;
  max-width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .foot-content .foot-top-col h3 {
  font-size: inherit;
  display: inline;
  margin: 0;
}

footer .foot-content .foot-top-col .foot-top-col-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .foot-content .foot-space {
  height: 2em;
}

footer .foot-content .foot-bottom-col {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

footer:before {
  width: 100vw;
  height: 30em;
  background-color: black;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 1440px) {
  header .models {
    width: 100vw;
    padding: 0;
  }
  header .models ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (max-width: 1024px) {
  header nav {
    width: 80vw;
  }
  header .models a img {
    height: 2rem;
  }
  header .models ul li img {
    height: 2.5rem;
  }
}

@media screen and (max-width: 768px), screen and (max-aspect-ratio: 9 / 20) {
  body {
    overflow-x: hidden;
  }
  header {
    position: fixed;
  }
  header nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header nav ul .sideButton {
    display: block;
    width: 20%;
  }
  header nav ul .sideButton img {
    width: 3em;
  }
  header nav ul .logo img {
    float: right;
  }
  header nav .dropdown, header nav .otherNav {
    display: none;
  }
  .sidebarActive {
    display: unset;
    height: calc(100vh - 6em);
    -webkit-transition: height 0.7s;
    transition: height 0.7s;
  }
  footer .foot-content .foot-top-col {
    height: 15em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .foot-content .foot-top-col div {
    width: 30em;
    max-width: 90vw;
  }
  footer .foot-content .foot-top-col .foot-top-col-social {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  footer .foot-content .foot-bottom-col {
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .sideBarModelsActive {
    height: 20rem;
  }
}

@media only screen and (max-width: 420px) {
  header nav img {
    width: 80%;
  }
}
/*# sourceMappingURL=global.css.map */