body {
    padding-top: 0px;
    font-family: 'Work Sans', sans-serif;
}
.logo{
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 9999;
    margin-top: 150px;
    pointer-events: none;
}
.b-s-logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
@media (max-width: 992px) {
    .logo{
        margin-top: 185px;
    }
    .b-s-logo{
        width: 300px;
    }
}
@media (max-width: 768px) {
    .logo{
        margin-top: 205px;
    }
    .b-s-logo{
        width: 200px;
    }
}

.carousel{
    margin-bottom: 0px;
}

.carousel .item.image-1 {
    background-image: url('../images/dark_Sea%20Wall.jpg');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
.carousel .item.image-2 {
    background-image: url('../images/dark_Shop%20(2).jpg');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}
.carousel .item.image-3 {
    background-image: url('../images/dark_270%20Rock.jpg');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

/*.carousel-inner > .item > img {*/
    /*position: absolute;*/
    /*width: 100%; height:100%;*/
/*}*/

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #e64146;
}

.nav-pills>li {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-pills>li>a {
    border-radius: 0px;
    border: 2px solid #e64146;
    color: #919095;
}

.featurette-heading,.featurette-image,#services,#employment_contact {
    margin-top: 40px;
}

.thumbnail{
    border-color: #e64146;
}

.panel a{
    color: #e64146;
}

.b-s-red-background{
    background-color: #e64146 !important;
    color: #ffffff !important;
}

footer a{
    color: #e64146;
}

.footer-image{
    width: 60%;
    margin-top: -50px;
    float: right;
}

@media (max-width: 992px) {
    footer{
        text-align: center;
    }
    .footer-image{
        width: 50%;
        float: none;
        margin: 0 auto;
    }
}