body{
    background-color:#f9f3e1 !important;
}
.bgdg {
    /* background-color: #1D462D; */
    background-color: #04482a;

}

.active {   
    /* background-color: #022516; */
    /* color: #7dad99 !important; */
    color: aliceblue !important;
}


.bglt {
    /* background-color: #1E4C2E; */
    background-color: #004d2b;

}


.hover-pointer{
    cursor: pointer;
}

.bgdg,
.bglt {
    color: white;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    /* font-size: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-width: 20vw; */
    cursor: pointer;
    /* transition: font-size 2s; */
    height: 6vh;
}

.col-lg-2:hover {
    color: rgb(255, 255, 255);
    /* font-size: 24px; */
    transform: scale(1.03);
    background-color: #022516;
}



.col-lg-2:hover>a {
    /* transform: rotate(0deg); */
    text-decoration: none;
    color: rgb(255, 255, 255);

}

a {
    /* color: aliceblue !important; */
    color: #7dad99 !important;
    text-decoration: none;
    background-color: transparent;
}


.card {
    /* width:200px */
    margin-top: 10px;
    /* height: 0px; */
    font-family: 'Raleway', sans-serif;
    border: none;
    background-color:#f9f3e1 !important;
    
}

.card:hover {
    /* width:200px */
    /* opacity: 0.5; */
    /* color: red; */
    font-family: 'Raleway', sans-serif;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 10vh; */
}

#menu-items {
    display: none;
}
#menus {
        display: block;
    }

    img{
        border-radius: 5px !important;
    }

    .bottom-left{
        position: relative;
        bottom: 30px;
        color: white;
        text-shadow: 1px 2.867px 5px rgb(10, 9, 9);
    }

    .logo_text {
        font-size: 50px;
        font-family: 'Mate SC', serif;
    }
 
 
@media only screen and (max-width: 600px) {


    #menu-items {
        display: block;
    }

    #menus {
        display: none;
    }
    #name-title{
        display: none;
    }

    .bg-darks {
        background-color: #04482a!important;
        border-radius: 5px;
    }

    iframe{
        margin-top: 40px;
        width: 350px;
        height: 450px;
    }
    
    img{
        border-radius: 5px !important;
    }

    .bottom-left{
        position: relative;
        bottom: 30px;
        color: white;
        text-shadow: 1px 2.867px 5px rgb(10, 9, 9);
    }
 
   
}