body {
  background-color: #ffffff;
  color: #1a1c1d;
  font-family: 'Open Sans';
  font-weight: 300;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 1px;
  color: #002B49;
}

h2 {
  font-size: 1.8rem;
  color: #002B49;
}

p {
  text-align: center;
  line-height: 1.8rem;
}

a {
  color: #1a1c1d;
  text-decoration: underline;
}

label {
  color: #002B49;
}

img {
  max-width: 100%;
}

button, .btn {
  width: 100%;
  color: #002B49;
  border: 2px solid #002B49;
  padding: 1rem;
  border-radius: 0;
  font-size: 1.2rem;
  font-family: 'Poppins', serif;
}

button:hover, .btn:hover {
  color: white;
  background-color: #002B49;
}

.error {
  color: #951d21;
}

.nav-link {
  color: #676a6f;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Poppins';
  font-weight: 600;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0.5rem 0.5rem;
}

@media (min-width: 768px) {
  .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

.nav-link:hover {
  color: #1a1c1d;
}

.nav-link.active {
  color: #1a1c1d;
  background-color: none;
}

.message {
  background-color: black;
  padding: 0.5rem 1rem;
  font-style: italic;
  letter-spacing: 1px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
}

.logo {
  width: auto;
  height: auto;
  max-height: 115px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.icon-social {
  height: 2.2rem;
  width: 2.2rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50% 50%;
}

.icon-social:hover {
  background-size: 100% 100%;
  background-color: white;
}

.icon-social--fb {
  background-image: url("/images/social/fb.png");
}

.icon-social--fb:hover {
  background-image: url("/images/social/fb-selected.png");
}

.icon-social--insta {
  background-image: url("/images/social/insta.png");
}

.icon-social--insta:hover {
  background-image: url("/images/social/insta-selected.png");
}

.icon-social--vimeo {
  background-image: url("/images/social/vimeo.png");
}

.icon-social--vimeo:hover {
  background-image: url("/images/social/vimeo-selected.png");
}

.emphasis {
  font-size: 2.2rem;
  vertical-align: top;
}

.font-dark {
  color: #4f5257;
}

.divider-image--circle {
  height: 350px;
  width: 350px;
  margin: 0 auto;
}

.divider-image {
  background-color: black;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 575.98px) {
  .divider-image--circle {
    height: 250px;
    width: 250px;
  }
  .divider-image {
    height: 250px;
  }
}

.divider-image--intro {
  background-image: url("/images/dividers/intro.jpg");
  background-position-y: 50%;
  background-position-x: 39%;
  background-size: 151%;
}

.divider-image--contact {
  background-image: url("/images/dividers/contact.jpg");
  background-position-y: 0%;
  background-position-x: 50%;
  background-size: 172%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  max-height: 100px;
}

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

.video-placeholder {
  background-color: black;
}

.video-placeholder .bar {
  height: 50px;
  width: 0;
  position: absolute;
  top: 10%;
  background-color: #ffe5de;
  -webkit-transition: width 0.35s linear;
  transition: width 0.35s linear;
}

.video-placeholder img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.video-placeholder .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  color: #fff;
  text-align: left;
  font-size: 1.35em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.video-placeholder .caption p {
  text-align: left;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  position: relative;
  top: 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  text-shadow: 0px 1px 1px #464646;
}

.video-placeholder:hover img {
  opacity: 0.75;
}

.video-placeholder:hover p {
  -webkit-transform: translate(0, -25px);
          transform: translate(0, -25px);
}

.video-placeholder:hover .bar {
  width: 5%;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 1.8rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: #1a1c1d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #002B49;
}

div.price {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

div.price p {
  font-family: "Poppins", serif;
}

.itemised-list-tower {
  background-color: #f2f5f9;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 250px;
}

.itemised-list-tower h2 {
  margin-bottom: 2rem;
  color: #676a6f;
}

.itemised-list-tower p {
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 2.8rem;
  color: #676a6f;
}

.itemised-list-tower hr {
  width: 15%;
}

.itemised-list-tower div.icon {
  margin: -75px auto 30px auto;
  padding-top: 10px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
  top: -3rem;
}

.itemised-list-tower div.icon img {
  max-width: 90px;
  max-height: 90px;
}

.itemised-list-tower div.price {
  margin-top: 2.5rem;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 1.3rem;
}

.itemised-list-tower div.price p {
  margin-top: 1rem;
  font-family: "Poppins", serif;
  letter-spacing: 2px;
  color: #002B49;
  font-size: 2.5rem;
  font-weight: bold;
}

.itemised-list-tower div.price p.footnote {
  font-size: 1.2rem;
}
