﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    /* Wrapping element 
    background-image: url('../images/frontdoor-lessthen505px.jpg');
*/
    width: 95%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    background-position: Left 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: padding-box;
    background-size: cover;
    background-clip: content-box;
    height: 95%;
    
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
  
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}
.backimg {
    background-image: url('../images/MainImage.jpg');
    height: 100%;
    max-height:100%;
    position: absolute;
    top:0;
    left: 0;
    background-position: center 0%;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-origin: padding-box;
    background-size:cover;
    background-clip: content-box;
    width: 100%;
    
}

.backimg_Loggedin {
    background-image: url('../images/Lobby.jpg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: padding-box;
    background-size: cover;
    background-clip: content-box;
    width: 100%;
}
.backimg_inClub {
    background-image: url('../images/InsideClub.png');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: padding-box;
    background-size: cover ;
    background-clip: content-box;
    width: 100%;
}

.backimg_Other {
    background-image: url('../images/CCMachines.gif');
    position: fixed;
    top: 5px;
    left: 0;
    background-position: center 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: padding-box;
    background-size: cover;
    background-clip: content-box;
    width: 100%;
}

.MainTitle {
    color: #FCFBFB;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    font-size: 39px;
    text-align: center;
    text-shadow: 6px 5px #000406;
    letter-spacing: 5px;
    margin-top: 28px;
}

.Large-White {
    color: #FFFFFF;
    font-style: italic;
    font-variant: normal;
    font-weight: 800;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 25px;
    margin-top: -2px;
    text-align: left;
    text-decoration: underline;
}

.PadRow{
    padding-top:25%;

}

.makewhite {
    color: #FFFFFF !important;
    font-size: 14px;

}

