html {
  height: 100%;
  font-size: 100%;
}

/**
 * Scale: aug.forth;
 * Ratio: 1:1.414;
 * https://www.modularscale.com/?1&em&1.414
 *
 * COLOURS: e60073
 */
body {
  height: 100%;

  font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
  font-size: 1.1rem;
}

::-moz-selection {
  background-color: #e60073;
  color: white;
}

::selection {
  background-color: #e60073;
  color: white;
}



/**
 * GENERAL
 */
a {
  color: black;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1 {
  font-size: 11.302rem;
  line-height: 11.302rem;
}

h2 {
  font-size: 3.998rem;
  line-height: 3.998rem;
}

h3 {
  font-size: 2.827rem;
  line-height: 2.827rem;
}

h4 {
  font-size: 1.999rem;
  line-height: 1.999rem;
}

h5 {
  font-size: 1.414rem;
  line-height: 1.414rem;
}

.btn_outline_primary {
  border: solid 1px #e60073;
  border-radius: 0;
  color: #e60073;
}

.btn_primary {
  background-color: #e60073;
  border-radius: 0;
  color: white;
}

.btn_transparent {
  background-color: rgba(0, 0, 0, 0);
}

.colour_primary {
  color: #e60073;
}

.container {
  padding-top: 5.653rem;
  padding-bottom: 5.653rem;
}

.container-fluid {
  padding: 1.999rem;
}

.content {
  display: none;
}

#clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.font_subtitle {
  font-family: 'Kristi', Cambria, Times, cursive;
}

.font_title {
  font-family: 'Merriweather', Cambria, serif;
}

.section_content_center {
  padding-top: 1.999rem;
  padding-bottom: 1.999rem;
}

.section_content_leftright {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section_primary {
  background-color: #e60073;
  color: white;
}

.section_secondary {
  background-color: rgba(240, 240, 240, .5);
}

.subtitle {
  padding-bottom: 1rem;
}


/**
 * HEADER
 */
.header {
  position: relative;
  height: 100%;
  width: 100%;

  background-color: black;
  background-image: url('../img/background-1-2400.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  position: relative;
  background-color: rgba(0, 0, 0, .5);
  padding-bottom: 1.414rem;
  padding-top: 1.414rem;
  text-transform: uppercase;
  z-index: 2;
}

.nav-item {
  padding-left: 1rem;
}

#container_header_main {
  position: absolute;
  top: 50%;
  left: 50%;

  height: 350px;
  width: 390px;
  margin-top: -175px;
  margin-left: -195px;
  z-index: 1;
}

#header_subtitle {
  font-family: 'Open Sans', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
}

#header_btn_book_now {
  margin-top: 2.827rem;
  padding-left: 1.999rem;
  padding-right: 1.999rem;
}

#header_btn_book_now:hover {
  border-color: white;
  color: white;
}


#container_header_arrow {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -1.414rem;
}

#btn_arrow_down {
  color: white;
}

#btn_arrow_down:hover {
  color: rgba(255, 255, 255, .5);
}


@media only screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 7.993rem;
    line-height: 7.993rem;
  }
  #container_header_main {
    height: 300px;
    width: 320px;
    margin-top: -150px;
    margin-left: -160px;
  }
}

@media only screen and (max-width: 319px) {
  h1 {
    font-size: 5.653rem;
    line-height: 5.653rem;
  }
  #container_header_main {
    height: 300px;
    width: 280px;
    margin-top: -150px;
    margin-left: -140px;
  }
}


/**
 * WELCOME
 */
#slogan_welcome {
  font-size: 1.414rem;
}

.embed-responsive {
  margin-bottom: 1rem;
}

/**
 * ABOUT
 */
#title_about_left {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  #title_about_left {
    display: initial;
  }
  #title_about_right {
    display: none;
  }
}


/**
 * SERVICES
 */

#services {
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
}

.content_slider {
  position: relative;
  left: 0;
  width: 200%;
  margin-left: 0;
  margin-right: 0;
  overflow-y: hidden;

  -webkit-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}

#services_main, 
#services_content {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.bottom_border {
  border-bottom: 1px dotted black;
}

.btn_services {
  height: 200px;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  white-space: normal;
}

.btn_services:hover {
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}

.row_services:not(:first-child) {
  margin-left: 0;
}

#services-none {
  background-color: rgba(240, 240, 240, .5);
  border-color: rgba(240, 240, 240, .5);
  height: 200px;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#services_btn_book_now {
  font-size: 2.827rem;
}

#services_btn_book_now:hover {
  color: black;
}

@media only screen and (max-width: 767.98px) {
  .btn_services {
    height: 150px;
  }
  #services-none {
    display: none;
  }
}


/* SERVICES LOAD */
.carousel {
  margin: 1rem auto;
}

.price {
  color: #e60073;
}


/**
 * WHAT'S NEW
 */
#whats_new h4 {
  color: black;
}


/**
 * CONTACT
 */
#contact hr {
  border-color: #e60073;
}

#contact_hr_top {
  margin-top: 0;
  margin-bottom: 1.999rem;
}

#contact_hr_bottom {
  margin-top: 1.999rem;
  margin-bottom: 0;
}

.svg_social {
  height: 34px;
  width: 34px;
  margin: .5rem 1px;
}

.svg_social:hover {
  opacity: .6;
}

.icon_social {
  fill: #e60073;
}

@media only screen and (max-width: 767.98px) {
  #contact_hr_bottom {
    margin-bottom: 1rem;
  }
}


/**
 * QUESTIONS
 */
textarea {
  height: 200px;
}

.form_input {
  width: 100%;
  background-color: rgba(240, 240, 240, .5);
  border: solid 2px #e60073;
  margin-bottom: .5rem;
}

#btn_send {
  padding: .707rem 1rem;
  text-transform: uppercase;
}

/**
 * SlOGAN
 */

#carousel_team {
  max-width: 1200px;
}


/**
 * FOOTER
 */
.footer {
  background-color: black;
  background-image: url('../img/background-1-2400.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer p {
  margin-top:0;
  margin-bottom: 0;
}

#copyright {
  text-transform: uppercase;
}
