body {
  position: relative;
  font-size: 17px;
  line-height: 1.4;
  font-family: 'Raleway', arial, sans-serif;
  background-image: url("../../assets/img/perfect-color-bg-new.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #000;
  z-index: -999;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
}

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

.text-glow {
  text-shadow: 0px 0px 5px #ffdc74, 0px 0px 8px #fff;
}

.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 10px rgb(255,255,150,1)) drop-shadow(0px 0px 10px rgb(255,255,150,1));
}

.svg-drop-shadow {
  filter: drop-shadow(0px 0px 2px rgb(0,0,0,.3));
}

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

.text-orange {
  color: #FF8000;
}

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

.home-content-bot {
  position: relative;
  width: 100%;
  background: linear-gradient(#373737 0%, #000 100%);
  margin-top: -40px;
}

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

.adjust-z-index {
  position: relative;
  z-index: 1;
}

.info {
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%), url(../../assets/img/home-info-bg.png);
}

.email-capture {
  border-top: solid 1px #000;
  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 h2 {
  font-size: calc(1rem + 1.5vw);
}

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

.rounded-bottom {
  border-bottom-right-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

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

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

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

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

.coupons:hover {
  opacity: .8;
}

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

.contact-info {
  font-family: 'Roboto Condensed', arial, sans-serif;
}

.flip-x {
  transform: scaleX(-1);
}

.s-margin {
  scroll-margin: 60px;
}

@media (min-width: 992px) {
  .s-margin {
    scroll-margin: 20px;
  }
}

.rotate-arrow {
  transform: rotate(90deg);
}

.google a span img {
  opacity: .9;
  transform: translateZ(0);
  transition: all .2s;
}

.google a:hover span img {
  opacity: 1;
}

.google-span {
  margin-bottom: 3px;
}

/* Button Styling */

.btn-warning {
  --bs-btn-hover-bg: #cc9900 !important;
}

.btn-responsive {
  --bs-btn-padding-x: 15px;
  --bs-btn-padding-y: 10px;
  --bs-btn-font-size: 18px;
}

@media (min-width: 576px) {
  .btn-responsive {
    --bs-btn-padding-x: 15px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 20px;
  }
}

@media (min-width: 992px) {
  .btn-responsive {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 24px;
  }
}

/* Navigation Styling */

.mobile-menu-wrapper {
  top: 0px;
  z-index: 999;
}

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

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

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

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: #ff8000;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  background: #ff8000;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* Infobar Styling */

.infobar {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  padding-top: 55px;
  margin-top: -45px;
}

@media (min-width: 576px) {
  .infobar {
    padding-top: 58px;
    margin-top: -45px;
  }
}

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

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

@media (min-width: 1200px) {
  .infobar {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media (min-width: 1400px) {
  .infobar {
    font-size: 28px;
  }
}

.divider {
  background: #000;
  width: 1px;
}

.infobar a {
  transition: all .5s;
}

.infobar a:hover {
  color: #ff8000;
  transition: all .3s;
}

.email-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
}

.email-wrapper a {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .email-wrapper {
    height: 20px;
  }
}

@media (min-width: 768px) {
  .email-wrapper {
    bottom: -10px;
  }
}

@media (min-width: 1200px) {
  .email-wrapper {
    bottom: -15px;
  }
}

@media (min-width: 992px) {
  .email-wrapper a {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  .email-wrapper a {
    font-size: 21px;
  }
}

.menu-shadow.btn {
  box-shadow: 0px 0px 14px rgba(0,0,0,0.7);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  background: #ff8000;
  border-radius: 0px;
  border-bottom: solid 5px #dc5300;
  border-left: solid 2px #dc5300;
  border-right: solid 2px #dc5300;
}

.menu-shadow.btn:hover {
  background: #ff8000;
}

.close-btn-wrapper {
  background: #ff8000;
}

.info-rounded-bottom {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

/* Quote Styling */

#maQuote .speech-bubble {
  display: block;
  width: 100%;
  position: relative;
  background: #f9f9f9;
  border: 3px solid #ff8000;
  border-radius: 10px;
  text-shadow: none;
  padding: 15px;
  box-sizing: border-box;
}

#maQuote .speech-bubble::before {
  content: '';
  position: absolute;
  bottom: -17px;
  right: 52px;
  transform: translateX(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background: linear-gradient(-45deg, #f9f9f9 52%, transparent 0);
  border: 18px solid #ff8000;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 3px 0;
  box-sizing: border-box;
}

#maQuote .speech-bubble-quote {
  position: absolute;
  background-image: url("../../assets/img/quote-orange-left.svg");
  background-repeat: no-repeat;
  width: 130px;
  height: 110px;
  transform: scale(.70);
  opacity: .2;
  z-index: 1;
  margin-top: -3px;
}

#maQuote .speech-bubble-signature {
  margin-top: 25px;
  margin-right: 50px;
  font-size: 20px;
  text-align: right;
}

#maQuote p {
  position: relative;
  font-size: 16px;
  font-family: 'Raleway', arial, sans-serif;
  font-weight: 400;
  text-align: justify;
  color: #000;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  z-index: 2;
}

@media (min-width: 576px) {
  #maQuote p {
    font-size: 18px;
  }
}

#maQuote .stars {
  position: relative;
  top: -2px;
}

/* Footer Styling */

#footer-dark {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #000;
  padding: 30px 0 20px 0;
}

#footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 2.1;
  font-size: 16px;
  text-align: center;
}

#footer-dark a {
  color: #cccccc;
}

#footer-dark a:hover {
  color: #fff;
}

#footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity .3s;
}

#footer-dark ul a:hover {
  opacity: 1;
}

#footer-dark .social a {
  opacity: 1;
  text-align: center;
  font-size: 30px;
  text-shadow: 0px 0px 2px #000;
  width: 50px;
  height: 50px;
  line-height: 1.7;
  display: inline-block;
  border-radius: 30px;
  margin: 0 8px;
  color: #cccccc;
  background-color: #2c2c2c;
  transition: box-shadow .3s;
  border: solid 1px #3b3b3b;
}

#footer-dark .social a:hover {
  opacity: 1;
  box-shadow: 0 0 8px 1px #ff8000;
  color: #fff;
}

.col-spacer {
  width: 0;
  padding: 0;
  border-right: solid 1px #3d3d3d;
}

#footer-dark .address-text {
  font-family: 'Roboto Condensed', arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
}

#footer-dark .footer-copyright p {
  font-size: 13px;
  margin-bottom: 0;
}

/* Back To Top Button */

#btop-btn {
  position: fixed;
  bottom: -4px;
  right: 7px;
  font-size: 40px;
  line-height: 38px;
  height: 54px;
  z-index: 9999;
  transition: all .3s;
  text-shadow: none;
  opacity: .75;
}

#btop-btn:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 37px;
  height: 38px;
  top: 3px;
  left: 1px;
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 0 5px 2px #000;
}

#btop-btn {
  position: fixed;
  bottom: -4px;
  right: 7px;
  font-size: 40px;
  line-height: 38px;
  height: 54px;
  z-index: 9999;
  transition: all .3s;
  text-shadow: none;
  opacity: .8;
}

@media (hover: hover) and (pointer: fine) {
  #btop-btn:hover {
    opacity: 1;
    transition: all .3s;
  }
}

#btop-btn a {
  color: #ff8000 !important;
}

