/* 
    Document   : styles
    Created on : Mar 26, 2014, 3:38:13 PM
    Author     : Scott
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.header{
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.drop-btn{
    position: absolute;
    margin-top: 7%;
    margin-left: 24%
}
.dropdown{
    position: absolute;
    margin-top: 2%;
    margin-left: 4.5%;
    display: none;
    z-index: 9999;
}
.content{
    background-image: url(../images/page-bg.jpg);
    text-align: center;
    padding-top: 5px;
}
.page{
    width: 80%;
    background-color: #e6e6e6;
    text-align: left;
    margin: 0 auto;
    padding: 10px;
    min-height: 360px;
}
.page a{
	color: #5c756c;
	text-decoration:none;
}
.page a:hover{
	color:#f04f44;
}
.page p{
    margin: 0;
    padding-bottom: 1em;
}
.page h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.page h4{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.page h5{
    font-family: 'Droid Serif';
    font-style: italic;
    font-weight: 400;
}
.page h2 a{
    color: #87ceb3;
    text-decoration: none;
}
.page h2 a:hover{
    color:#f04f44;
}
.footer{
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
}
.footer p{
    padding-bottom: 20px;
    font-size: 9px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.footer p a{
    color: #fff;
    text-decoration: none;
}
.social{
    padding-top: 40px;
    padding-bottom: 25px;
}
.social img{
    margin-top: -13px;
    padding-right: 7px;
}
.view{
    padding-left: 10px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}
.view a{
	color: #fff;
	text-decoration: none;
	font-family: 'Oswald', sans-serif !important;
}