/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


body{
    background: #1ba5dd; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #1ba5dd 0%, #0083b7 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1ba5dd), color-stop(100%,#0083b7)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #1ba5dd 0%,#0083b7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #1ba5dd 0%,#0083b7 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #1ba5dd 0%,#0083b7 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #1ba5dd 0%,#0083b7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba5dd', endColorstr='#0083b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#main{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
}

#signup{
    width:960px;
    height:40px;
    margin:140px auto;
    text-align: center;
}

#body-container{
    width:960px;
    margin-left:auto;
    margin-right:auto;
}

#body-text{
    width:62.5%;
    margin-left:25%;
    margin-right:12.5%;    
    margin-top:0;
    position: relative;
}

#date{
    width:35%;
    height: 340px;
    padding-right: 20px;
    float: left;
    position: relative;
    margin-top: -49px;
}


#deets{
    width: 100%;
    margin-top: 60px;
    padding-bottom: 150px;
}

#deets-questions{
    width: 49%;
    height: 250px;
    float: left;
    position: relative;
    text-align: right;
    color: #ffa233;
}

#deets-answers{
    width: 49%;
    height: 250px;
    float: right;
    text-align: left;
    color: #fff
}


h1{
    font-family: "bree", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 110px;
    line-height: 1.1em;
    color: #ffa233;
    text-transform: uppercase;
    letter-spacing: 11px;
}

    .strikeout{
        background-color: #fff;
        z-index: 300;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        height: 30px;
        margin-top: -150px;
        padding: 0 20px;
    }

h2{
    font-family: "bree", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffa233;
}

    .not-italic{
        font-style: normal;
    }

    .linethrough{
        text-decoration: line-through;
    }

h3{
    font-family: "bree", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 55px;
    line-height: 1em;
    color: #ffa233;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
}

    .white{
        color:#fff;
    }

h4{
    font-family: "bree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

p{
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #fff;
}

a{
    color:#ffdfc0;
    text-decoration: none;
}

a:hover{
    color: #ffc17d;
}

a:active{
    color: #ffa233;
}



/* Media Queries */
@media screen and (max-width: 768px) {

    #main{
        width:100%;
        margin-right: auto;
        margin-left: auto;
    }

    #main h1{
        font-size: 60px;
    }

    .strikeout{
        margin-top: -80px;
        height: 15px;
    }

    #signup{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin: 50px 0
    }

    #body-container {
        display: block;
        width: 100%;
        }
    #date{
        width: 100%;
        margin: 0 0 50px 0;
        }     
    #date h3{
        text-align: center;
    } 
    #body-text{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 80%;
    }

    p{
        line-height: 38px;
    }

    #deets{
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 250px;
    }

    #deets-questions{
        width: 45%;
    }

    #deets-answers{
        width: 53%;
    }

}


@media (max-width: 480px) {

    #main{
        margin-top: 110px;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    #main h1{
        font-size: 30px;
    }

    #deets{
        padding-bottom: 400px;
    }

    .strikeout{
        margin-top: -40px;
        height: 10px;
        width: 60%;
    }

}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
