@media (max-width: 991px) {
    body, html{
        overflow-x:hidden;
    }
}
h2{
    font-size: 33px;
}
footer{
    background-color: #222;
}

header.masthead .masthead-title{
    font-size: 3rem;
}