﻿.page-home #content {
    width: 100% !important;
    margin: 0;
}

.page-home #content .main-content {
    width: 100%;
}

.home-page-wrapper {
    width: 100%;
    margin: 0;
}

.parallax-panel {
    position: relative;
    min-height: 760px;
    overflow: hidden;
}

.parallax-panel .story-image-wrapper {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
}

.parallax-panel .story-image-wrapper .img-responsive {
    min-width: 100%;
}


.parallax-panel > article {
    background: rgb(255,255,255);
    position: relative;
    box-shadow: 0 5px 3px 0 rgba(128, 128, 128, 0.5);
    z-index: 1;
    min-height: 355px;

}
    .parallax-panel > article .container {
        overflow: hidden;
    }

    .parallax-panel > article .container > a {
        background: none repeat scroll 0 0 rgb(225, 225, 225);
        border-radius: 100%;
        color: rgb(255, 255, 255);
        display: block;
        font-size: 1.8em;
        height: 75px;
        margin: -14px auto -36px;
        padding-top: 6px;
        text-align: center;
        vertical-align: bottom;
        width: 75px;
    }

        .parallax-panel > article .container > a:hover,
        .parallax-panel > article .container > a:active,
        .parallax-panel > article .container > a:focus {
            outline: none;
            background: none repeat scroll 0 0 rgb(196, 196, 196);
        }


.parallax-panel > article .jumbotron {
    background: none;
    padding-left: 0;
    padding-right: 0;

}

    .parallax-panel .jumbotron h2 {
        font-family: 'Roboto Condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
        font-size: 2.5em;
        font-weight: 600;
    }

    .parallax-panel .jumbotron p {
        font-weight: 200;
    }


    .parallax-panel .btn-primary {
        background: rgb(238, 46, 36);
        border-color: rgb(219, 3, 0);
        font-family: 'roboto', Roboto, Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        font-size: .8em;
        text-transform: uppercase;
        -webkit-text-shadow: none;
        text-shadow: none;
        box-shadow: inset 0 3px 2px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2);
    }


.parallax-panel.intro {
    min-height: 400px;
}

.parallax-panel.intro > article {
    background: none;
    box-shadow: none;
}

    .parallax-panel.intro .jumbotron {
        background: none repeat scroll 0 0 rgba(14, 14, 14, 0.5);
        color: rgb(255, 255, 255);
        font-size: 1.5em;
        font-weight: 300;
        margin: 30px auto;
        width: 75%;
        padding: 15px;
        position: relative;
        border-radius: 10px;
        -webkit-text-shadow: 0 1px 0 rgba(14, 14, 14, 0.5), 0 2px 2px rgba(14, 14, 14, 0.5);
        text-shadow: 0 1px 0 rgba(14, 14, 14, 0.5), 0 2px 2px rgba(14, 14, 14, 0.5);
    }

        .parallax-panel.intro .jumbotron h2 {
            border-bottom: 1px solid rgba(14, 14, 14, 0.25);
            color: rgb(255, 255, 255);
            font-family: 'Roboto Condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
            font-size: 1.65em;
            font-weight: 600;
            margin-left: -15px;
            margin-right: -15px;
            padding-bottom: 0.5em;
            text-align: center;
        }

        .parallax-panel.intro .jumbotron p {
            font-family: 'Roboto Condensed', 'Arial Narrow', 'Nimbus Sans L', sans-serif;
            font-size: 1.4em;
            text-align: center;
        }

    .parallax-panel.intro .btn-primary {
        font-size: .55em;
    }

#socialize {
    text-align: center;
    padding: 15px;
    margin-bottom: -30px;
    background: rgb(165,165,165);
}

#socialize ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#socialize ul > li {
    float: left;
}

#socialize ul > li > a {
    color: rgb(255,255,255);
}

    #socialize ul > li > a:hover {

    }

.video-wrapper {
    position: fixed;
    right: -100px;
    top: -250px;
    z-index: 10;
}

#output {
    width: 540px;
    height: 960px;
}

#buffer {
    display: none;
}

#canvas_output {
    z-index: 10;
    display: block;
    width: 540px;
    -moz-transform: scale(.7,.7);
    -ms-transform: scale(.7,.7);
    -o-transform: scale(.7,.7);
    -webkit-transform: scale(.7,.7);
    transform: scale(.7,.7);
}

.page-home > footer {
    padding-top: 1.25em;
    margin-bottom: 125px;
}

@media only screen and (max-width: 960px) {
    .page-home .main-content {
        padding: 0 !important;
    }
}
