.contact-image {
    background-image: url(../images/river2.jpg);
    padding: 100px; 
    height:450px; 
    width: 100%;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.contact-heading{
    padding: 50px 5px;
    font-size: 1.3em;
    color: #bc9d5b;
}

.contact-heading h1{
    text-align: center;
}

.contact-wrapper{
    display: flex;
    justify-content: space-around;
    font-size: 0.7em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 50px 30px;
    /* background-color: rgb(242, 250, 253); */
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;;
    /* border-radius: 20px; */
    text-decoration: none;
}

.contact-wrapper > .email h2, .phone-no h2, .working-hours h2{
    font-family: 'Rubik', sans-serif;
    color: #414141;
    font-weight: 900;
    font-size: 2.2em;
    padding-bottom: 7px;
}

.contact-wrapper >.email p,.phone-no p,.working-hours p{
    font-family: 'Rubik', sans-serif;
    font-size: 2em;
    font-weight: 100;
    color: #414141;
    text-decoration: none;
}

.contact-wrapper >.email p a,.phone-no p a,.working-hours p a{
    font-weight: 100;
    color: #414141;
    text-decoration: none;
}

.contact-wrapper >.email p a:hover,.phone-no p a:hover{
    color: #3366cc;
}


.contact-content{
    padding: 20px 0px 20px 40px;
    font-size: 1.7em;
    font-weight: 100;
}

.contact-content > .fees{
    padding-top: 50px;
    color:#666 ;
    padding-bottom: 30px;
}

.contact-content > .fees h3, .location h3{
    color: #bc9d5b;
    font-size: 1.9em; 
    padding-bottom: 12px;
}

.contact-content > .fees, .location{
    color:#666 ;
    font-size: 0.7em;
    line-height: 1.8em;
    font-weight: 100;
}

.locationForm-wrapper{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 40px;
    max-width: 1200px;
}



@media all and (max-width: 980px){
    .contact-wrapper{
        flex-direction: column;
    }

    .contact-wrapper >.email,.phone-no,.working-hours{
       padding: 40px 10px;
    }

    .locationForm-wrapper{
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }

    .contact-content > .fees, .location{
        color:#666 ;
        font-size: 0.7em;
        line-height: 1.8em;
    }
    .contact-image {
        height:300px; 
    }
    
}

@media all and (max-width: 600px){
    .contact-heading{
        font-size: 1em;
    }

    .contact-wrapper{
        padding: 20px;
    }

    .contact-wrapper >.email p,.phone-no p,.working-hours p{
        font-size: 1.9em;
    }

    .contact-content > .fees, .location{
        color:#666 ;
        font-size: 0.6em;
        line-height: 1.8em;
    }

    .contact-content > .fees{
        padding: 30px 0px 0px 0px;

    }
}