/* Put your custom styles here */
.main-nav {
    position: fixed;

    /* Set the navbar to fixed position */
    top: 0;

    /* Position the navbar at the top of the page */
    border-bottom-color: rgb(231, 231, 231) !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}


#header-1 .main-nav .navbar-toggle .icon-bar {
    background-color: black !important;
}

.navbar-nav li a {
    margin: 0;
}

.feature-box {
    height: 380px;
}