/*  General Styles
------------------------*/
html {
  box-sizing: border-box;
}
.row {
  padding: 0;
  margin: 0;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}
p,
ul {
  letter-spacing: 0.5px;
}
/*  Contact nav
------------------------*/
.contact_nav {
  background-color: #a24016;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
  text-align: right;
}
.contact_nav p {
  font-size: 1.5em;
  margin: 0;
  color: #fff;
  opacity: 1;
}
.contact_nav a {
  color: #fff;
  text-decoration: none;
}
/*  nav
------------------------*/
nav ul {
  opacity: 1;
}
/*  header
------------------------*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)),
    url(../img/home-header.jpg) center center/cover;
  height: 40vh;
  color: #fff;
}
.intro_box {
  border-left: 5px solid #eee;
  padding: 10px;
}
.intro_box p {
  margin: 0;
  color: #fff;
}
header h1 {
  padding: 10px 0 20px;
}
/*  features
--------------------*/
.features {
  padding: 7% 0;
}

.features .partyVideo {
  width: 100%;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
}

.feature,
.feature_image {
  padding: 10px;
}

.feature h3 {
  font-size: 1.5em;
}

/*  services_section
------------------------*/
.services_section {
  padding: 7% 0;
  position: relative;
}

.carousel-inner {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
}
.carousel-item {
  height: 300px;
}

.carousel-caption h3 {
  background-color: rgba(39, 39, 41, 0.8);
  color: rgb(255, 255, 255);
  opacity: 1;
  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) center center/cover;
}

.carousel-item.prom {
  background: url(../img/services/proms.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) center 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) center center/cover;
}

/*  call_us
--------------------*/
.call_us {
  background: linear-gradient(
      rgba(230, 181, 104, 0.85),
      rgba(230, 181, 104, 0.85)
    ),
    url(../img/contact_form.jpg) center center/cover;
  padding: 7% 0;
  margin: 30px 0;
  color: #fff;
}
.call_us p {
  font-size: 3rem;
  font-weight: 900;
  text-transform: capitalize;
}
.call_us p a {
  color: #fff;
}
/*  fleet_section
------------------------*/
.fleet_section {
  padding: 7% 0;
}

.fleet_section h3 {
  font-size: 1.5em;
}

.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: #e6b568;
  text-align: center;
  padding: 7% 0;
  color: #fff;
}

.why_us img {
  width: 100%;
}

.why_us p {
  text-align: justify;
  padding: 15px;
}
/*  reach_out
--------------------*/
.reach_out {
  padding: 100px 0;
}

.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;
}

.reach_out article a {
  display: inline-block;
  padding: 7px 14px;
  color: #f6f6f6;
  border: 1px solid #f6f6f6;
  transition: all 0.3s ease-in-out;
}

.reach_out article a:hover {
  color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
/*  footer
--------------------*/
footer {
  background-color: #a24016;
  color: #fff;
  padding: 20px 0 50px;
}

footer h2,
footer p,
footer ul {
  font-size: 1em;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer ul li {
  display: inline-block;
}

footer ul a {
  display: inline-block;
  padding: 3px;
}

footer a {
  color: #f6f6f6;
}

footer a:hover {
  color: #fff;
}

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

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

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

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

.contact_info_article {
  background-color: #fff;
  padding: 7% 0;
  text-align: center;
}

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

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

.contact_info_article li i {
  font-size: 2em;
  color: #000;
  opacity: 1;
}

.contact_info_article li a {
  color: #000;
}

.message_us_article {
  padding: 100px 0;
}

.message_us_article .img_container img {
  width: 100%;
}

.message_us_article form {
  margin-top: 30px;
  padding: 0 25px;
}

.contact-page-form input,
.contact-page-form textarea {
  padding: 10px;
  border: 1px solid rgb(39, 39, 41);
}

.contact-page-form textarea {
  height: 200px;
}

.contact-page-form button {
  border: 1px solid #000;
  padding: 7px 15px;
  margin-top: 10px;
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.contact-page-form button:hover {
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.response {
  padding: 7% 0;
}
.response img {
  width: 30%;
}
