
*{
    font-family: Arial, Helvetica, sans-serif;
}

body{
    margin: 0;
    overflow-x: hidden;
}

.paddingContainer{
    padding: 0 5rem;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #202020;
    cursor: pointer;
    border-radius: 0.15625rem;
}

.navbar{
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0.5rem 5rem;
}

.navbar .nav-link{
    color: rgba(174, 189, 145, 1);
    font-size: 16px;
    font-weight: 600;
}

.navbar-nav .nav-link.active{
    color: #ffffff;
}
.mainDiv{
    position: relative;
}

.rememberingTitle{
    position: absolute;
    color: white;
    z-index: 1;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    left: 6vw;
    top: 50vh;
}

.rememberingTitle p{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.bgBlack{
    background-image: linear-gradient(176.03deg, #1E1D1D -2.46%, #000000 37.69%, #101010 66.86%, #000000 97.6%, #000000 97.61%);
}

.basicInfo{
    margin-top: 6rem;
}

.basicInfo p{
    margin-bottom: 4px;
    color: #ffffff;
}

.basicInfo p span{
    color: rgba(174, 189, 145, 1);
}

.aboutSection h6{
    color: rgba(174, 189, 145, 1);
    font-weight: 600;
    /*font-size: 14px;*/
}

.aboutSection p{
    color: rgba(255, 255, 255, 0.5);
    /*font-size: 14px;*/
}

.aboutSection p span{
    color: #ffffff;
}


/*//gallery Section*/
.galleryBody{
    height: 100vh;
    display: flex;
}

.gallerySection img:hover{
    transform: scale(1.03);
}

.mobileView{
    display: none;
}

.legacy .basicInfo .subHead {
    display: flex;
    flex-direction: row;
    padding: 0 6rem;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 2rem 0;
}

.legacy .basicInfo .subHead:before,
.legacy .basicInfo .subHead:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #FFFFFF;
    margin: auto;
}
.legacy .basicInfo h5{
    color: #FFFFFF;
    font-weight: 600;
}
.legacy .basicInfo p{
    color: rgba(174, 189, 145, 1);
    font-weight: 600;
}

.legacy .legacyGallery img{
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .navbar{
        padding: 0.25rem 0;
    }

    .navbar-toggler-icon{
        filter: brightness(0) invert(1);
    }
    .navbar-collapse{
        background-color: black;
        padding: 1rem;
    }

    .mobileView{
        display: block;
        padding-top: 2rem;
    }
    .mobileView p{
        margin-bottom: 0;
        font-size: 16px;
    }

    .indexPageBasicInfo{
        display: none;
    }

    .rememberingTitle{
        /*top: 80%;*/
        /*left: 5%;*/
        /*transform: translate(0, -80%);*/
        display: none;
    }

    .paddingContainer {
        padding: 0 1rem;
    }

    .basicInfoWidth{
        width: 100%!important;
    }

    .rememberingTitle p{
        font-size: 14px;
    }

    .gallerySection{
        padding: 4rem 2rem;
    }
    .photo-gallery{
        padding: 0 1rem 1rem 1rem!important;
    }

    .legacy .basicInfo .subHead{
        padding: 0;
    }

    .legacy .aboutSection img,
    .legacyGallery, img{
        width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .navbar{
        padding: 0.25rem 0;
    }

    .navbar-toggler-icon{
        filter: brightness(0) invert(1);
    }

    .rememberingTitle{
    top: 80%;
    left: 5%;
    transform: translate(0, -80%);
    }

    .paddingContainer {
        padding: 0 2rem;
    }

}


/*video Css*/
/* homepage video carousel*/
.carousel .inner-content.vid-inner-content {
    height: 500px;
    width: 100%;
    display: inline-block;
}
.carousel#video-carousel .carousel-inner {
    background-color: #000;
}
.carousel#video-carousel
.carousel-inner
.inner-content.vid-inner-content
.youtube-video {
    position: inherit;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    .carousel .inner-content.vid-inner-content {
        height: 300px;
        width: 100%;
        display: inline-block;
    }
}
@media (max-width: 414px) {
    .carousel .inner-content.vid-inner-content {
        height: 300px;
        width: 100%;
        display: inline-block;
    }
    .vid-carousel-control {
        display: none;
    }
}
@media (max-width: 360px) {
    .carousel .inner-content.vid-inner-content {
        height: 300px;
        width: 100%;
        display: inline-block;
    }
    .vid-carousel-control {
        display: none;
    }
}
