/*add padding to make sure navbar visible*/
html {
    width: 100vw;
    margin: 0 auto;
}
body {
    padding-top: 56px;
}
.blue {
    display: none !important;
}
#navbar {
    z-index: 9000;
}
/*Loader*/
#loader {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loader img {
    width: 60%;
    height: auto;
    max-width: 300px;
}
.border-bottom-red {
    border-bottom: 5px solid #703b3b;
}

/*Logo image in header and header text styles*/
#logo {
    width: 70%;
    max-width: 350px;
    height: auto;
}
.banner-text{
    font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
.lighter-green {
    color: #9ab1ad;
    /* color: rgba(255,255,255,0.5) */
}
/*Logo in Navbar*/
.navbar-logo {
    margin: -10px 0px;
    width: 80px;
    height: auto;
}
/*Google map frame*/
iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
/*What three words logo*/
#w3w-logo-bg {
    display: none;
}

/*Images*/
#welcome .image {
    background-image: url("../imgs/hut2.jpg");
    background-position: 40% 60%;
    background-size: cover;
    min-height: 300px
}
#access .image {
    background-image: url("../imgs/access.jpg");
    background-position: 30% 60%;
    background-size: cover;
    min-height: 300px;
}
.picDiv {
    width: 423px;
    height: 1045px;
}
/* .cover {
    object-fit: cover;
} */
#ourStoryCarousel img {
    /* max-height: 60vh; */
    width: 100%;
    max-width: 1060px;
    height: auto;
}

#ourStoryCarousel {
    width: 100%;
}

.facilities-img {
    width: 100%;
    height: auto;
    /* padding-bottom: 0.8rem; */
}

.page-break {
    height: auto;
    width: 30px;
}

/*news images*/
.news-image {
    max-width: 120px;
    width: 60%;
    height: auto;
}
/*Footer*/
footer {
    color: rgba(255,255,255,0.5) !important;
    font-size: 0.9rem;
}
footer a {
    color: rgba(255,255,255,0.5) !important;
}
/*Table padding*/
/* .icon-td {
    padding: 3px !important;
}
.icon-td i{
    padding: 3px;
} */
.icon-td img {
    height: 20px;
}
/*Media Queries*/
@media screen and (min-width: 400px) {
    .banner-text {
        font-size: calc(1.475rem + 2.7vw);
        font-weight: 300;
        line-height: 1.2;
    }
    #w3w-logo-sm {
        display: none;
    }
    #w3w-logo-bg {
        display: block;
    }
}
@media screen and (min-width: 800px) {
    .banner-text{
        font-size: calc(1.525rem + 3.3vw);
        font-weight: 300;
        line-height: 1.2;
    }
    #ourStoryCarousel {
        width: 70%;
    }
}