body {
  position: relative;
  font-size: 18px;
  font-family: 'Raleway';
  background-image: url("../../assets/img/perfect-color-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #000000;
  z-index: -999;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
}

.text-shadow {
  text-shadow: 1px 1px 2px #000;
}

.navbar {
  font-size: 18px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .navbar {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .navbar {
    font-size: 18px;
  }
}

.navbar-expand .navbar-nav .nav-link {
  color: #000;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px white;
  transition: all .3s;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: #ff8000;
  transition: all .3s;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  background: #ff8000;
}

.content-box-shadow {
  box-shadow: 0 0 10px 10px rgba(0,0,0,.3);
  background: #fff;
}

.sep-bot-shadow {
  filter: drop-shadow(0px 10px 5px rgb(0 0 0 / 0.3));
}

.sep-top-shadow {
  filter: drop-shadow(0px -10px 5px rgb(0 0 0 / 0.3));
}

.logo-shadow {
  filter: drop-shadow(0px 0px 5px rgb(255,255,150,1));
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway';
  font-weight: 800;
  color: #000;
}

.text-orange {
  color: #FF8000;
}

.carousel-cont {
  max-width: 416px;
}

.content-bot {
  position: relative;
  width: 100%;
  background: linear-gradient(#373737 0%, black 100%);
  margin-top: -40px;
  z-index: -1;
  box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.4);
}

@media (min-width: 1200px) {
  .content-bot {
    margin-top: -50px;
  }
}

.info {
  font-weight: 600;
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), url(../../assets/img/home-info-bg.png);
  border-top: solid 1px #373737;
  border-bottom: solid 1px #000;
}

.email-capture {
  border-top: solid 1px #373737;
  border-bottom: ridge 2px #3d3d3d;
  background-image: url("../../assets/img/home-info-bg.png");
}

.slideshow-container {
  position: relative;
}

.slideshow-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
}

.slideshow-caption h1 {
  font-size: calc(1rem + 1.5vw);
}

@media (min-width: 1200px) {
  .slideshow-caption h1 {
    font-size: 34px;
  }
}

.table {
  border-color: #373737;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto Condensed';
}

@media (min-width: 768px) {
  .table {
    font-size: 18px;
  }
}

.coupons {
  opacity: 1;
  transition: all .3s;
}

.coupons:hover {
  opacity: .8;
  transition: all .3s;
}

@media (max-width: 767px) {
  .form-cont {
    max-width: 400px;
  }
}

.contact-info {
  font-family: 'Roboto Condensed';
}

