.sticky-sidebar {
    position: fixed;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    color: #000000;
    margin-top: 100px;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: none;
}

.navbar-brand img {
    height: 75px;
}

.navbar {
    text-align: center;
}

.nav-link:hover {
    background: #9EDFEC;
}

.hero-bg {
    height: 500px;
}

.hero-fg {
    position: relative;
    top: 300px;
    color: white;
    height: 100%;
    width: 100%;
}

.hero-fg .container .row {
    position: relative;
}

.hero-fg h1 {
    color: #ffffff;
    font-size: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: table;
}

.hero-fg h2 {
    color: #ffffff;
    font-size: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: table;
}

@media screen and (max-width: 800px) {
    .hero-bg {
        height: 250px;
    }
    .hero-fg {
        top: 150px;
    }
    .hero-fg h1 {
        font-size: 1.5rem;
        padding: 3px;
    }
    .hero-fg h2 {
        font-size: 1.5rem;
        padding: 3px;
    }
}

@media screen and (min-width: 801px) {
    .col-form-label {
        text-align: right;
    }
}