
body {
    font-family: 'Roboto Slab', serif, 'Helvetica Neue',Helvetica,Arial,sans-serif; 
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Slab', serif, 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300; 
    color: #007bff;
}

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url(../img/bg-masthead.jpeg) no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 60px;
    background-color: #f5f5f5;    
}