html, body{
    background-color: #111;
    color: #FFF;
}

h1, h2, h3{
    color: #fff;
    font-family:'Raleway' sans-serif;
}

h1{
    font-size:3em;
    font-weight:400;
}

h2{
    font-size: 2em;
    font-weight:300;
}

#header{
    padding: 17vh 0;
    background-color: #333;
    text-align: center;
    background-image:url('headerbg.png');
    background-size:cover;
    background-position:center;
}

#header img{
    width:90%;
}

#about .col{
    /* text-align: center; */
}

#contact .form-control-group, #contact .form-control{
    width:100%;
}

#contact .button-primary-outlined{
    border-color: #fff;
}
