body {
    color: #ddd;
    /*background-color: #d1fdce;*/
    background-color: #222;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    font-weight: 200;
}

.intro-header {
    margin-top: 50px;
    padding-top: 250px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 30px;
    text-align: center;
    color: white;
    background: #222;
    background-size: cover;
    /*min-height: 400px;*/
}

.intro-message {
    position: relative;
    padding-bottom: 20%;
    padding-top: 25%;
}

.intro-message h1 {
    margin: 0;
    margin-top: -15%;
    font-size: 3em;
    color: #fff;
    text-shadow: 3px 0px 15px rgba(0, 0, 0, 1);
    padding-top: 10px;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message h3, .intro-message h2 {
    color: white;
    font-weight: normal;
    font-size: 30px;
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 1);
    padding-bottom: 20px;
    letter-spacing: 2.25px;
}


/*.header-bg {*/
/*    !*position: relative;*!*/
/*    background-color: rgba(0, 0, 0, 0.55);*/
/*    border-radius: 5px;*/
/*}*/


.info-section h3 {
    font-size: 32px;
}

.row-pic {
    padding-top: 25px;
    text-align: center;
}

.row-pic img {
    height: 200px;
}

.info-section {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    line-height: 2.5em;
}


.summary {
    font-size: 18px;
    max-width: 900px;
    margin: 20px auto;
}

.summary .pop {
    padding: 20px;
    font-size: 1.5em;
    text-align: center;
    font-style: italic;;
}

.cta {
    text-align: center;
}

.navbar-inverse {
    background-color: #000;
    border-color: #080808;
}

p {
    margin-bottom: 25px;
}

.black_friday {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    font-size: 30px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    line-height: 2em;
    background-color: #222;
}

.black_friday span {
    color: #fff;
    /*background-color: #222;*/
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #49ff18, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18;
    font-weight: bold;
}

.black_friday a {
    color: white;
    font-weight: bold;
}

.centered {
    text-align: center;
}

.landing-cms h3 {
    width: 100%;
}

.landing-cms p {
    width: 100%;
}

.header-bg {
    background: transparent;
}

.landing-cms {
    background-color: transparent;
    color: white;
    font-family: tahoma, serif;
}

.intro-header {
    padding-top: 220px;
}

.nav.navbar-right li {
    display: none;
}

@media screen and (max-width: 1000px) {
    .intro-message h1 {
        font-size: 56px;
    }

    .landing-cms .intro-header h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 650px) {
    .intro-message h1 {
        font-size: 44px;
    }

    .landing-cms .intro-header h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 450px) {
    .intro-message h1 {
        font-size: 36px;
    }

    .landing-cms .intro-header h2 {
        font-size: 22px;
    }
}

.landing-cms .info-section {
    padding-top: 0px;
}

.blackfriday img.item {
    max-width: 500px;
    border-radius: 5px;
}

.landing-cms .section-top {
    margin-top: 60px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.end {
    margin-bottom: 0;
}

.blackfriday .final-cta a {
    margin-right: 5px;
    margin-left: 5px;
}