/*--------------------------
        General styles
----------------------------*/

img {
  width: 100%;
}
body {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
}
.row {
  padding: 0;
  margin: 0;
}
h2 {
  text-transform: capitalize;
}
/*============================
    ##  Contact Navigation
=============================*/
.contact_nav {
  background-color: #80ffdb;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
}
.contact_nav p {
  font-size: 1.5em;
  margin: 0;
  color: #000;
}
.contact_nav a {
  color: #000;
  text-decoration: underline;
}
/*--------------------------
        Header styles
----------------------------*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/header.jpg) top center/cover;
  min-height: 40vh;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  text-transform: capitalize;
}
header h1 {
  font-size: 9vw;
}
header p {
  color: #fff;
}

/*--------------------------
    enjoy_ride styles
----------------------------*/
.enjoy_ride {
  padding-top: 150px;
  padding-bottom: 150px;
}
.enjoy_ride h2 {
  border-left: 5px solid #48bfe3;
  padding-left: 5px;
}

/*--------------------------
    quote_reserve styles
----------------------------*/
.quote_reserve {
  background: #80ffdb;
  color: #000;
  padding: 40px;
}
.quote_reserve h2 {
  padding-left: 5px;
  border-left: 5px solid #48bfe3;
}
.quote_reserve p {
  color: #333;
  margin: 0;
}
.quote_reserve a {
  padding: 7px 14px;
  display: inline-block;
  background-color: #48bfe3;
  color: #fff;
  margin: 15px 0 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.quote_reserve a:hover {
  background-color: #fff;
  color: #48bfe3;
  text-decoration: none;
}

/*--------------------------
        why_us styles
----------------------------*/
.why_us {
  padding: 150px 0;
  text-align: center;
}
.why_us h2 {
  padding-left: 5px;
  border-left: 5px solid #48bfe3;
  display: inline-block;
  text-transform: capitalize;
}
.features {
  padding: 100px 0 0;
}
.features article i {
  font-size: 2em;
  margin: 10px;
  color: #48bfe3;
}

/*--------------------------
        call_us styles
----------------------------*/
.call_us {
  background-color: #80ffdb;
  padding: 30px 0;
  text-align: center;
}
.call_us p {
  color: #333;
  margin: 0;
}
.call_us a {
  color: #000;
}

/*--------------------------
        our_vehicles styles
----------------------------*/
.our_vehicles {
  padding: 150px 0;
}
.our_vehicles h2 {
  padding-left: 5px;
  border-left: 5px solid #48bfe3;
}
.vehicles {
  padding: 50px 0;
}
.card h3 {
  font-size: 1.5em;
}
.our_vehicles a {
  padding: 7px 14px;
  display: inline-block;
  background-color: #48bfe3;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.our_vehicles a:hover {
  background-color: #80ffdb;
  color: #333;
  text-decoration: none;
}
/*--------------------------
        footer styles
----------------------------*/

footer {
  background-color: #80ffdb;
  color: #333;
  padding: 50px 0 15px;
}
.foot {
  margin-bottom: 30px;
}
footer h2 {
  padding-left: 5px;
  border-left: 5px solid #48bfe3;
  color: #000;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer li {
  margin: 3px 0;
}
footer a {
  color: #333;
  text-decoration: none;
  padding: 5px 0;
}

footer small {
  text-align: center;
}
footer small a {
  color: #000;
}

/*--------------------------------------------------------
                        reach_out styles
--------------------------------------------------------*/
.reach_out {
  padding: 70px 0;
  position: relative;
}
.reach_out span {
  position: absolute;
  top: 50px;
  left: 50px;
  font-weight: 200;
}
.fast_links {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/contact.jpg) center center/cover;
  padding: 30px 0;
}
.fast_links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fast_links li {
  display: inline-block;
}
.fast_links a {
  display: inline-block;
  padding: 5px;
  margin: 3px;
  color: #fff;
  font-size: 2em;
  transition: all 0.3s ease-in-out;
}
.fast_links a:hover {
  color: #48bfe3;
  text-decoration: none;
}
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #6b6d72;
  margin: 3px 0;
  color: #000;
}
.contact_form textarea {
  height: 200px;
}
.contact_form button[type="submit"] {
  background-color: #80ffdb;
  color: #333;
  display: inline-block;
  padding: 7px 14px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.contact_form button[type="submit"]:hover {
  background-color: #48bfe3;
  color: #fff;
}

/*--------------------------------------------------------
            Quote, reservation, contact styles
--------------------------------------------------------*/

.fast_links.links_contact_page li,
.fast_links.links_contact_page a {
  display: block;
}
.fast_links.links_contact_page a {
  font-size: 1.2em;
}

header.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/contact2.jpg) center center/cover;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/reservation.jpg) center center/cover;
}
header.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(../img/quote.jpg) center center/cover;
}
header.fleet {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),
    url(../img/fleet_header.jpg) center center/cover;
}

section.response {
  text-align: center;
  padding: 4% 0;
}

section.response img {
  width: 50%;
}
