@-ms-viewport {
  width: auto !important;
}

@font-face {
  font-family: futuramedium;
  src: url('../fonts/futura_medium-webfont.woff2') format('woff2'), url('../fonts/futura_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, p {
  font-family: futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
  font-variant: small-caps;
}

p {
  font-size: 14pt;
  font-weight: 400;
}

.content-wrapper>ul>li {
  font-size: 12pt;
  font-family: futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.hr-white {
  border-top-color: white;
}

.hr-purple {
  border-top-color: rgba(57, 0, 57, 1);
}

@media (max-width: 1350px) {
  h1 {
    font-size: 20pt;
  }
  p {
    font-size: 12pt;
  }
  i {
    font-size: 2pt;
  }
}

/* For Font Awesome icons to align with text */

i {
  vertical-align: middle;
}

.navbar, .footer {
  margin: auto;
}

/* Remove the navbar's default margin-bottom and rounded borders */

#topnav {
  margin-bottom: 0;
  border-radius: 0;
  height: 90px;
}

@media (min-width: 768px) {
  #topnav {
    padding-right: 20px;
  }
}

#topnav a {
  color: white;
}

.navbar-brand {
  padding: 0;
}

@media (min-width: 768px) {
  #topnav {
    min-height: 90px;
  }
  #topnav a {
    line-height: 80px;
  }
  .navbar-brand {
    padding-top: 5px;
    padding-left: 5px;
  }
  .navbar-brand>img {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
  }
  #topnav {
    height: auto;
    min-height: 50px;
  }
  .navbar-brand {
    padding-top: 2px;
    padding-left: 2px;
  }
  .navbar-brand>img {
    height: 46px;
  }
}

#topnav, .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom-style: none;
}

.langico {
  position: relative;
  top: -4px;
}

.nav a {
  font-size: 12pt;
  font-family: futuramedium;
}

.dropdown-toggle {
  max-height: 90px;
  min-height: 50px;
  padding-top: 5px !important;
}

@media (max-width:767px) {
  .dropdown-toggle {
    padding-top: 12px !important;
  }
}

.dropdown-menu {
  padding: 0;
  margin: 0;
}

.dropdown-menu>li>a {
  line-height: 50px !important;
}

.dropdown-menu>li>a:hover, .dropdown>a:hover, .dropdown>a:active, .navbar-right>li>a:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
  background-image: none;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.menu-selector>ul>li {
  width: 106px !important;
  text-align: center;
}

.navbar-nav li a {
  line-height: 3em;
  padding: 5px 10px;
  font-size: 12pt;
}

@media (max-width: 850px) and (min-width: 768px) {
  .menu-selector>ul>li {
    width: 95px !important;
  }
  .navbar-nav li a {
  padding: 5px 5px;
  }
}



/* Body */

.container-fluid {
  /*padding-top: 50px;*/
  overflow: auto;
}

.purple-home, .white-home {
  height: 80vh;
}

.purple-other, .white-other {
  height: calc(100vh - 50px);
  padding-top: 50px;
}

#price-wrapper {
  height: calc(100vh - 50px);
  background: url('../images/2000/chaletview-2000.jpg') no-repeat center center fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
}

@media (min-width: 768px) {
  #price-wrapper {
    padding-top: 150px;
  }
}

#booking-wrapper {
  background: url('../images/2000/chaletview-2000.jpg') no-repeat center center fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 100px;
}

@media (max-width: 767px) {
  #booking-wrapper {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .home-img-wrapper {
    height: 80vh;
  }

  .gall-img-wrapper {
    height: 60vh;
  }
  .other-img-wrapper {
    height: calc(100vh - 50px);
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .purple, .white {
    min-height: 550px;
  }
}

.menu-block {
  padding-top: 90px;
  background-color: rgba(57, 0, 57, 1);
}

.menu-block-white {
  padding-top: 90px;
  background-color: white;
}

.purple, .white, .white-prices, .terms-and-conditions {
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1024px) {
  .prices-text>p {
    font-size: 11pt;
  }
}

@media (max-width: 1023px) {
  .prices-text>p {
    font-size: 9pt;
  }
}

.purple {
  background-color: rgba(57, 0, 57, 1);
  color: white;
  border-width: 1px;
  border-color: rgba(57, 0, 57, 1);
  border-style: solid;
}

.white {
  background-color: #fff;
  color: rgba(57, 0, 57, 1);
}

.white-prices, .terms-and-conditions, #booking-inner {
  background-color: rgba(225, 225, 225, 0.6);
}

.white-prices, .terms-and-conditions, #booking-inner>p {
  font-size: 14px;
  text-align: center;
}

.img-wrapper {
  padding: 0;
}

#logo {
  height: 190px;
  text-align: center;
}

.content-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.icon-box {
  font-size: 20px;
  padding: 0 0px 20px 3px;
}

@media (max-width: 420px) {
  .icon-box>p {
    font-size: 12px;
  }
}

/* Cloudbeds iframe stuff */

@media (min-width: 786px) {
  #booking-inner {
    padding: 20px;
  }
}

@media (max-width: 787px) {
  #booking-inner {
    padding: 10px;
  }
}

#cloudbeds {
  width: 100%;
}

.terms-and-conditions>h1 {
  font-size: 20pt;
}

.terms-and-conditions>h4 {
  font-size: 16pt;
}

.terms-and-conditions>p {
  font-size: 12pt;
}

/* create a bar at top of page, otherwise map is under navigation */

#getting-here-top-bar {
  min-height: 0px;
}

@media(min-width: 768px) {
  #getting-here-top-bar {
    height:90px;
  }
}

@media(max-width: 767px) {
  #getting-here-top-bar {

  }
}

#map {
  min-height: 80vh;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  margin: 0;
}

.navbar-text {
  margin-bottom: 0;
}

#footleft {
  margin-top: 5px;
  padding-left: 10px;
}

#footleft>P {
  font-size: 12pt;
}

#footright {
  margin-top: 10px;
  padding-right: 10px;
}

#footright>a {
  padding-right: 5px;
}

/* Stops fontawesome icons being blue and having link highlights */

.navbar-text>a {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}
