body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
    height: 100%;
    line-height: 1.8;
}
.bgimg-1{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}
@media only screen and (max-device-width: 1024px) {
    .bgimg-1{
        background-attachment: scroll;
    }
}
.w3-bar .w3-button {
    padding: 16px;
}

    
.material-icons {vertical-align:-14%}

#left, #right {
    float: left;
    min-width: 30em;
}

#contactForm {
 
    align-items: center;
}