footer{
    margin-top:60px;
}
body {
    font-family: 'Raleway';
}
h3::before {
    content: '';
    display: block;
    height:      50px;
    margin-top: -50px;
    visibility: hidden;
}
.jumbotron-img {
    background-image: url(/img/gavelmail.png);
    background-size: cover;
    height: 100%;
    color: white;
}
