/*-----------------------
    General styles
-----------------------*/
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2 {
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
.row {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
/*-----------------------
    Header styles
-----------------------*/
header .carousel-caption {
  background-color: rgba(240, 226, 208, 0.9);
}
.carousel-caption a,
.various_sizes a {
  display: inline-block;
  padding: 7px 14px;
  background-color: #70af85;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid #70af85;
}
.carousel-caption a:hover,
.various_sizes a:hover {
  color: #70af85;
  background-color: #fff;
}
/*--------------------------------
    various_sizes styles
--------------------------------*/
.various_sizes {
  padding: 50px 0;
}
.various_sizes a {
  margin-top: 30px;
}
/*--------------------------------
    why_us styles
--------------------------------*/
.why_us {
  background-color: #c6ebc9;
  color: #000;
  padding: 50px;
  text-align: center;
}
.why_us .feature i {
  font-size: 2.5em;
  padding: 5px;
  display: inline-block;
  color: #aa8976;
}
.features {
  padding: 30px 0;
}
.feature {
  margin: 10px 0;
  text-transform: capitalize;
}
/*--------------------------------
    services_section styles
--------------------------------*/
.services_section {
  padding: 50px 0;
}
.services_section .carousel-caption {
  background-color: rgba(170, 137, 118, 0.7);
  text-transform: capitalize;
  border-radius: 5px;
}

/*----------------
    call_us
----------------*/
.call_us {
  padding: 50px 0;
  background-color: #c6ebc9;
}
.call_us a {
  color: #532e1c;
  font-weight: bold;
}
.call_us p {
  font-size: 3.5vw;
}

/*-----------------------------------
            reach_out styles
-----------------------------------*/
.reach_out {
  padding: 50px 0;
}
.reach_out img {
  width: 70%;
}
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #6b6d72;
  margin: 3px 0;
  color: #70af85;
}
.contact_form textarea {
  height: 200px;
}
.contact_form button[type="submit"] {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 7px 14px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.contact_form button[type="submit"]:hover {
  background-color: #70af85;
}

/*--------------------------
    footer styles
--------------------------*/
footer {
  background-color: #aa8976;
  padding: 50px 0;
  color: #fff;
}
footer h2 {
  margin-bottom: 10px;
  color: #532e1c;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer a {
  text-decoration: none;
  font-size: 15px;
  color: #f0e2d0;
}
footer a:hover {
  color: #532e1c;
}
footer i {
  font-size: 1.2em;
  margin-right: 3px;
}
.foot {
  margin-top: 15px;
}
.lower {
  margin-top: 15px;
}
footer .copyright_paragraph {
  text-align: center;
  margin-top: 10px;
}

/*Quote, Reservation, Contact
--------------------------------*/
header.quote {
  height: 60vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/quote.jpg) center center/cover;
}
header.reservation {
  background: linear-gradient(rgba(7, 5, 5, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/slider/reservation.jpg) center center/cover;
  height: 60vh;
}
header.contact {
  background: linear-gradient(rgba(7, 5, 5, 0.4), rgba(0, 0, 0, 0.6)),
    url(../img/call.jpg) center center/cover;
  height: 60vh;
}
header .header_box {
  color: #fff;
}
.header_box a {
  color: #fff;
  background-color: #70af85;
  border: 1px solid #70af85;
  padding: 7px 14px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header_box a:hover {
  background-color: #fff;
  color: #70af85;
}
/*---------------------
    Form caption
------------------*/
header.success {
  background: url(../img/success.png) center center/cover;
  padding: 60px 0;
  height: 70vh;
}

/*contact page
-----------------*/
.reach_out .contact_info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.contact_info ul i {
  font-size: 1.2em;
  margin-right: 5px;
}
.contact_info ul a {
  color: #70af85;
  text-decoration: none;
  margin: 5px 0;
  display: inline-block;
}
