html {
    overflow-y: scroll;
}

body {
    background: #fff;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    padding-top: 51px;
}

.sponge-logo {
    height: 36px;
    float: left;
    margin-top: -8px;
}

@media screen and (max-width: 767px) {
    .sponge-logo {
        margin-top: -4px;
    }
}


.logo-a {
    height: 50px;
}

.search-back {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.landing-heading {
    margin-bottom: 30px;
    font-weight: lighter;
}

.nav-form {
    margin-top: 8px;
}

.nav-form .form-group {
    margin-bottom: 0;
}

.landing-bold {
    font-weight: 700;
    display: inline;
}

.page-header {
    font-weight: 700;
}

.docs-row {
    margin-top: 20px;
}

.project-list {
    padding-bottom: 120px;
}

.landing {
    font-size: 20px;
}

.project-header {
    display: block;
}

.nav-dropdown-link {
    padding: 15px;
    background-color: #e7e7e7;
}

.search-back {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../img/back.jpg) center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color: #eee;
    -webkit-box-shadow: 0 15px 40px rgba(0,0,0,.1);
    box-shadow: 0 15px 40px rgba(0,0,0,.1);
}

.search-back .search-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,.4));
    background: -moz-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,.4));
    background: -o-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,.4));
    background: -ms-linear-gradient(top,rgba(0,0,0,.4),rgba(0,0,0,.4));
    background: linear-gradient(to bottom,rgba(0,0,0,.4),rgba(0,0,0,.4));
}

.search-back .search-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    z-index: 10;
}

.search-back a {
    color: #bbb;
}

.search-back a:hover {
    color: #ddd;
    text-decoration: none;
}