@font-face {
  font-family: "RetrologyBlock";
  src: url(./../assets/fonts/retrology-block.ttf);
}

@font-face {
  font-family: "RetrologyClean";
  src: url(./../assets/fonts/retrology-clean.ttf);
}

body {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
}

.text-alt {
  font-family: "Oswald", sans-serif;
}

.text-serif {
  font-family: "RetrologyClean", serif;
}

.text-large {
  font-size: 40px;
}

.text-primary {
  color: #fcb34c !important;
}

.text-secondary {
  color: #60bbc4 !important;
}

.text-dark {
  color: #231f20 !important;
}

.btn {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.btn.btn-light {
  background-color: transparent;
  border: solid 2px white;
  border-radius: 0px;
  color: white;
  transition: all 0.2s ease-out;
}

.btn.btn-light:hover {
  background-color: #231f20;
}

.btn.btn-dark {
  background-color: transparent;
  border: solid 2px #231f20;
  border-radius: 0px;
  color: #231f20;
  transition: all 0.2s ease-out;
}

.btn.btn-dark:hover {
  background-color: #fcb34c;
}

.navbar {
  background-color: transparent !important;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.navbar+* {
  z-index: 0;
}

.navbar-toggler {
  border: 0px;
  margin-bottom: 20px;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background: none;
  padding-top: 10px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  background-color: white;
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 8px;
  width: 30px;
}

.navbar-toggler:not(.collapsed):before {
  background-color: #000;
  content: "";
  height: 100vh;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.navbar-toggler.collapsed:before {
  content: "";
  opacity: 0;
  transition: all 0.2s ease-out;
}

.navbar-brand {
  height: auto;
  left: 50vw;
  margin: 20px 0 0;
  position: absolute;
  top: 25vh;
  transform: translateX(-50%) translateY(0%);
  width: 70vmin;
}

@media (min-width: 768px) {
  .navbar-brand {
    height: 70vmin;
    top: 5vh;
  }
}

.logo-animate .navbar-brand {
  transition: all 0.5s ease-in;
}

.loaded .navbar-brand {
  height: 150px;
  top: 0vh;
  transition-delay: 1s;
  width: 150px;
}

.navbar a:not(.navbar-brand) {
  color: white;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar.alt a:not(.navbar-brand) {
    color: #231f20;
  }

  .navbar.alt a:not(.navbar-brand) path {
    fill: #231f20;
  }
}

.navbar.alt .navbar-toggler-icon::before,
.navbar.alt .navbar-toggler-icon::after {
  background-color: #231f20;
}

.logo {
  height: auto;
  width: 100%;
}

.footer {
  background-color: #231f20;
  color: white;
  padding: 0 20px;
}

.footer .container:first-child {
  padding: 60px 0px 80px 0px;
}

.footer .container:last-child {
  padding: 0px 0px 20px 0px;
}

.footer .logo {
  display: block;
  margin: 0 auto 60px;
  width: 100px;
}

@media (min-width: 768px) {
  .footer .logo {
    margin: 0 auto;
    width: 200px;
  }
}

.footer .list-inline a,
.footer h2 {
  color: white;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer .list-social li {
  display: inline-block;
  padding-right: 10px;
}

.footer .list-social svg {
  height: 24px;
  width: 24px;
}

.footer .list-social svg path {
  fill: white;
}

.footer p {
  font-size: 12px;
  opacity: 0.5;
}

.carousel {
  background-color: #231f20;
  height: 100vh;
  width: 100vw;
  z-index: 0;
}

.carousel-indicators {
  left: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.icon-insta svg path {
  transition: all 0.2s;
}

.icon-insta:hover svg path {
  fill: #f41cbb;
}

.icon-fb svg path {
  transition: all 0.2s;
}

.icon-fb:hover svg path {
  fill: #1578f1;
}

.cross-content {
  border-bottom: solid 1px #f5f5f5;
  padding: 80px 20px;
}

.cross-content p {
  padding: 10px 0;
}

.cross-content .img-container {
  padding-right: 80px;
}

.cross-content .img-container img:first-child {
  width: 75%;
}

.cross-content .img-container img:last-child {
  float: right;
  margin-top: -40px;
  width: 75%;
}

.hero {
  background-color: #231f20;
  height: 100vh;
  position: relative;
  width: 100vw;
}

.hero img,
.hero video {
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  width: 100%;
}

.hero-secondary {
  height: 500px;
}

@media (min-width: 768px) {
  .hero-secondary {
    height: 600px;
  }
}

.hero-caption {
  align-items: flex-end;
  bottom: 0;
  color: white;
  font-family: "RetrologyClean";
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .hero-caption {
    align-items: center;
  }
}

.loaded .hero-caption {
  opacity: 1;
  transition: all 0.5s ease-out;
  transition-delay: 1.5s;
}

.hero-caption h2 {
  font-size: 3.5rem;
  line-height: 45px;
}

@media (min-width: 768px) {
  .hero-caption h2 {
    font-size: 6rem;
    line-height: 0.75em;
  }
}

.hero-caption p {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */