body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 26px;
  width: 100%;
  overflow-x: hidden;
  background-color: #F7F7F7;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  color: #9D9C9C;
  text-align: left;
  margin-bottom: 15px;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 50px;
  color: #9D9C9C;
}


p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: auto;
  color: #9D9C9C;
  margin: 0;
}

button.pink {
  width: 100%;
  height: auto;
  border: none;
  max-width: 300px;
  margin-bottom: 20px;
  background-color: #DB9B99;
  color: #fff !important;
  transition: linear 0.5s;
  font-family: 'Lato', helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 45px;
  margin: 0;
  transition: linear 0.2s;
}

button.pink:hover {
  background-color: #4F5174;
  color: #fff !important;
  transition: linear 0.2s;
  text-decoration: none;
}

button.yellow {
  width: 100%;
  height: auto;
  border: none;
  max-width: 300px;
  margin-bottom: 20px;
  background-color: #FAD779;
  color: #4F5174 !important;
  transition: linear 0.5s;
  font-family: 'Lato', helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 45px;
  margin: 0;
  transition: linear 0.2s;
}

button.yellow:hover {
  background-color: #4F5174;
  color: #fff !important;
  transition: linear 0.2s;
  text-decoration: none;
}

.space {
  height: 20px;
}





.center {text-align: center;}

.left {text-align: left;}

.right {text-align: right;}

img {width: 100%;}





.hero {
  padding-top: 100px;
  padding-bottom: 50px;
}

.hero img.mobile {
  display: none;
}

.hero h1 {
  margin-top: 20px;
}

.hero p {
  margin-bottom: 20px;
}

.badge {
  padding: 0;
  margin-top: 20px;
}



@media (max-width: 767px) {
  .hero img.mobile {
    display: inline;
  }
  .hero img.desktop {
    display: none;
  }
  .hero {
    padding-top: 20px;
  }

  .badge {
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 28px;
    text-align: left;
  }

  h2 {
    font-size: 22px;
    line-height: 50px;
  }

  p {
    font-size: 14px;
    line-height: auto;
  }

  button.pink, button.yellow {
    max-width: none;
  }

  .hero h1, .hero p {
    text-align: center;
  }
  .hero h1 {
    margin-top: 0;
  }
}

.bio {
  padding-top: 30px;
  padding-bottom: 50px;
}

.bio img {
  width: 100%;
}




.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }







nav {
  height: 80px;
  line-height: 80px;
  width: 100%;
  background-image: url("/../img/background.png");
  position: fixed;
  z-index: 4;
}

nav .social-nav {
  float: right;
  margin-right: 30px;
  line-height: 50px;
  z-index: 10;
}

nav .logo {
  width: 100%;
  text-align: center;
  height: 60px;
  position: absolute;
  z-index: -1;
}

nav .logo img {
  height: 45px;
  width: auto;
}

nav ul.social li a img {
  height: 30px;
  width: auto;
}

nav ul.social {
  list-style: none;
  display: flex;
  margin: 0;
}

nav ul.social li {
  padding-right: 20px;
  line-height: 80px;
}

.social-mobile {
  display: none;
}

@media (max-width: 767px) {
  nav .social-nav {
    display: none;
  }
  .social-mobile {
    display: table;
  }
}




.social-mobile {
  padding-top: 80px;
  width: 100%;
  text-align: center;
  background-color: #4F5174;
}

.social-mobile ul.social li a img {
  height: 30px;
  width: auto;
}

.social-mobile ul.social {
  list-style: none;
  display: flex;
  width: 200px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.social-mobile ul.social li {
  padding: 10px;
}

ul.social li a img:hover {
  opacity: 0.5;
}





img.album {
  width: 100%;
}

.enquire {
  border: 12px solid #fff;
  background-image: url("/../img/white-background.png");
  background-size: cover;
  text-align: center;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.enquire h1, .enquire p {
  text-align: center;
  margin-bottom: 20px;
}


.footer {
  height: 100px;
  line-height: 80px;
  width: 100%;
  background-image: url("/../img/background.png");
  text-align: center;
  display: block;
  text-align: center;
}

.footer .social-footer {
  text-align: center;
}

.footer ul.social li a img {
  height: 40px;
  width: auto;
}

.footer ul.social {
  list-style: none;
  display: flex;
  padding: 0;
  margin: auto;
  width: 290px;
}

.footer ul.social li {
  padding: 10px;
}

ul.social li a img:hover {
  opacity: 0.5;
}



.enquire-hero {
  padding-top: 120px;
  padding-bottom: 100px;
}

.enquire-hero p {
  margin-bottom: 30px;
}

form label {
  color: #9D9C9C;
  font-size: 20px;
}


@media (max-width: 767px) {
  .enquire-hero {
    padding-top: 40px;
  }
}
