body {
    font-family: 'Raleway', Helvetica, Arial;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
}

p {
    line-height: 30px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    text-transform: uppercase;
    font-family: 'Raleway', Helvetica, Arial;
    font-weight: 700;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fbb03b;
}

/* end */

/* nebheader */

.nebheader {
    max-height: 18px;
    margin-top: -80px;
    margin-bottom: 30px;
    white-space: nowrap;
}

.nebheader h5 {
    /*    font-family: arial;*/
    font-size: 16px;
    color: #b3b3b3;
    padding-left: 35px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
}

.icon-sprite.sprite-neb {
    width: 33px;
    height: 17px;
    display: block;
    background: url(../img/nbels-sprite.png) no-repeat;
    background-position: -32px top;
    margin-bottom: -26px;
}

/* end */

/* navigation */

.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 20px;
    margin-right: 0;
    width: auto;
    height: 34px;
    text-align: center;
    color: #fff;
}

navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
    outline: none;
}

.navbar-default {
    background: none;
    border: none;
    padding: 10px 0 0 0;
}

.navbar-collapse {
    max-height: none;
    border-top: 0;
}

.dropdown span {
    text-align: center;
}

.dropdown-menu .divider {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;

}

.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fbb03b;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background: none;
    outline: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fbb03b;
    background: none;
    outline: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu {
    background: rgba(0, 0, 0, 0.6);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    text-align: center;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fbb03b;
    background: rgba(0, 0, 0, 0.2);
}

.dropdown-menu {
    background: none;
}

.navbar-default .navbar-collapse {
    border: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    box-shadow: none;
}

/* end */

/* jumbotron */

.jumbotron {
    background: #000 url(../img/banner1.jpg) no-repeat;
    background-size: cover;
    max-height: 1000px;
    padding: 60px 0 20px 0;
    margin: 0;
    z-index: -10;
}

.seal {
    padding: 100px 40px 0 0;
}

.jumbotron h1 {
    color: #fbb03b;
    font-size: 40px;
    text-transform: capitalize;
    margin-top: -40px;
}

.jumbotron p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    padding: 20px;
}

/* end */



/* info */

.info {
    background: #fbb03b;
    padding: 10px 50px 10px 50px;
    font-size: 16px;
    color: #fff;
}

.info a {
    color: #fff;
}

.info a:hover {
    color: #000;
    text-decoration: none;
}

.info a:focus {
    color: #fff;
    text-decoration: none;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

/* end */

/* info2 */

.info2 {
    background: #ed444b;
    padding: 10px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.info2 a {
    color: #fff;
}

.info2 a:hover {
    color: #431618;
    text-decoration: none;
}

.info2 a:focus {
    color: #000;
    text-decoration: none;
}

/* end */

/* services */

.icon-sprite {
    width: 36px;
    height: 34px;
    display: inline-block;
    background: url(../img/nbels-sprite.png) no-repeat;
    background-position: left top;
    margin-top: 20px;
    margin-bottom: -10px;
}

.icon-sprite.sprite-dates {
    background-position: left -22px;
}

.icon-sprite.sprite-rosters {
    background-position: -34px -22px;
}

.icon-sprite.sprite-forms {
    background-position: -68px -22px;
}

/* end-services */

/* contact-info */

.contact-info {
    background: #fbb03b;
    padding: 20px 0 20px 0;
}

.contact-info h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
}

.contact-info h4 {
    font-size: 16px;
}

.contact-info a:hover {
    color: #c1272d;
}

.contact-info a:focus {
    color: #000;
    text-decoration: none;
}

/* end */

/* footer */

footer h5 {
    font-size: 13px;
}

/* end */

/* media queries */

@media(min-width:768px) {
    .navbar-default .navbar-collapse {
        background: none;
    }

    .navbar-default .navbar-nav {
        float: left;
    }

    .navbar-default .navbar-nav>li {
        margin-left: 5px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 9px 0 0 0;
        max-width: 150px;
        min-height: 50px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        text-align: left;
    }

    .jumbotron h1 {
        padding-top: 80px;
        text-align: center;
    }

    .jumbotron p {
        text-align: center;
    }

    .services {
        margin: 30px;
    }

    .icon-sprite {
        margin-bottom: 10px;
    }

    .address-info {
        text-align: right;
    }

    .contact {
        text-align: left;
    }
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li {
        margin-left: 1px;
    }

    .jumbotron {
        padding-bottom: 60px;
    }

    .jumbotron h1 {
        margin-top: 0px;
        text-align: left;
    }

    .jumbotron p {
        text-align: left;
        padding-right: 80px;
    }

    .services .col-sm-4 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .services-rosters .col-sm-4 {
        border-right: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
    }
}

@media(min-width:1200px) {
    .navbar-default .navbar-nav>li {
        margin-left: 30px;
    }

    .jumbotron {
        padding: 60px 0 120px 0;
    }

    .jumbotron h1 {
        padding-top: 10px;
        text-align: left;
    }

    .jumbotron p {
        text-align: left;
        padding-right: 80px;
    }

    .seal {
        margin-top: -80px;
    }

    .statement {
        padding-top: 100px;
    }
}


/* Basic Button Style */
.btnxx {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    border-radius: 0.6em;
    color: #e74c3c;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2;
    margin: 10px;
    padding: .5em 1em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.btnxx:hover,
.btnxx:focus {
    color: #fff;
    outline: 0;
}

.fourth {
    border-color: #fbb03b;
    color: #fff;
    background-image: linear-gradient(45deg, #fbb03b 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 600ms ease-in-out;
}

.fourth:hover {
    background-position: 0;
}

.renew:hover,
.renew:focus {
    text-decoration: none;
}