@import url(https://fonts.googleapis.com/css?family=Merriweather:700,400,100|Montserrat:400,700);
body {
  color: #4e5a74;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 7em;
  text-transform: uppercase;
  line-height: 1.3;
  text-shadow: 0px 0px 6px rgba(229, 186, 104, 0.75);
}
h1:before, h1:after {
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 300px;
  margin: 0px auto;
}
h1:before {
  height: 100px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/516104/flourish-title-upper.svg");
}
h1:after {
  height: 60px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/516104/flourish-title-lower.svg");
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 3.8em;
    text-shadow: none;
  }
}

h2 {
  font-size: 3em;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  font-size: 2.15em;
  line-height: 1.2;
}

p,
ul {
  font-family: "Merriweather", serif;
  font-weight: 300;
}

a {
  color: #e5ba68;
  text-decoration: none;
  font-weight: 400;
}
a:hover {
  color: #ecce94;
}
a:focus {
  color: #f4e2bf;
}

.button {
  color: #e5ba68;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #e5ba68;
  border-radius: 5px;
  margin: 30px auto;
  background-color: rgba(0, 0, 0, 0.25);
}
.button:hover {
  color: #ecce94;
}
.button:focus {
  color: #f4e2bf;
}
.button:hover {
  color: #ecce94;
  background-color: rgba(255, 255, 255, 0.25);
}
.button:focus {
  color: #f4e2bf;
  background-color: rgba(255, 255, 255, 0.25);
}

.container {
  max-width: 940px;
  margin: 10px auto 80px;
  padding: 0 3%;
}

.main-header {
  color: #fff;
  padding: 20% 3%;
  background-image: -webkit-linear-gradient(rgba(19, 9, 51, 0.3), transparent 100%), -webkit-linear-gradient(-270deg, #fff, transparent 100%), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/516104/villa-terouma-exterior_01.jpg");
  background-image: linear-gradient(rgba(19, 9, 51, 0.3), transparent 100%), linear-gradient(0deg, #fff, transparent 100%), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/516104/villa-terouma-exterior_01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .main-header {
    max-height: 850px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .main-header {
    padding: 40% 3%;
  }
}
.main-header .top {
  display: block;
  width: 100%;
}
.main-header .top i {
  display: block;
  font-size: 3em;
}
.main-header .top .title span {
  display: block;
  font-size: 150%;
}
.main-header small {
  display: block;
  font-size: 0.33em;
}

.primary {
  margin-bottom: 80px;
}
.primary .intro {
  font-size: 1.5em;
  font-weight: 100;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .primary .intro {
    font-size: 1.2em;
  }
}

.book {
  color: white;
  padding: 1.5rem 3rem;
  margin: 20px auto;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(-45deg, rgba(19, 9, 51, 0.5), rgba(19, 9, 51, 0.7)), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/516104/nice-harbour.jpg");
  background-image: linear-gradient(-45deg, rgba(19, 9, 51, 0.5), rgba(19, 9, 51, 0.7)), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/516104/nice-harbour.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.3);
}
.book .button {
  display: block;
  max-width: 50%;
}
.book h2 {
  color: #fff;
}
.book [rel^="tel"] {
  font-weight: 900;
}

.secondary {
  margin: 0 auto;
}
.secondary img {
  width: 100%;
  border-radius: 8px;
}
.secondary .turism ul {
  list-style: none;
}
.secondary ul span {
  color: #9ea8bd;
  font-weight: 200;
  padding-left: 1em;
}
.secondary li a {
  display: block;
  padding: 0.5rem;
}

.footer {
  padding: 20px 0 50px;
  border-bottom: 15px solid #130933;
}

.border {
  display: block;
  width: 20%;
  margin: 0 auto 25px;
  border-bottom: 2px solid #e5ba68;
}

.less-marging {
  margin-top: -60px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}
