html, body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.SHOTBYMOUNIR-NAME {
    position: relative;
    background-color: rgb(104, 42, 167);
    height: 30px;
     border-radius: 25px;
}

.page-title {
color: thistle;
background-color: #3a1c36;
width: auto;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
font-family: Arial, Helvetica, sans-serif;
font-size: large;
font-weight: bold;
border-radius: 25px;
border-bottom: 1px solid #fbf1ff;
}

.Navigation{ display: flex;
gap: 15px;} 

.updates {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    color: thistle;
}

.About {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color:   thistle;
    text-decoration: none;
}

.Gallery {
    position: absolute;
    left: 85px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    color:  thistle;
}

.home {  position: absolute;
right:74px;
top:50%;
transform: translateY(-50%);
text-decoration: none;
color: thistle}

.benches { 
margin-top: 100px;
display: flex;
justify-content: center;
height: 600px;}

.benches:hover{ cursor: pointer;}

.benches-container{ display: flex;
align-items: center;
flex-direction: column;}

.br-insta{text-align: center;}

.image-description{ color:  thistle ;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;}

.site-footer {
    margin-top: auto;
    padding: 20px;
    text-align: center;

    font-family: Arial, Helvetica, sans-serif;
    color:  thistle;

    border-top: 1px solid  thistle;
}



@media (max-width: 600px) {

    .SHOTBYMOUNIR-NAME {
        height: 45px;
    }

    .page-title {
        height: 45px;
    }

    .benches {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

}

.hamburger {
    display: none;
}
@media (max-width: 600px) {

    .hamburger {
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);

        background: none;
        border: none;

        font-size: 25px;
        color:  thistle;
    }

    .Navigation {
        display: none;
    }

    .mobile-menu {
        position: absolute;
        top: 45px;
        left: 0;

        width: 100%;

        background-color: #9b71b2;

        padding: 10px 0;
    }

    .mobile-menu a {
        display: block;
        text-align: center;

        padding: 12px;

        color:  thistle;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
    }
}

.mobile-menu {
    display: none;
}
