:root {
    color-scheme: only light;
}
body {
    font-family: 'Montserrat';
}

footer a {
    font-family: 'Montserrat' ;
    text-decoration: none;
}

footer h6 {
    font-weight: bolder;
}


.ff-compose {
    font-family:
        "Montserrat";
}

.contact {
    font-family:
        "Montserrat";
    color: black;
}

.link-style {
    font-family: "Montserrat";
    color: rgb(165, 178, 162);
}

.navbar {
    background-color: rgb(165, 178, 162);
    text-align: center;
    padding-right: 10px;
}

.navbarDarkDropdownMenuLink {
    border: none;
}

.main-banner {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(170, 170, 170, 0.76);
    top: 0;
    left: 0;
    bottom: 7px;
    height: 100vh;
    width: 100%;
}

.main-banner .caption {
    text-align: center;
    position: relative;
    width: 70%;
    max-width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-banner .caption h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.main-banner .caption h1 {
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: bold; 
    color:white; 
    -webkit-text-stroke: px black; 
    padding-top: 5%;
}

.main-banner .caption h2 em {
    color: #ed563b;
    font-weight: 900;
}

.main-banner .caption img {
    width: 70%;
    border-radius: 50%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: rgba(165, 178, 162, 0.76) !important;
    border-color: rgb(165, 178, 162);
}

.br {
    background-color: black;
}

.carousel-inner {
    height: auto;
    padding: 5%;
}
#slides {
    color: rgb(165, 178, 162);
    background-color: rgb(165, 178, 162) !important;
}

.carousel {
    color: rgb(165, 178, 162);
    background-color: rgb(165, 178, 162) !important;
}
.carousel .item {
    color: rgb(165, 178, 162);
    background-color: rgb(165, 178, 162);
}

span {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

input[type="text"] {
    text-align: left;
    padding-left: 5%;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}
input[type="enquiry"] {
    vertical-align: text-top;
    text-align: left;
    padding-left: 5%;
    padding-top: 5px;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: rgb(255, 255, 255);
    color: #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    font-family:
        "Montserrat";
    text-align: center;
}

.my-float {
    color: rgb(165, 178, 162);
    font-size: 30px;
}

.promo {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  font-family: "Montserrat";
  font-weight: bold;
}

#gallery {
  padding-top: 10%;
  background-color: rgb(165, 178, 162);
  padding-bottom: 15%;
}

#gallery h1 {
    padding-bottom: 20px;
    color: white;
}
#gallery a {
    padding: 5px;
    opacity: 100%;
    
}

#gallery a:hover {
    opacity: 70%;
    position: static;
    height: 100%;
    
}



.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
}
