body {
  font-family: 'Open Sans', sans-serif;
}

.navbar-nav .nav-link {
  color: rgba(0,0,0,.55);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 1px;
  padding-right: 18px !important;
  text-transform: uppercase;
  padding-left: 18px !important;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  background-color: #f5f5f5;
  color: #d50002 !important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #ffadc1 !important;
  font-weight: 600;
}

.hg {
  height: 2000px;
}

.fixed-top {
  background: #fff !important;
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
  box-shadow: 0px 0px 10px #ccc;
}

.fixed-top .nav-link {
  color: #434343 !important;
}

nav#navbar_top {
  z-index: 1;
}

section.slider {
  z-index: 0;
  position: relative;
}

@media only screen and (max-width: 769px) {
  section.slider {
    margin-top: -2px;
    z-index: 0;
    position: relative;
  }
}

.fill {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-size: cover;
  opacity: 1;
  z-index: 1;
  visibility: inherit;
  background-repeat: no-repeat;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-item {
  height: calc(100vh - 200px);
  align-items: center;
}

@media (min-width: 1200px) {
  .carousel-item {
    height: calc(100vh - 115px);
    align-items: center;
  }
}

@media (min-width: 992px) {
  .carousel-item {
    /*height: calc(100vh - 720px);*/
    align-items: center;
  }
}

.fill:after {
  content: "";
  background-color: #d8cdcb;
  mix-blend-mode: color;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
  left: 0;
  position: absolute;
}

.fill.fill-1:after {
  background: transparent;
}

.fill.fill-2:after {
  background: rgba(0,0,0,0.32);
  mix-blend-mode: inherit;
}

.carousel-caption {
  position: absolute;
  right: 18%;
  left: 12%;
  z-index: 1;
  top: 40%;
  bottom: auto;
}

@media (min-width: 1200px) {
  .carousel-caption.text-start {
    position: absolute;
    right: 18%;
    left: 12%;
    z-index: 1;
    top: 37%;
    bottom: auto;
  }
}

@media (min-width: 1400px) {
  .carousel-caption {
    position: absolute;
    right: 18%;
    left: 12%;
    z-index: 1;
    top: 44%;
    bottom: auto;
  }
}

.title-min {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 23px;
}

.main-title {
  font-weight: 600;
  font-size: 83px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -2.9px;
}

