.main-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.nav-box-desktop-tablet {
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.social-media-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icon-box {
  padding-right: 1.4%;
  padding-left: 1.4%;
}

.footer-icon {
  color: #fff;
  font-size: 3em;
}

.bg-desktop-tablet {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#6d6d6d));
  background-image: linear-gradient(90deg, #000, #6d6d6d);
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 4% 2%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Proximanova reg', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #000;
}

.navbar {
  margin-right: 5%;
  margin-left: 5%;
  background-color: hsla(0, 0%, 100%, 0);
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo-block {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sign-in-link {
  margin-left: 2%;
  padding: 1.2% 3%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Proximanova reg', sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0 8px #000;
}

.sign-in-link:hover {
  background-color: #fff;
  color: #505050;
  text-shadow: none;
}

.logo-main {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: 0px;
  text-align: left;
}

.brand {
  width: 50%;
}

.main-content-column {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  text-align: center;
}

.header-main-page {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.join-the-pack {
  margin-top: 2%;
  padding: 1% 5%;
  border-radius: 3px;
  background-color: #c52e64;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-family: 'Museo slab', sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: capitalize;
}

.join-the-pack:hover {
  background-color: #a72453;
}

.bg-desktop-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-box-mobile {
  padding-top: 1%;
  padding-bottom: 1%;
}

.footer-mobile {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.nav-block-mobile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-block-mobile {
  width: 100%;
}

.nav-bar-mobile {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.brand-mobile {
  width: 100%;
}

.logo-main-mobile {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: 0px;
  text-align: left;
}

.nav-link-mobile {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 4% 2%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Proximanova reg', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #000;
}

.social-media-columns-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .nav-box-desktop-tablet {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .social-icon-box {
    padding-right: 1.8%;
    padding-left: 1.8%;
  }
  .nav-bar {
    width: 80%;
  }
  .logo-block {
    width: 20%;
  }
  .logo-main {
    width: 100%;
    padding-top: 0%;
  }
  .brand {
    width: 100%;
    padding-top: 4%;
  }
  .header-main-page {
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 4em;
  }
  .join-the-pack {
    padding-top: 1.3%;
    padding-bottom: 1.3%;
    font-size: 1em;
  }
  .nav-box-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .logo-block-mobile {
    width: 20%;
  }
  .nav-bar-mobile {
    width: 80%;
  }
  .brand-mobile {
    width: 100%;
    padding-top: 4%;
  }
  .logo-main-mobile {
    width: 100%;
    padding-top: 0%;
  }
}

@media screen and (max-width: 767px) {
  .nav-box-desktop-tablet {
    display: none;
  }
  .social-media-columns {
    position: relative;
  }
  .footer-icon {
    font-size: 2em;
  }
  .bg-desktop-tablet {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#6d6d6d));
    background-image: linear-gradient(90deg, #000, #6d6d6d);
  }
  .navbar {
    display: block;
    margin-right: 0%;
    margin-left: 0%;
  }
  .header-main-page {
    padding: 0.5% 2%;
    font-size: 3.5em;
  }
  .join-the-pack {
    margin-top: 4%;
    background-color: #c52e64;
  }
  .bg-desktop-mobile {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#6d6d6d));
    background-image: linear-gradient(180deg, #000, #6d6d6d);
  }
  .nav-box-mobile {
    position: relative;
    top: auto;
    bottom: 0px;
    display: block;
    padding-top: 0%;
    padding-bottom: 0%;
    background-color: #1f1f1f;
  }
  .footer-mobile {
    position: absolute;
  }
  .main-wrapper-mobile {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav-block-mobile {
    display: block;
  }
  .logo-block-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-bar-mobile {
    display: none;
    width: 100%;
  }
  .brand-mobile {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 0px;
  }
  .logo-main-mobile {
    width: 40%;
    margin-left: auto;
  }
  .nav-link-mobile {
    padding: 2% 0%;
    border-bottom: 1px solid #585858;
    background-color: #000;
    text-align: center;
    cursor: pointer;
  }
  .nav-link-mobile.first-child {
    padding: 2% 0%;
    border-bottom: 1px none #585858;
    border-radius: 1px;
    background-color: #525252;
    text-shadow: none;
    cursor: pointer;
  }
  .nav-link-mobile.last-child {
    border-bottom-style: none;
  }
  .toogle-icon {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 25%;
    padding-right: 2%;
    padding-bottom: 2%;
    color: #fff;
    font-size: 3em;
  }
  .social-media-columns-mobile {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #141414;
  }
  .nav-icon {
    color: #fff;
  }
  .mobile-menu-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .social-icon-box {
    padding-right: 0%;
    padding-left: 0%;
  }
  .footer-icon {
    font-size: 1.5em;
  }
  .header-main-page {
    padding: 0.3% 2%;
    font-size: 3em;
  }
  .join-the-pack {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1.2em;
  }
  .social-media-columns-mobile {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #141414;
  }
  .mobile-menu-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Museo slab';
  src: url('../fonts/Museo_Slab_500_2.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova reg';
  src: url('../fonts/ProximaNova-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}