main>.container {
    padding: 60px 15px 0;
    margin-bottom: 5rem;
}

body>main {
    margin-bottom: 60px;
}

.sticky-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.minHeight {
    min-height: 80vh;
}

.heroText {
    font-family: modesto-open-shadow, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: rgb(255, 255, 0);
}

.bgImage {
    width: 100%;
    background: url("/img/GridBG.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}