* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
}

.mainnav {
    display: flex;
    background-color: #1f1f1f;
    justify-content: space-between;
    top: 0;
    z-index: 4;
    height: 3.65rem;
}

.nav-con {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1rem;
    color: whitesmoke;
}

.drop-btn {
    background-color: #1f1f1f;
    color: whitesmoke;
    padding: 17px;
    font-size: 1.3rem;
    border: none
}

.drop {
    position: relative;
    display: inline-block;
}

.drop-cont {
    display: none;
    position: absolute;
    background-color: #1f1f1f;
    min-width: 10rem;
    z-index: 4;
    transform: translateX(-2.1rem);
}

.drop-cont a {
    color: white;
    padding: 10px 14px;   
    text-decoration: none;
    display: block;
}

.drop-cont a:hover {
    background-color: #28a745;
}

.drop:hover .drop-cont {
    display: block;
    animation: dropanim 0.3s ease;
}

.drop:hover .drop-btn {
    background-color: #28a745;
}

.nodropBtn {
    display: inline-block;
    background-color: #1f1f1f;
    padding: 17px;
    font-size: 1.3rem;
    border: none;
    color: whitesmoke;
    text-decoration: none;
}

.nodropBtn:hover {
    background-color: #28a745;
}

@keyframes dropanim {
    from {opacity: 0;}
    to {opacity: 1;}
}

.nav2 {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    margin-bottom: -5.2rem;}

.nav-logo1 {
    z-index: 4;
    height: 2.7rem;
    margin: 0.3rem;
    position: sticky;
    top: 0;
    margin-left: 2rem;
}

.nav2-count {
    padding: 0.5rem;
    margin: 1.5rem;
}

.nav2-count a{
    color: whitesmoke;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 0.2rem;
    transition: all .1s;
}

.nav2-count a:hover {
    color: #28a745;
}

.active {
    border-radius: 3rem;
    background-color: #0d6efd;
}

.onlyNav {
    font-size: 1.5rem !important;
}

.topperImg1 {
    width: 3rem;
    opacity: 0%;
    right: 3rem;
    bottom: 3rem;
    position: fixed;
    pointer-events: none;
    transition: all .1s;
}

.topperVisible {
    opacity: 90%;
    pointer-events: all;
}

#Home {
    height: 40vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 85%, #000000 100%), url("img/mainImg1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainTitle {
    color: whitesmoke;
    position: absolute;
    top: 25vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainTitleBg {
    position: relative;
    height: 6rem;
}

.mainTitleH1 {
    position: absolute;
    font-size: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#Gallery {
    background-color: #000000;
    padding: 5rem 0 5rem 0;
}

.galeryWrapper {
    width: 80%;
    margin: auto;
    grid-gap: 5rem;    
}

.imgGal {
    margin-top: 5rem;
}

.imgGalContainer {
/*     display: grid; */
/*     grid-template-columns: 1fr 1fr 1fr 1fr; */
    /*     grid-template-rows: 12rem 12rem; */
}

.imgGalImgContainer {
    overflow: hidden;
    width: 22rem;
    height: 12rem;
    display: inline-block;
}

.imgGalImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-out;
    cursor: pointer;
}


.imgGalImg:hover {
    transform: scale(1.2);
}

.sectTitle {
    font-size: 3rem;
    color: whitesmoke;
    text-align: center;
    margin-bottom: 3rem;
}

.full {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease-out;
}

.full.show {
    opacity: 1;
    pointer-events: all;
}

#fullImg {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
}

#fullImg.full {
    transform: translate(-50%, -50%) scale(1);
}

#footer {
    background-color: #000000;
    height: 3.1rem;
}

.footerDiv {
    padding: 0.5rem 0;
    color: white;
    text-align: center;
}

.footerText1 {
    font-size: 1rem;
}

.footerText2 {
    font-size: 0.8rem;
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 950px) {
    .aboutImg1 {
        width: 15rem;
    }

}

@media screen and (max-width:750px) {
    .mainTitleBg {
        display: none;
    }
    .mainTitleH1 {
        font-size: 4rem;
	width: 90vw;
    }

}

@media screen and (max-width: 615px) {
    .mainnav {
        justify-content: flex-end;
    }

    .nav-con {
        display: none;
    }

    .nav2 {
        display: none;
    }

    .mainTitleH1 {
        font-size: 4rem;
    }

}

@media screen and (max-width: 450px) {
    .nav-nodrop {
        display: none;
    }

    .mainTitleH1 {
        font-size: 3rem;
    }

    .topperImg1 {
        width: 2.5rem;
    }

}
