/*General Styles
==================*/
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2 {
  font-family: "Anton", sans-serif;
}
p {
  color: #333;
}
.row {
  margin: 0;
  padding: 0;
}
*::selection {
  background-color: #774936;
  color: #f6f6f6ff;
}
/*Navigation
=================*/
nav.navbar {
  border-bottom: 1px solid #774936;
  position: sticky;
  top: 0;
  z-index: 10;
}
nav a.navbar-brand {
  color: #c38e70 !important;
}
nav .social-links {
  text-decoration: none;
  color: #774936;
  display: inline-block;
  margin-right: 20px;
}
nav .social-links:hover {
  color: #6e412d;
}

/*Header
===========*/
header {
  height: 40vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/css-front.jpg) center center/cover;
}
.intro-box {
  padding: 25px;
  text-align: center;
  color: #fff;
}
.intro-box p {
  color: #fff;
}
.intro-box span {
  display: block;
  margin-bottom: 30px;
}
.intro-box h1 {
  padding: 10px;
  display: inline-block;
  font-weight: 900;
  font-size: 4vw;
}

/*why-us
===========*/
.why-us {
  text-align: left;
  padding: 60px 0;
}
.why-us h2 {
  color: #774936;
}
.why-us .goddies,
.why-us .qq {
  padding: 50px 0 0;
}
.features h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 12px;
  color: #c38e70;
}
.features i {
  font-size: 3em;
  color: #c38e70;
}
/*  our vehicles
=====================*/
.our-vehicles {
  text-align: left;
}
.our-vehicles h2 {
  color: #774936;
}
.our-vehicles .car-img {
  width: 100%;
  border-radius: 10px;
}
.cars {
  padding: 50px 0;
}
.cars h3 {
  font-size: 1.5em;
  color: #c38e70;
}
.cars span {
  padding: 15px 0;
  display: inline-block;
  color: #666666;
}
.cars .car {
  margin-bottom: 20px;
}
.cars a.full-fleet,
.form form button {
  display: inline-block;
  padding: 15px;
  background-color: #774936;
  color: #fff;
  border: 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.cars a.full-fleet:hover,
.form form button:hover {
  text-decoration: none;
  background-color: #deab90;
  color: #fff;
}
/*Services
=============*/
.services {
  text-align: left;
  padding: 40px 0;
}
.services h2 {
  color: #774936;
}
.services .row {
  margin-top: 30px;
}
/* Container needed to position the overlay. Adjust the width as needed */
.service-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 0;
}

/* Make the image to responsive */
.image {
  width: 100%;
  height: 100%;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  background-color: rgba(110, 64, 45, 0.459);
}

/* When you mouse over the container, fade in the overlay icon*/
.service-container:hover .overlay {
  opacity: 0;
}
.service-container:hover .text {
  padding-left: 30px;
}
/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.text {
  color: white;
  font-size: 4vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform: capitalize;
  padding-left: 0;
  font-family: "Anton", sans-serif;
  transition: padding-left 0.5s ease-out;
}
/*request-quote
=================*/
.request-quote {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/request-quote.jpg) center center/cover;
  height: 300px;
  position: relative;
}
.request-quote *::selection,
footer *::selection,
.invitation *::selection {
  background-color: #fff;
  color: #deab90;
}
.question-box {
  background-color: rgba(110, 64, 45, 0.692);
  color: #fff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
}
.question-box p {
  color: #fff;
}
.question-box h2 {
  text-transform: uppercase;
  margin: 16px 0;
}
/*  Form
=================*/
.form {
  padding: 50px 0;
  background: url(../img/m.png) no-repeat center left/25%;
}

.form textarea {
  height: 200px;
}
.form input,
.form textarea {
  border: 1px solid #e1e1e1;
  color: #666;
  display: inline-block;
  padding: 15px;
  opacity: 0.6;
}
/*Invitation
=================*/
.invitation {
  padding: 50px 0;
  background-color: #6e412d;
}
.invitation p {
  color: #fff;
}
.inv-text i {
  font-size: 3em;
  color: #fff;
  padding: 5px;
}
/*  footer
===========*/
footer {
  background-color: #6e412d;
  color: #fff;
}
footer h2 {
  font-weight: 900;
}
footer h3 {
  font-family: "Anton", sans-serif;
}
footer p {
  margin-top: 20px;
}
footer p {
  color: rgba(255, 255, 255, 0.8);
}
footer i {
  font-size: 1.2em;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer a {
  display: inline-block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.8);
}
footer a:hover {
  color: #e1e1e1;
}
.foot {
  margin-bottom: 40px;
}
/*=================
    contact page
==================*/
.contact-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/contact-page.jpg) center center/cover;
}
.contact-section .contact-form {
  padding: 50px 0;
}
.contact-info {
  padding: 50px 0;
}
.contact-info a {
  color: #6e412d;
}
.contact-info a:hover {
  color: #deab90;
}
.contact-form textarea {
  height: 200px;
  width: 100%;
  display: block;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #e1e1e1;
  color: #666;
  padding: 15px;
  width: 70%;
}
.contact-form form button {
  background-color: #767b67;
  border: 0;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: inline-block;
  margin: 15px 0;
}

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