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

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

body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  opacity: 0.8;
}

p,
ul {
  letter-spacing: 0.5px;
  opacity: 0.6;
}

/*  nav
------------------------*/
nav img {
  width: 50px;
}

nav ul {
  opacity: 1;
}

/*  header
------------------------*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/home-header.jpg) top center/cover;
  height: 50vh;
  color: #fff;
  text-align: center;
}

header h1 {
  padding: 50px 0;
}

/*  fleet_section
------------------------*/
.fleet_section {
  padding: 100px 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;
}

.fleet_section figcaption a {
  display: inline-block;
  padding: 7px 14px;
  margin: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.fleet_section figcaption a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #f6f6f6;
  text-decoration: none;
}

/*  services_section
------------------------*/
.services-section {
  padding: 120px 0;
  position: relative;
}

.carousel-item {
  height: 60vh;
}

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

/*  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;
}

/*  why_us
--------------------*/
.why_us {
  background: linear-gradient(
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    url(../img/why_us.jpg) center center/100%;
  text-align: center;
  padding: 80px 0;
}

.why_us img {
  width: 100%;
}

.why_us p {
  text-align: justify;
  padding: 15px;
}

/*  features
--------------------*/
.features {
  padding: 120px 0;
}

.features img {
  width: 100%;
}

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

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

/*  call_us
--------------------*/
.call_us {
  background-color: #f5ede0;
  text-align: center;
  padding: 20px 0;
}

.call_us p a {
  color: #000;
  font-style: italic;
}

.call_us > a {
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  padding: 7px 14px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.call_us > a:hover {
  background-color: #000;
  color: #f5ede0;
  text-decoration: none;
}

/*  footer
--------------------*/
footer {
  background-color: #000;
  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: #e9d5b5;
}

footer a:hover {
  color: #f8a31b;
}

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

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

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

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

.quick_quote {
  padding: 40px 0;
}
.contact_info_article {
  background-color: #f5ede0;
  padding: 30px 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;
}

.contact_info_article li i:last-child {
  color: #3b5998;
}

.message_us_article {
  padding: 100px 0;
}

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

.message_us_article form {
  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);
}
