html {
    position: relative;
    min-height: 100%;
}

body {
    /*background: #2d2d2d url('/assets/images/pattern-bg.png');*/
    background: #000;
    color: #cfcfcf;
    margin-bottom: 45px;
}

body, p, li {
    font-family: 'Open Sans', sans-serif;
}


footer p {
    margin: 10px 0 0px 25px;
}

.sticky-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 35px;
    width: 100%;
    background-color: #000;
    border-top: 2px solid #fddc34;
}



a {
    color: #fff;
}

a:hover {
    color: #f3ce0f;
}

p {
    margin: 2px;
}

h1.title {
    font-size: 1.8em;
    color: #fff;
}

h2 {
    font-size: 1.6em;
    color: #fff;
}

h3 {
    font-size: 1.3em;
    color: #fff;
}

h4 {
    font-size: 1.15em;
    color: #fff;
}

.justifyfull {
    text-align: justify;
}

.main-box {
    background: none;
    margin-top: 10px;
    padding: 5px 25px 25px 25px;
}

#navbar {
    margin: 36px 0px 0 0;
}

#navbar .nav li {
    font-size: 1.1em;
}

.navbar {
    position: relative;
    margin: auto;
    width: 100%;
    height: 113px;
}

.navbar-inverse {
    background: #000000;
}

.navbar {
    /* background: #000 url("../images/lines-.png") right no-repeat; */
    background: #000;
    border-bottom: 6px solid #fddc34;
}

.navbar-brand {
    position: relative;
    margin: -2px 0 0 0;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.navbar li a {
    font-size: 0.85em;
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background: none;
    color: #fddc34;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #999;
}


.section-photo {
    padding: 0;
    margin-top: 0px;
    height: 300px;
    overflow: hidden;
}


/* Carousel base class */
.carousel {
    width: 100%;
    height: 250px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 10px;
}
.carousel .item {
    height: 250px;
    background-color: #777;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */

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


/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1440px) {
    .carousel {
        height: 300px;
    }
    .carousel .item {
        height: 300px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

@media (max-width: 980px) {
    .carousel {
        height: 230px;
    }
    .carousel .item {
        width: 980px;
        height: 230px;
    }

    #navbar {
        margin: 37px 0px 0 0;
    }
    .navbar {
        background: #000;

    }
    .navbar li a {
        font-size: 0.7em;
    }
}

@media (max-width: 768px) {
    .navbar {
        position: relative;
        margin: auto;
        width: 100%;
        height: 85px;
    }
    #navbar {
        margin: 25px 0px 0 0;
    }
    .navbar-toggle {
        margin-top: 25px;
        margin-right: 15px;
        margin-bottom: 8px;
    }
    .navbar-brand > img {
        width: 180px;
    }
    .nav>li {
        position: relative;
        display: inline-block;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
    }
}

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}