.head {
    width: 100%;
    height: 120px;
    background-color: aqua;
    margin-top: -20px;
}

.head h1 {
    text-align: center;
    margin-top: -30px;
}

.head button {
    margin-left: 10px;
    margin-top: 40px;
    background-color: black;
    color: white;
    border: none;
}


.about {
    width: 100%;
    height: 450px;
    display: flex;
    margin-left: 0%;
    margin-top: 40px;
    display: flex;
}

.about2 {
    width: 50%;
    height: 100%;

}


.about2 h1 {
    margin-left: 20px;
}

.about2 p {
    margin-left: 20px;
}

.about2 button {
    margin-left: 100px;
    margin-top: 50px;
    height: 40px;
    width: 150px;
    background-color: #000;
    color: white;
    border: none;
    font-weight: bold;
}


.contact {
    width: 100%;
    height: 400px;
    background-color: lightblue;
    margin-top: 20px;
    display: flex;
}

.contact2 {
    width: 50%;
    height: 100%;

}

.contact2 form {
    margin-left: 150px;
    margin-top: 50px;
}

.Gallery{
    width: 100%;
    height: 320px;
    display: flex;
}

.gallery2 {
    width: 24%;
    height: 100%;
    margin-left: 10px;
    text-align: center;
    background-color: aquamarine;
}

.gallery2 img {
  
    padding-top: 30px;
}

.gallery2 h1 {

    font-size: 22px;
}

.gallery2 h2 {
    font-size: 12px;
}

.gallery2 p {
    text-align: left;
    font-size: 13px;
    margin-left: 10px;
}




.footer {
    width: 100%;
    height: 350px;
    display: flex;
    margin-top: 60px;
    background-color: #555;
}

.foot {
    width: 24%;
    height: 100%;

    margin-left: 15px;
}

.foot h2 {
    margin-left: 150px;
    font-weight: bold;
}

.foot h1 {
    font-size: 22px;
    text-align: center;
}

.foot a {
    margin-left: 100px;
    margin-top: 10px;
    text-decoration: none;
    color: black;
}

.foot h4 {
    margin-left: 100px;
    font-size: 17px;
}



@media only screen and (min-width: 300px) and (max-width: 600px) {

    .head h1 {
        text-align: center;
        margin-top: -30px;
        font-size: 25px;
    }



    .about {
        width: 100%;
        height: 950px;
        display: flex;
        margin-left: 0px;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
    }

    .about2 {
        width: 100%;
        height: 400px;

    }


    .about2 h1 {
        margin-left: 20px;
    }

    .about2 p {
        margin-left: 20px;
    }

    .about2 button {
        margin-left: 100px;
        margin-top: 50px;
        height: 40px;
        width: 150px;
        background-color: #000;
        color: white;
        border: none;
        font-weight: bold;
    }




    .contact {
        width: 100%;
        height: 800px;
        background-color: lightblue;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .contact2 {
        width: 100%;
        height: 400px;

    }

    .contact2 form {
        margin-left: 90px;
        margin-top: 50px;
    }

    .Gallery{
        width: 100%;
        height: 1240px;
        display: flex;
        flex-direction: column;
    }
    
    .gallery2 {
        width: 100%;
        height: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    



    .footer {
        width: 100%;
        height: 1300px;
        display: flex;
        margin-top: 60px;
        background-color: #555;
        flex-direction: column;
    }

    .foot {
        width: 100%;
        height: 350px;

        margin-left: 0px;
    }

    .foot h2 {
        margin-left: 100px;
        font-weight: bold;
    }

    .foot h1 {
        font-size: 22px;
        text-align: center;
    }

    .foot a {
        margin-left: 100px;
        margin-top: 10px;
        text-decoration: none;
    }

    .foot h4 {
        margin-left: 10px;
        font-size: 17px;
    }

    .foot p {
        margin-left: 10px;
    }
}