.contact-title{
    font-family: 'Orelega One', cursive;
    color:#0B6292;
    /* color: #fff; */
}

.contact-sub-title{
    font-family: 'Marmelad', sans-serif;
    color:#396983;
}

.form-style{
    font-weight:500;
    color: #6b9eb9;
}

.background-contact-big{
    background: url(IMG/contact-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
}

.contact-small{
    background: url(IMG/contact-small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
}



.contact-main-row{
    margin-top: 70px;
}


/* MEDIA QUERY */
@media (max-width:576px){
    .background-contact-big{
        display: none;
    }

}

@media (min-width:577px) and (max-width:767px){
    .background-contact-big{
        display: none;
    }
}


@media (min-width:768px) and (max-width:991px){
    .contact-small{
        display: none;
    }

}


@media (min-width:992px) and (max-width:1199px){
    .contact-small{
        display: none;
    }
}  


@media (min-width:1200px) and (max-width:1399px){
    .contact-small{
        display: none;
    }
}


@media (min-width:1400px){
    .contact-small{
        display: none;
    }
}

@media (min-width:640px) and (max-width:641px) and (max-height: 360px){
    
}