/*
 ----------------------------------------
*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 40px 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 (max-width: 768px) {
    .logo {
        display: none;
    }
    .logo-small{
        padding-left: 10px;
    }
    #jumbotron-text {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        display: none;
    }
    .logo-small {
        display: none;
    }
    #logo {
        background-image: url(../img/logo.png);
        background-position: 0% 0%;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        width: 768px;
        height: 400px;
        margin-top: 30px;
    }
    #jumbotron-text {
        display: none;
    }
}

@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;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
    #jumbotron-text {
        display: none;
    }
}
/*----------------- */

.navbar-default {
    background-color: #ffffff;
}

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../img/jumbotronbackground.jpg);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.1em 0.1em 0.3em;
    border: 0px;
    min-height: 400px;
    z-index: -1;
}

.logo {
    padding-top: 30px;
}

.logo-small {
    padding-top: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 838px;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0px;
}

.grey-bg {
    background-color: #343434;
    color: #e7e7e7;
}

.dark-grey-bg {
    background-color: #242424;
    color: #e7e7e7;
}

.red-bg {
    background-color: #ff6f6f;
    color: #222222;
}

.green-bg {
    background-color: #a7d163;
    color: #222222;
}

.yellow-bg {
    background-color: #f4ca5e;
    color: #222222;
}

.white-bg {
    background-color: #f8f8f8;
    color: #777;
}