@charset "utf-8";
/*
File: root_level_page_styles.css
Site: TNT
Date: 08/12/19
Author: KLP
Comments:
Shared styles for pages that are at the root level

*/





div#heroArea {
    padding: 20px;
    height: 130px;
    background-image: url(../images/ralphWindAndOil.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

div#heroArea h1 {
    font-family: 'Boogaloo', cursive;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 10px;
}

div#heroArea h1 {
    text-shadow: 2px 2px black;
}

div#heroArea p {
    text-shadow: 1px 1px black;
    font-size: 25px;
}

@media (min-width: 600px) {
    header #mastheadText p::before {
        content: "";
    }
}
