/*=======================
      General styles
=======================*/
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
.container {
  padding: 40px 10px;
}
h1::selection,
h2::selection,
h3::selection,
p::selection,
span::selection,
a::selection {
  background-color: #000;
  color: #fff;
}
footer h3::selection,
footer p::selection,
footer a::selection,
.request-quote h2::selection,
.request-quote p::selection,
.request-quote a::selection {
  color: #000;
  background-color: #fff;
}
h1,
h2,
h3 {
  font-family: "Times New Roman", Times, serif;
  text-transform: capitalize;
}
h2 {
  font-size: 2em;
  padding: 20px 0;
}
/*============================
    ##  Contact Navigation
=============================*/
.contact_nav {
  background-color: #464d77;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
}
.contact_nav .container {
  padding-top: 0;
  padding-bottom: 0;
}
.contact_nav p {
  font-size: 1.5em;
  margin: 0;
}
.contact_nav a {
  color: #fff;
}
/*==========-=====
    Navigation
================*/
nav {
  background-color: #7a7a7a;
  color: #fff;
}
nav span.bars {
  font-size: 2em;
  padding: 20px;
  cursor: pointer;
}

/*===========
    Header
============*/
.company-name a {
  color: #fff;
}
.company-name a:hover {
  color: #fff;
  background-color: transparent;
}
header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/header.jpg) center right/cover;
  color: #fff;
  height: 50vh;
  position: relative;
}
header h1 {
  font-size: 5vh;
}
.company-name {
  position: absolute;
  top: 20px;
  left: calc(50% - 107px);
  font-size: 2em;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
}
.header-box {
  padding: 30px;
  margin-top: 10px;
}
.header-box span {
  display: block;
  font-size: smaller;
}
.header-box a {
  display: inline-block;
  color: #fff;
  background-color: #464d77;
  padding: 10px;
  border: 1px solid #464d77;
  margin: 10px;
  transition: all 0.5s ease;
}
header a:hover {
  text-decoration: none;
  color: #000;
  background-color: #f9db6d;
}

/*=====================
    what-we-do
======================*/
.what-we-do img {
  width: 100%;
  transition: all 0.5s ease;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.what-we-do figure {
  margin: 10px 0;
  padding: 10px;
  width: 100%;
}
.what-we-do figcaption {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: #464d77;
}
/*===================
    Features
===================*/
.features {
  padding: 50px 0;
}
.key-features {
  text-align: center;
  padding: 25px 0;
}
.key-features i {
  color: #464d77;
  font-size: 3em;
  padding: 10px;
  text-shadow: 21px 1px 27px #898989;
}

/*=====================
    fleet-category
======================*/
.fleet-category {
  padding: 50px 0;
}
.fleet-category a {
  display: inline-block;
  padding: 10px;
  background-color: #464d77;
  border: 1px solid #464d77;
  color: #fff;
  transition: 0.5s ease;
  margin: 20px 0;
}
.fleet-category a:hover {
  background-color: #f9db6d;
  color: #000;
  text-decoration: none;
  border: 1px solid #464d77;
}
.fleet-category .car-box {
  height: 300px;
  border: 5px solid #fff;
  color: #fff;
  position: relative;
}
.car-box.limos {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/fleet/hummer_16/interior.jpg) center center/cover;
}
.car-box.suv {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/fleet/cadillac_escalade/exterior2.jpg) center center/cover;
}

.car-box.bus {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/fleet/55_bus_bathroom/interior.jpg) center center/cover;
}

.car-box h3 {
  text-shadow: 2px 2px 2px #000;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
/*===============
    invitation
===============*/
.invitation {
  text-align: center;
  padding: 50px 0;
}
.invitation span {
  font-size: 3em;
  color: #464d77;
}
.invitation p:first-of-type {
  font-size: 1.5em;
}

/*===================
    request-quote
===================*/
.request-quote {
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/quote.jpg) fixed center center/cover;
  color: #fff;
  height: 300px;
}
.request-quote a {
  display: inline-block;
  padding: 10px;
  background-color: #464d77;
  border: 1px solid #464d77;
  color: #fff;
  transition: 0.5s ease;
}
.request-quote a:hover {
  background-color: #f9db6d;
  color: #000;
  text-decoration: none;
}
/*===========
    footer
============*/
footer {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
    url(../img/fleet.jpg) top center/cover;
  color: rgb(212, 212, 212);
}
.upper-footer {
  margin: 0 0 50px;
}
.foot {
  margin-top: 30px;
}
footer h3 {
  color: #f6f6f6;
}
footer a {
  color: rgb(212, 212, 212);
  text-decoration: underline;
}
footer a:hover {
  color: #f9db6d;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer i {
  font-size: 1.5em;
  padding-right: 5px;
}
footer .copy-footer {
  background-color: rgb(19, 19, 19);
  text-align: center;
  padding-bottom: 35px;
}
footer .copy-footer .container {
  padding: 10px 0;
}

/*==========================
    Quote & Reservation
===========================*/
header.quote-page {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/quote.jpg) center center/cover;
}
header.reservation-page {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/reservation.jpg) top center/cover;
}
.iframe-page {
  height: 1100px;
}
.iframe-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .iframe-page {
    height: 1400px;
  }
}

/*=======================
    Contact us page
========================*/
.contact-page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/contact.jpg) top center/cover;
}
