.header {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.logo img {
    max-width: 500px;
    width: 100%;
}

.contact-wrap {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.contact-email {
    padding-top: 30px;
    text-align: center;
    width: 50%;
}
h1 {
    font-family: 'Lato', serif;
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 35px !important;
    font-weight: 300 !important;
}
h2 {
    font-size: 35px !important;
    font-family: 'Lato', serif;
    font-size: 35px !important;
    font-weight: 300 !important;
    color: #8CC63F;

}
h3 {
    font-size: 18px !important;
    font-family: 'Lato', serif;
    font-size: 18px !important;
    font-weight: 300 !important;

}
span a {
    font-size: 18px;
    font-family: 'Lato', serif;
    color: #808080;
    transition: all 0.5s;
}
span a:hover {
    text-decoration: none;
    color: #333;
}

@media screen and (max-width: 767px) {
    .contact-wrap {
        flex-wrap: wrap;
    }    
    .contact-email {
        width: 100%;
    }    
}

body {
    background-color: #f7e5de !important;
}