*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

html, body {
  background: #11141D;
  color: white;
  font-family: Avenir, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  transition: all 0.25s ease;
}

ul {
  padding: 0;
}

/* HEADER */
.header {
  background-color: #11141D;
  padding: 20px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 91;
}

.header.sticky {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05), 0 3.5px 10px #141821;
}

.header-nav {
  display: flex;
  justify-content: space-between;
}

.nav-item {
  display: inline-block;
  margin-right: 5px;
}

.nav-item a {
  color: #aaa;
  border-bottom: 1px solid transparent;
  transition: all 0.25s ease;
}

.nav-item a:hover {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.static-top {
  width: 100%;
  padding: 0;
}

.content {
  padding: 20px 30px 100px;
}

.content h3 {
  color: white;
  font-size: 24px;
}

.content p, .content ul li {
  color: #ccc;
  margin-top: 3.5px;
  margin-bottom: 10px;
}

.content b {
  font-weight: bold;
  font-family: Avenir, Helvetica, sans-serif;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}


@media (min-width: 992px) {
  .navbar-expand-lg {
    justify-content: flex-start;
  }

  .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
  }
}

/* HERO */
#hero {
  position: relative;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 90px;
  max-width: 1200px;
  margin: 0 auto;
}

#hero svg {
  width: 100%;
}

#hero .banner-button {
  position: relative;
  left: 90px;
  top: -40px;
}

/* SIDEBAR */
#navbar-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 199;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  visibility: hidden;
  opacity: 0;
}
#navbar-overlay.is-open {
  display: block;
  visibility: visible;
  opacity: 1;
}

#navbar-sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  background: #fbfbfd;
  width: 80%;
  height: 100%;
  padding: 20px;
  z-index: 200;
  transition: 0.25s ease-in;
}

#navbar-sidebar.is-open {
  right: 0;
}

#navbar-sidebar ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  top: 70px;
}

#navbar-sidebar ul li {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}

#navbar-sidebar ul li a {
  padding: 8px 8px 8px 32px;
  padding-left: 10px;
  text-decoration: none;
  display: block;
  transition: .3s;
  font-family: Avenir, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #211b3e;
}

#navbar-sidebar .nav-link.btn {
  background: #555;
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  transition: all 0.25s  ease;
  transform: scale(1);
  opacity: 1;
}

#navbar-sidebar .nav-link.btn:active,
#navbar-sidebar .nav-link.btn:hover {
  background: white;
  color: black;
  transform: scale(0.8);
  opacity: 0.5;
}

/* SPRITES */
.sprite {
  background-image: url(https://d30gqtvesfc1d5.cloudfront.net/static/img-webview/sprite-25-07-2019.png);
  background-size: 1440px auto;
  display: inline-block;
  vertical-align: middle;
}

.sprite-facebook {
  width: 14px;
  height: 14px;
  background-position: -1385px -40px;
  color: #fff!important;
  margin-right: 12px;
}

.sprite-instagram {
  width: 12px;
  height: 12px;
  background-position: -1385px -81px;
  color: #fff!important;
  margin-right: 12px;
}

.sprite-twitter {
  width: 15px;
  height: 12px;
  background-position: -1385px -119px;
  color: #fff!important;
  margin-right: 9px;
}

.google-play {
  width: 168px;
  height: 50px;
  background-position: -786px -150px;
  margin-right: 10px;
}

.app-store {
  width: 168px;
  height: 50px;
  background-position: -974px -150px;
}



/* CONTAINERS */
.container {
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .navbar-expand-lg {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* FOOTER */
footer {
  background-image: linear-gradient(to right,#141821,#11141D);
  overflow: hidden;
}

footer ul {
  list-style: none;
  padding: 30px;
  padding-top: 0;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

footer .footer-content {
  color: #fff;
  /* justify-content: space-between; */
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0 !important;
}

footer .footer-content h6 {
  margin-bottom: 49px;
  font-size: 15px;
}

footer .footer-content p {
  font-size: 14px;
}

footer .row1 a, .row2 a, .row3 a, .row4 a, .row5 a {
  padding: 0;
  text-decoration: none!important;
  color: #fff;
}


.row1 {
  flex: 1;
}

.row2, .row3, .row4, .row5 {
  position: relative;
  top: 30px;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link.btn {
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #aaa;
  border-radius: 10px;
  top: -2px;
  position: relative;
}

.nav-link.btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}


@media only screen and (max-width: 580px) {
  .header .nav-link {
    display: none;
  }
}