/* Sticky footer styles */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    background-image:url(img/bbs_bkg.jpg);
    background-repeat:no-repeat;
    background-color:#292826;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}

h3.subhead,
h1 {
    font-family: "Exo 2",sans-serif;
    font-style: normal;
    font-weight:700;
    color:#fff;
    font-size:80px;
    line-height:80px;
    padding:15px 0 0px 0;
    margin:0;
    text-transform:uppercase;
    text-shadow:0px 3px 0px #b2a98f,0px 14px 10px rgba(0,0,0,0.15),0px 18px 2px rgba(0,0,0,0.1),0px 22px 30px rgba(0,0,0,0.1);
}

h3.subhead {
    font-size:32px;
    line-height:32px;
    padding-bottom:30px;
}

h1, h2, h3,  h4,  h5, h6, .btn {
    font-family: "Exo 2",sans-serif;
    font-style: normal;
}

.margin-00 {
    margin-top:0;
    margin-bottom:0;
}

.margin-0m {
    margin-top:0;
    margin-bottom:15px;
}

.margin-mm {
    margin-top:15px;
    margin-bottom:15px;
}
.margin-right5 {
    margin-right:5px;
}

.margin-left5 {
    margin-left:5px;
}

.text-300 {
    font-weight:300;
}

.text-400 {
    font-weight:400;
}

.text-700 {
    font-weight:700;
}


.well {
    padding:25px 35px;
    background:rgba(0, 0, 0, 0.7);
    color:#fff;
    border-radius:5px;
    border:solid 1px rgba(166, 159, 150, 0.8);
    box-shadow:0px 2px 0px rgba(166, 159, 150, 0.8),0px 14px 10px rgba(0,0,0,0.15),0px 18px 2px rgba(0,0,0,0.1),0px 22px 30px rgba(0,0,0,0.1);

}


.btn-default {
    font-size:26px;
    font-weight:700;
    line-height:60px;
    padding:5px 40px 5px 40px;
    border-radius:5px;
    background:rgba(158, 0, 93, 0.7);
    text-shadow:none;
    text-transform:uppercase;
    color:#fff;
    border:solid 1px rgba(166, 159, 150, 0.8);
    box-shadow:0px 2px 0px rgba(166, 159, 150, 0.8),0px 14px 10px rgba(0,0,0,0.15),0px 18px 2px rgba(0,0,0,0.1),0px 22px 30px rgba(0,0,0,0.1);

}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -50px;
    /* Pad bottom by footer height */
    padding: 0 0 50px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 50px;
    background-color: #f5f5f5;
}


/* Custom page CSS */
/* Not required for template or sticky footer method. */

.container .text-muted {
    margin:0;
    font-size:12px;
    line-height:50px;
}
