body {
  font-family: 'Oswald','Karla', 'Nunito', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: relative;
  overflow: hidden;
  padding-bottom: 75px; 
  /*@media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }*/
    }

.bg-overlay { 
  position: absolute; 
  top: 0; z-index: -1; 
  width: 100%; height: 100%; 
  background: linear-gradient(181deg, #00000047 0 1%, transparent 30% 100%); 
}
.bg-video { position: absolute; 
  z-index: 1; 
  overflow: hidden; 
}
#bg-palm-trees { 
  position: absolute; 
  z-index: -2; 
  left: 50%; 
  top: 50%; 
  min-width: 100%; 
  min-height: 100%; 
  transform: translate(-50%, -50%); 
  overflow: hidden;
}


.logo {
  width: 180px;
  min-width: 180px;
  height: 180px;
  min-height: 180px;
}

.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 21px; 
  }

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; 
}
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; 
  }
    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
  @media (max-width: 767px) {
    .navbar-dark {
      padding-bottom: 0; 
      } 
    }

.page-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 6px; 
  color: white;
}
  @media (max-width: 767px) {
    .page-title {
      font-size: 35px;
      margin-bottom: 14px; 
      } 
    }

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 59px;
  color: white; 
}
  @media (max-width: 767px) {
    .page-description {
      font-size: 14px; 
      } 
    }

p {
  font-size: 14px;
  margin-bottom: 21px; }

.footer-social-links {
  position:absolute;
  bottom: 50px;
  left:50px;
}  

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 16px;
  transition: all 0.3s ease-in-out; 
}
  .footer-social-links .social-link:last-child {
    margin-right: 0; 
  }
  .footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff; 
  }


