/*  General Styles
------------------------*/
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fdf6f0;
}

h1,
h2,
h3 {
  color: #ca8665;
  margin-bottom: 15px;
  text-transform: capitalize;
}
h1 {
  font-family: "MonteCarlo", cursive;
  font-size: 5rem;
  color: #f8e2cf;
}
p,
ul {
  letter-spacing: 0.5px;
}
.container-fluid {
  padding: 7% 15%;
}
.call_us_nav .container-fluid {
  padding: 1% 15%;
}
hr {
  border: none;
  border-top: 1px solid #3f3f3f;
}
.btn {
  margin: 2rem 1rem 0 0;
}
/*  call_us_nav
----------------------*/
.call_us_nav {
  background-color: #f5c6aa;
  position: sticky;
  top: 0;
  z-index: 10;
}

.call_us_nav p {
  margin: 10px 0;
  color: #fff;
  font-weight: bold;
}
.call_us_nav a {
  padding: 5px 0;
  display: inline-block;
  color: #fff;
  font-weight: lighter;
  text-decoration: none;
}
.call_us_nav a:hover {
  text-decoration: underline;
}
/*  header
------------------------*/

header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/home-header.jpg) center center/cover;
  color: #fff;
  text-align: left;
}
.header-box {
  padding: 7rem 0;
}
header .container-fluid {
  padding: 1% 15% 7%;
}
header p i {
  font-size: 2em;
  color: #f8e2cf;
}

/*  quick_quote 
--------------------*/
.quick_quote {
  background-color: #fff;
}
.quick_quote img {
  width: 100%;
}
.quick_quote h2 {
  font-weight: 900;
}
/*  services_section
------------------------*/
.services-section {
  position: relative;
}

.services_section .carousel-item {
  height: 450px;
}

.services_section .carousel-caption h3 {
  background-color: rgba(39, 39, 41, 0.8);
  color: rgb(255, 255, 255);

  display: inline-block;
  text-transform: capitalize;
  padding: 10px 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.carousel-item.airport {
  background: url(../img/services/airport.jpg) center center/cover;
}

.carousel-item.business {
  background: url(../img/services/business.jpg) top center/cover;
}

.carousel-item.prom {
  background: url(../img/services/prom.jpg) center center/cover;
}

.carousel-item.wedding {
  background: url(../img/services/wedding.jpg) center center/cover;
}

.carousel-item.shuttle {
  background: url(../img/services/shuttle.jpg) center center/cover;
}

.carousel-item.outlet {
  background: url(../img/services/outlets.jpg) top center/cover;
}

.carousel-item.casino {
  background: url(../img/services/casino.jpg) center center/cover;
}

.carousel-item.concert {
  background: url(../img/services/concert.jpg) bottom center/cover;
}

.carousel-item.bachelorette {
  background: url(../img/services/bachelorette.jpg) center center/cover;
}

.carousel-item.quinceanera {
  background: url(../img/services/quin.jpg) 50% 30% / cover;
}

.carousel-item.cruise {
  background: url(../img/services/cruise.jpg) center center/cover;
}

.carousel-item.birthday {
  background: url(../img/services/birthday.jpg) bottom center/cover;
}
/*  fleet_section
------------------------*/
.fleet_section {
  background-color: #ebe5e3;
}
.fleet_section h3 {
  font-size: 1.5rem;
}
.fleet_section h2 {
  font-size: 2.5rem;
  font-weight: 900;
}
.fleet_section i {
  color: #c7bcb7;
}
.fleet_section figure img {
  width: 100%;
}

.fleet_section figcaption {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fleet_section figcaption h3 {
  font-size: 1.3em;
}

.fleet_section figcaption ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*  why_us
--------------------*/
.why_us {
  background-color: #ebe5e3;
  text-align: center;
}
.why_us h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
}
.why_us img {
  width: 20%;
  border-radius: 100%;
  margin: 1rem;
}
.why_us .carousel-item {
  padding: 7% 15%;
}
.why_us em {
  font-size: 1rem;
  font-weight: 400;
  color: #ca8665;
}

/*  reach_out
--------------------*/

.shadow {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.shadow:before,
.shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.reach_out article.reserve_now {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/reservation.jpg) center center/cover;
  height: 300px;
}

.reach_out article.get_quote {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/quote.jpg) center center/cover;
  height: 300px;
}

/*  features
--------------------*/
.features {
  background-color: #ebe5e3;
  text-align: center;
}
.features img {
  width: 100%;
}
.feature h3 {
  font-size: 1.5em;
}
.features a.quote_feature {
  color: #ca8665;
  text-decoration: 1px #c7bcb7 underline;
  transition: all 0.3s ease-in-out;
}
.features a.quote_feature:hover {
  color: #533c33;
  text-decoration: 5px #c7bcb7 underline;
}

/*  call_us
--------------------*/
.call_us {
  text-align: center;
}
.call_us p {
  font-size: 2rem;
  font-weight: 600;
}
.call_us p a {
  color: #ca8665;
  text-decoration: none;
}
.call_us p a:hover {
  color: #ca8665;
  text-decoration: underline;
}
/*  footer
--------------------*/
footer {
  color: #ca8665;
  text-align: center;
  padding-bottom: 20px;
}
footer .container-fluid {
  padding: 3% 15%;
}
footer h2,
footer p,
footer ul {
  font-size: 1em;
}
footer p a {
  color: #ca8665;
  text-decoration: none;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer ul li {
  display: inline-block;
}

footer ul a {
  display: inline-block;
  font-size: 1.5rem;
  padding: 5px;
  margin: 5px;
  color: #000;
}

footer ul a:hover {
  color: #d5cac4;
}

/*Contact, quote, reservation pages
------------------------------------*/

header.reservation {
  background: linear-gradient(rgba(39, 39, 41, 0.3), rgba(39, 39, 41, 1)),
    url(../img/reservation.jpg) top center / cover;
}

header.quote {
  background: linear-gradient(rgba(39, 39, 41, 0.3), rgba(39, 39, 41, 1)),
    url(../img/quote.jpg) 50% 20% / cover;
}

header.contact {
  background: linear-gradient(rgba(39, 39, 41, 0.3), rgba(39, 39, 41, 1)),
    url(../img/contact.jpg) center center/cover;
}

.contact_info_article {
  background-color: #e6dfdb;
  padding: 30px 0;
  text-align: center;
}

.contact_info_article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_info_article li {
  display: inline-block;
  padding: 10px;
  margin: 5px;
}

.contact_info_article li i {
  font-size: 2em;
  color: #533c33;
}

.contact_info_article li a {
  color: #ca8665;
  text-decoration: none;
}
.contact_info_article li a:hover {
  color: #000;
}

.message_us_article {
  padding: 100px 0;
}

.message_us_article .img_container img {
  width: 100%;
}
.contact-page-form img {
  width: auto;
}
.message_us_article h2 {
  font-weight: 900;
}
.message_us_article form {
  margin-top: 30px;
  padding: 0 25px;
}

.contact-page-form input,
.contact-page-form textarea {
  padding: 10px;
  border: 1px solid #c7bcb7;
}

.contact-page-form textarea {
  height: 200px;
}
/*success-section
==================*/
.success-section {
  padding: 100px 0;
}

/*Media Queries styles*/
@media (max-width: 1024px) {
  header {
    text-align: center;
  }
  .column_quick_quote {
    margin: 2rem 0;
  }
  .why_us h3 {
    font-size: 1.8rem;
  }
  .call_us p {
    font-size: 1rem;
  }
  .feature-image {
    margin: 1rem 0;
  }
}
