.aboutus h1 {
    font-size: 100px;
    font-family: Abril Fatface;
    text-align: left;
    margin-top: 110px;
    margin-left: 70px;
}

.aboutus h2 {
    font-size: 25px;
    font-family: Poppins Light;
    text-align: left;
    margin-top: 30px;
    margin-left: 80px;

}



.aboutus img {
    width: 35vw;
    margin: 30px 0 100px 0;
}

.aboutusp p {
    font-size: 20px;
    text-align: center;
    font-family: Poppins Light;
    font-weight: bold;
    margin: 0px 40px 0 40px;
}

.Gallery h1 {
    font-size: 100px;
}

.Gallery h2 {
    font-size: 30px;
    font-family: Roboto;
}



.header {
    text-align: center;
    padding: 32px;
    margin: 0 auto;
}

.rowofphoto {
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    padding: 0 20px;
}

/* Create two equal columns that sits next to each other */
.columnofphoto {
    -ms-flex: 50%;
    /* IE 10 */
    flex: 50%;
    padding: 20px 40px;
}

.columnofphoto img {

    vertical-align: middle;
    margin-bottom: 8px;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
}

.btn:hover {
    background-color: #007BFF;
    color: white;
}

.btn.active {
    background-color: #007BFF;
    color: white;
}









/* ...............................................................................................................
..........................................Phone................................................................
............................................................................................................... */



@media only screen and (max-width:780px) {
    .aboutus h1 {
        font-size: 30px;
        font-family: Abril Fatface;
        text-align: center;
        margin: 10px 0 10px 0;
    }

    .aboutus h2 {
        font-size: 20px;
        font-family: Poppins Light;
        text-align: center;
        margin: 10px 0 50px 0;
    }

    .aboutus p {
        font-size: 16px;
        font-family: Satisfy;
        text-align: left;
        margin-top: 30px;
        margin-left: 100px;
    }

    .aboutus img {
        width: 300px;
        margin: 10px 0 10px 0;
    }

    .aboutusp p {
        font-size: 16px;
        text-align: center;
        font-family: Poppins Light;
        font-weight: bold;
        margin: 0px 10px 0 10px;
    }

    .clientimage img {
        width: 70%;
        height: auto;
        margin: auto auto;
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .clientimage {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .rowofphoto {
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        -ms-flex-wrap: wrap;
        /* IE 10 */
        flex-wrap: wrap;
        padding: 0 4px;
    }

    /* Create two equal columns that sits next to each other */
    .columnofphoto {
        -ms-flex: 50%;
        /* IE 10 */
        flex: 50%;
        padding: 0 4px;
    }

    .History button {
        background-color: #007BFF;
        font-size: 16px;
    }


    .Gallery h1 {
        font-size: 40px;
    }

    .Gallery h2 {
        font-size: 16px;
        font-family: Roboto;
    }


}