#headRow {
    background: white url("../img/Background2.jpg") no-repeat fixed bottom;
    background-size: initial;
    margin-bottom: 2em;
}

#backgroundWrapper {
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 15em;
}

.head {
    margin-top: -50px;
}

.headText {
    background-color: white;
    color: black;
    mix-blend-mode: screen;
    font-size: 8vw;
    font-family: 'Lato', sans-serif;
    padding-right: 13px;
    padding-bottom: 15px;
}

.headSubtext {
    color: white;
    font-size: 3vw;
}

.headSubSubtext {
    color: white;
    font-size: 2vw;
}

.featurebox {
    margin-top: -1.5rem;
    margin-right: .5rem;
    margin-left: .5rem;
}

p {
    font-size: 1vw;
}

.icon {
    width: 5em !important;
    height: 5em !important;
    opacity: 70%;
}