
.sf-top-bar {
    text-align: right;
    padding: 0.2em 0 0 0 ;
    background: black;
    color: white;
}

#menu-top-bar-menu {
    list-style-type: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#menu-top-bar-menu li {
    display: inline-block;
}

#menu-top-bar-menu a {
    color: white;
    margin-left: 20px;
    font-weight: normal;
    font-size: 0.8em;
}

#masthead {
    margin-bottom: 0 !important;
}

#hero-image {
    position: relative;
}

.hero-content-wrapper {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 20%;
    text-align: center;
}

.hero-content-wrapper h1 {
    color: white;
}

.hero-content-wrapper p {
    color: white;
}