.logo{
    height: 50px;
    padding: 5px;
    margin-left: 10px;
}

@media (min-width:576px){
    .title{
    font-size: 1.8rem;
}
}

@media (min-width:576px){
    #header{
        height: 75px;
    }
    .contact{
        height: 250px;
    }
}
.contact{
    margin-top: 75px;
}
.email{
    padding-bottom: 25px;
}

