/*============================Global===============================*/

* {
    font-family: Verdana, Geneva, sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 300px;
    clear: both;
    background-color:#eef0fd !important;
}

.container{
    background-color:white !important;
}

.underline{
    text-decoration:underline;
}


/*=============================Header / Nav =====================================*/

#header {
    position:relative;
    display:block;
    margin:20px auto 0 auto;
    width:690px;
}

#header div{
    display:inline-block;
    margin-top:40px;
}

#titleLine1 {
    display: block;
    margin:0;
    font-size:1.2em;
    text-align: center;
    font-weight: lighter;
}

#titleLine2 {
    display: block;
    font-size:3.5em;
    margin:0;
    font-weight: lighter;
}

#logo {
    display: inline-block;
    width: 180px;
    margin: 0 20px 0 0;
    float: left;
}

#navContainer {
    border: none;
    margin-bottom:5px;
}

nav{
    font-size: 1.060em;
}

/*============================= Main ================================*/

#sideBar {
    margin-top: 30px;
    padding: 45px 15px 15px 15px;
    max-width: 285px;
    border: none;
    font-size: .8em;
}

#sideBar blockquote {
    font-size: 1em;
}

#sideBar img {
    width: 100%;
    margin: 30px 0;
}
#sideBar h3{
    font-weight:lighter;
}

#mainContent {
    font-size: 1.2em;
    padding-bottom:15px;
}

#mainContent h2{
    font-weight:lighter;
    margin-bottom:40px;
}

#mainContent h3{
    font-weight:lighter;
    margin-top:40px;
}

#mainContent h4{
    margin-bottom:40px;
}

/*=================================Misc===========================*/

#aboveTheFold {
    height: 370px;
    margin-bottom: 50px;
}

#donateButton {
    color: white;
    border:1px dotted white;
    background-color:#ff3333;
    padding:5px 8px 5px 8px;
    font-weight:lighter;
}

#slideshotImageContainer {
    height: 370px;
}

#slide {
    height: 370px;
}

#thumbnails {
    width: 560px;
    display: block;
    margin: 30px auto;
}

#thumbnails p {
    font-size: .85em;
}

#thumbnails div {
    display: inline-block;
    width: 100%;
}

#thumbnails div img {
    display: inline-block;
    width:270px;
}

ul{
    list-style-type: none;
}

#release{
    font-size:.8em;
}

#comments{
    margin:50px 0;
}

#goFundMeButton{
    margin:0 auto 40px auto;
    display:block;

}

ol li{
    margin: 10px 0;
}

#contactForm{
    display:block;
    margin:0 auto;
}

#roadSign{
    width:500px;
    display:block;
    margin:-10px auto 20px auto;
}

#mobileLogo{
    display:none;
}

/*==============================Footer===============================*/

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    font-size: .8em;
    margin-top: 30px;
}

.footer .container{
    padding-top:15px;
}


/*==============================Media Queries==============================*/

@media screen and (max-width:768px) {
    #aboveTheFold {
        display: none;
    }
    #thumbnails{
        display:none;
    }
    #mobileLogo{
        display:block;
        width:216px;
        margin:0 auto;
    }
    .footer{
        background-color:white;
    }
    #header{
        display:none;
    }
    #sideBar img{
        width:250px;
    }

}