/*----------------------
    General Styles
----------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background-color: #e8f6ef;
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: capitalize;
  color: #4c4c6d;
}
h1 {
  font-family: "Sacramento", cursive;
  font-size: 6vh;
}
img {
  width: 100%;
}
header a,
section a {
  display: inline-block;
  padding: 15px;
  background-color: #ffe194;
  color: #4c4c6d;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
header a:hover,
section a:hover {
  background: #fff;
  color: #4c4c6d;
  text-decoration: none;
}
section {
  padding: 80px 0;
}
h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
}
main p,
footer p {
  color: #4c4c6d;
}
.row {
  margin: 0;
  padding: 0;
}
/*----------------------
    Navbar styles
----------------------*/
nav {
  background-color: #e8f6ef;
}
/*----------------------
    Header styles
----------------------*/
header {
  height: 60vh;
  color: #4c4c6d;
}
/*---------------------
  .quick_quote
---------------------*/
.quick_quote {
  padding: 40px 0;
}

/*  fleet_section
------------------------*/
.fleet_services {
  padding: 80px 0;
}
.fleet_services h2::first-letter {
  font-size: 1.5em;
  font-family: "Sacramento", cursive;
}
.services_section {
  margin-bottom: 30px;
}
.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 a {
  display: inline-block;
  padding: 15px;
  margin: 20px 0 20px 15px;
  color: #4c4c6d;
  background-color: #ffe194;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.fleet_section a:hover {
  background-color: #fcfefe;
  color: #4c4c6d;
  text-decoration: none;
}
/*  services_section
------------------------*/

.carousel-item {
  height: 40vh;
}

.carousel-caption h3 {
  background-color: #e8f6ef;
  color: #4c4c6d;
  display: inline-block;
  text-transform: capitalize;
  padding: 5px 7px;
  border-radius: 5px;
  font-size: 1.2em;
}

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

/*--------------------------------------------------------
                        always_ready styles
--------------------------------------------------------*/
.always_ready {
  padding: 50px 0;
  background-color: #ffe194;
  position: relative;
  color: #4c4c6d;
}
.always_ready h2 {
  color: #fff;
  font-weight: bold;
}
.always_ready img {
  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: 5px;
}

/*---------------
    why_us
---------------*/
.why_us h2 {
  text-transform: capitalize;
}
.why_us h3 {
  margin: 5px 0;
}
.why_us .feature {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 10px 0;
}
.feature p {
  color: #333335;
}
.feature i {
  color: #ffe194;
  font-size: 2em;
  padding: 10px;
}
/*-------------
    call_us
-------------*/
.call_us {
  background-color: #ffe194;
}
.call_us a {
  display: inline;
  padding: 0;
  color: #4c4c6d;
  font-weight: bold;
  border-radius: 0;
}
.call_us a:hover {
  text-decoration: underline;
}
.call_us p {
  font-size: 1.2em;
  color: #e8f6ef;
}
.call_us p i {
  font-weight: bold;
  font-size: 1.5em;
}
/*-------------
    footer
-------------*/
footer {
  padding: 80px 0;
  background-color: #4c4c6d;
  color: #e8f6ef;
}
footer h2,
footer h3 {
  color: #ffe194;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer li {
  margin: 10px 0;
  display: block;
}
footer i {
  font-size: 1.5em;
  color: #ffe194;
}
footer a {
  color: #e8f6ef;
}
footer a:hover {
  color: #ffe194;
}
.foot {
  margin: 10px 0;
}

/*Contact page
------------------*/
header.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/call.jpg) center center/cover;
  height: 40vh;
  color: #fff;
}
/*Quote & Reservation page
----------------------------*/
header.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/quote.jpg) bottom center/cover;
  height: 40vh;
  color: #fff;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/reservation.jpg) center center/cover;
  height: 40vh;
  color: #fff;
}
/*----------------------
    message_us
----------------------*/
.message_us h2 {
  text-transform: capitalize;
}
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #ddd;
  margin: 3px 0;
  color: rgb(34, 34, 34);
}
.contact_form textarea {
  height: 200px;
}
.contact_form button[type="submit"] {
  background-color: #d7833b;
  display: inline-block;
  padding: 7px 14px;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: bold;
}
.contact_form button[type="submit"]:hover {
  background-color: #fff;
  color: #d7833b;
}
.success_section img {
  width: auto;
}
