nav.navbar {
    background: #333333;
}
nav.navbar .navbar-brand,
nav.navbar a.nav-link {
    color: #fe677b;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Archivo Narrow", "Open Sans", "Helvetica Neue", "Helvetica", "sans-serif";
}
nav.navbar a.nav-link:hover {
    text-decoration: underline;
}

#masthead {
    min-height: 540px;
    background-image: url(/img/HeroBackground.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero_logo {
    padding: 0 15px
}

section.main-content {
    min-height: 500px;
}

h1 {
    color: #e82058;
}

footer {
    background: #333333;
    text-align: center;
    color: #999999;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.footer-links {
    list-style-type: none;
}

ul.footer-links li {
    display: inline-block;
    padding: 0 10px;
}

ul.footer-links li svg {
    fill: #eeeeee;
}
ul.footer-links li svg:hover {
    fill: #999999;
}