/*  General styles
--------------------*/
body {
  font-family: "Lato", sans-serif;
  background-color: #e7eeef;
}
h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
  text-transform: capitalize;
}
h2,
h3 {
  color: #51344d;
}
p {
  color: #555;
}
h2 + p {
  margin-bottom: 50px;
}
.row {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
/*============================
    ##  Contact Navigation
=============================*/
.contact_nav {
  background-color: #6f5060;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
}
.contact_nav p {
  font-size: 1.5em;
  margin: 0;
  color: #e7ebc5;
}
.contact_nav a {
  color: #fff;
}

/*  Header
--------------------*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/header_img.jpg) top center/cover;
  height: 60vh;
  color: #fff;
}
header a {
  background: #51344d;
  padding: 7px 14px;
  display: inline-block;
  color: rgba(255, 255, 255);
  transition: all 0.3s ease-in-out;
  margin: 5px;
}
header a:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}
header p {
  color: #fff;
}
/*  fleet_section 
--------------------*/
.fleet_home_section {
  padding: 50px 0;
}
.fleet_home_section h2 {
  margin-bottom: 30px;
  color: #51344d;
}
.fleet_home_section .vehicle h3 {
  text-transform: capitalize;
  padding: 5px 0;
}
.fleet_home_section .vehicle {
  margin: 15px 0;
}
.fleet_home_section .vehicle a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #51344d;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.fleet_home_section .vehicle a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
/*  services_section 
----------------------*/
.services_section {
  padding: 100px 0;
}
.card-columns article.card {
  margin-bottom: 15px;
  display: inline-block;
}

/*  features_section 
----------------------*/
.features_section {
  padding: 100px 0;
}
.features_section .feature {
  background-color: #fff;
  border: 5px solid #e7eeef;
  padding: 20px;
  margin-bottom: 50px;
}
.features_section .feature i {
  padding: 15px;
  font-size: 1.7em;
  margin-top: -45px;
  background-image: linear-gradient(to bottom right, #51344d, #e7ebc5);
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
}

/*  call_us_section 
--------------------*/
.call_us_section {
  background-color: #fff;
  color: #51344d;
  padding: 40px 0;
}
.call_us_section i {
  font-size: 2em;
  padding: 10px;
}
.call_us_section p {
  color: #00274d;
}
.call_us_section p a {
  color: #ffbc57;
}
/*  upper_footer 
--------------------*/
.upper_footer {
  height: fit-content;
  padding: 15px 0;
  background: linear-gradient(rgb(231, 238, 239), rgba(231, 238, 239, 0.2)),
    url(../img/get_quote.jpg) fixed bottom center/cover;
}
.upper_footer div {
  text-align: center;
}
.upper_footer a {
  background-color: #51344d;
  padding: 7px 14px;
  display: inline-block;
  color: rgba(255, 255, 255);
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.upper_footer a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

/*  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: #51344d;
}
.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
---------------------------------*/
.iframe-page {
  height: 1300px;
}
.iframe-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .iframe-page {
    height: 1400px;
  }
}
header.reservation {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/reservation.jpg) center center/cover;
}
header.quote {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/quote.jpg) top center/cover;
}
header.contact {
  background: linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.5)
    ),
    url(../img/contact.jpg) center center/cover;
}

.message_us_article {
  padding: 100px 0;
}
.message_us_article h2 {
  margin-bottom: 30px;
}
.message_us_article .img_container img {
  width: 100%;
}
.message_us_article form {
  margin-top: 30px;
  padding: 0 25px;
}
.message_us_article form img {
  width: auto;
}
.contact-page-form input,
.contact-page-form textarea {
  padding: 10px;
  border: 1px solid #ffbc57;
  color: #6f5060;
}
.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: #51344d;
}
.contact-page-form textarea {
  height: 200px;
}
.contact-page-form button {
  border: 1px solid #fff;
  padding: 7px 15px;
  margin-top: 10px;
  background-color: #51344d;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contact-page-form button:hover {
  background-color: #000;
  color: #fff;
}
