* {
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.text-primary,a {
    color: #02537e !important;
}

.hero-tab {
    background-color: #02537ed4;
}

.hero {
    background: url('images/1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem;
}

.navbar-collapse {
    justify-content: center;

}

.navbar-nav {
    gap: 20px;
    align-items: center;
}

.nav-link {
    color: #02537e;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-success {
    background-color: white;
    color: #02537e;
    font-size: large;
    font-weight: 500;
}

.btn-success:hover {
    background-color: white;
    color: #02537e;
}

.about-img {
    height: 300px;
    height: 300px;
}

.lightgallery-item img{
    height: 500px;
    width: 500px;
}


@media screen and (max-width: 767px) {
    .fs-2 {
        font-size: 17px !important
    }

    .fs-4{
        font-size: 16px !important

    }
    .about-img {
        height: 200px;
        height: 200px;
    }
    .lightgallery-item img{
        height: 100%;
        width: 100%;
    }
    

}