#banner {
    padding-top: 300px!important;
}
.header_1 {
    position: relative;
    bottom: 8em;
}

/* Header link styling */
#navigation li a {
    color: #222222 !important;
    transition: color 0.2s ease;
}

#navigation li a:hover,
#navigation li.active a {
    color: #008685 !important;
}

@media only screen and (max-width: 992px) {
    .fa {
        color: black!important;
    }
    .navbar-collapse {
        background: white!important;
        height: initial!important;
    }
    .navbar-toggler {
        background: white!important;
    }
    #navigation li a {
        color: #222222!important;
        padding: 10px 15px;
        display: block;
    }
    #navigation li a:hover,
    #navigation li.active a {
        color: #008685!important;
    }
}