/*  General styles
--------------------*/
body {
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
  text-transform: capitalize;
}
.row {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
.container-fluid {
  padding: 7% 15%;
}
/*============================
    ## Navigation
=============================*/
.contact_nav,
.navbar {
  padding: 8px 15px;
}

.navbar {
  margin-bottom: 3rem;
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
}
.nav-item {
  margin: 0 1rem;
}
.nav-link {
  font-size: 1.2rem;
}
.contact_nav p {
  font-size: 1.5em;
  margin: 0;
}
.contact_nav a {
  color: #fff;
}

/*  Header
--------------------*/
header {
  background: linear-gradient(to bottom left, #a2d2ffab, #bde0fe),
    url(../img/pattern.jpg) center center/cover;
  color: #fff;
}
header h1 {
  font-size: 3.5rem;
  line-height: 1.5;
}
header .container-fluid {
  padding: 3% 15% 7%;
}
header .btn {
  margin: 2rem 1rem 2rem 0;
}
/*  services_section 
----------------------*/
.services_section {
  text-align: center;
}
.services_section p {
  color: #3f3f3f;
}
.services_section h3 {
  letter-spacing: 1px;
}
.card-columns article.card {
  margin-bottom: 15px;
  display: inline-block;
}
/*  fleet_section 
--------------------*/
.fleet_home_section {
  background-color: #ffafcc;
  text-align: center;
}
.vehicle img {
  border-radius: 3%;
}
.vehicle h3 {
  text-transform: capitalize;
  margin: 1rem 0 0.3rem;
  color: #fff;
  letter-spacing: 1px;
  font-size: 2.5rem;
}
.vehicle p {
  color: #eee;
}
.fleet_home_section .vehicle {
  margin: 15px 0;
}
.fleet_home_section .btn {
  margin: 1rem 0 1rem 0;
}
/*  call_us_section 
--------------------*/
.call_us_section {
  text-align: center;
}
.call_us_section h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
/*  services Section 
--------------------*/
.carousel-item {
  height: 50vh;
}

.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;
}
/*  why_us
--------------------*/
.why_us {
  background-color: #bde0fe;
  text-align: center;
}
.why_us h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}
.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: #fff;
}

/*  lower_footer 
--------------------*/
.lower_footer {
  padding: 20px 0 30px;
}
.lower_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.lower_footer p {
  padding: 5px;
}
.lower_footer li {
  display: inline-block;
  font-size: 13px;
}
.lower_footer ul a,
.lower_footer p a {
  padding: 7px;
  color: #3f3f3f;
}
.lower_footer ul a:hover,
.lower_footer p a:hover {
  color: #000;
}
.lower_footer p a {
  padding: 0;
}
ul.social a {
  font-size: 1.2em;
}

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

.contact_info_article {
  background-color: #ffafcc;
  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: #fff;
}

.contact_info_article li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.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;
}
.quick_quote h2 {
  margin: 0 0 1rem 1rem;
}
.message_us_article h2 {
  font-weight: 900;
  margin: 0 0 1rem 1rem;
}

.message_us_article form {
  padding: 0 25px;
}

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

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

@media (max-width: 1024px) {
  header h1 {
    font-size: 2rem;
  }
  header .btn {
    margin: 0.5rem 0.5rem 0.5rem 0;
  }
  .why_us h3 {
    font-size: 2rem;
  }
}
