/* PLACE YOU CUSTOM STYLES IN THIS FILE */

body {background-color: #F3F3F3;}

/* Navigation and Headers */

.dk-navbar .dk-nav-content .dk-nav-logo {
    min-width: auto;
    font-family: 'barryregular', sans-serif;
    font-size: 1.85rem;
    line-height: 1;
    color: #FFF;
    text-decoration: none;
    letter-spacing: .084em;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.dk-nav-logo img {max-width: 200px;}
.dk-navbar .dk-navbar-burger span {background-color: #ccb3ae;}
.dk-navbar .dk-navbar-burger:hover > span {background-color: #ccb3ae;}

.dk-social-links li a span:hover {color: #ccb3ae;}

img.logo-home {display: none;}
.logo-inner {line-through: 3px solid red;}

/* Typography */

body {
    font-family: 'Droid Serif', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    letter-spacing: .03em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.lead {font-size: 2.5rem; font-family: 'bolonathand', sans-serif;}

.text-bolonat {font-family: 'bolonathand', sans-serif;}
.text-quote {font-family: 'Cousine', serif;}
.text-light {font-color: #FFF;}
.text-boxed {padding: 10px; background-color: rgba(244,244,244,0.5);}
.text-boxed-2 {padding: 10px; background-color: rgba(204,179,174,0.5); width: 25%;}

a.link-decorated {font-family: 'tobagoregular', sans-serif; border-bottom: 3px solid #ccb3ae;}
a.link-decorated-boxed {color: #333; padding: 3px;  background-color: rgba(204,179,174,0.15);}
a.link-decorated-boxed:hover {text-decoration: none;  background-color: rgba(204,179,174,0.5);}

.dk-reviews .dk-reviews-text p {margin-bottom: 27px; font-size: 1.2rem; color: #131313;}

/* Backgrounds */

img.header-img {background-size: cover; background-repeat: no-repeat; background-position: center top;}

/* Structure */

.dk-box-2 {
    padding: 10% 0 10%;
}

.header-box {border-bottom: 4px solid #ccb3ae;}

/* Homepage Video */

.dk-box-fullscreen .container {z-index: 2;}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('images/assets/backgrounds/home-water-temp.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

/* Footer */

.dk-footer-copyright {font-family: 'Cairo',sans-serif;}
.dk-footer-copyright a {color: #858585; text-decoration: none;}
.dk-footer-copyright.dk-footer-dark li a:hover {color: #ccb3ae;}