
    html {
        background: url(../img/woodgrain2.jpg) no-repeat center fixed; 
        background-size: cover;
    }
    
    body {
        background-color: transparent;
    }
    
    #navForm {
        background: url("../img/leaves.jpg") no-repeat left top fixed;
        background-size: 100%;
        background-color: white;
        border-style: solid;
    }
    
    .nav-tabs>li>a {
        color: #01FF70;
        font-size: 1.8em;
        font-weight: bold;
    }
    
    #landPage{
        text-align: center;
        background-color: transparent;
    }
    
    .col-centered{
        margin: 0 auto;
        float: none;
    }
    
    #wedInfo {
        display: none;
    }
    
    .well {
        color: Black;
    }
    
    .radio {
        display: block;
    }
    
    #success_message {
        display: none;
        font-size: 1.250em;
    }
    
    #loginfail {
        font-size: 1.250em;
    }
    
    .rsvpDone {
        display: none;
    }
    
    .map {
        display: none;
    }
    
    .info {
        display: none;
    }
    
    .rsvp {
        display: none;
    }
    
    .oneGuest {
        display: none;
    }
    
    .twoGuest {
        display: none;
    }
    
    #q2 {
        display: none;
    }
    
    #q3 {
        display: none;
    }
    
    #q4 {
        display: none;
    }
    
    #qlast {
        display: none;
    }
    
    #refresh1guest {
        display: none;
    }
    
    #refresh2guest {
        display: none;
    }
    
    #prevButton {
        display: none;
    }
    
    #nextButton{
        display:none;
    }
    
    #rsvpButton{
        display: none;
    }
    
    
    #homeHeader {
        color:#FFFFFF;
        font-family: 'Special Elite', Calibri, Helvetica, sans-serif;
        font-size: 3.8em;
    }
    
    #homeHeader2 {
        color:#FFFFFF;
        text-align: center;
        font-family: 'Special Elite', Calibri, Helvetica, sans-serif; 
    }
    
    #homeHeader3 {
        color:#FFFFFF;
        font-family: 'Special Elite', Calibri, Helvetica, sans-serif;
    }
    
    #legendID {
        /*font-family: Calibri, Helvetica, sans-serif;*/
        font-weight: bold;
        font-size: 2.5em;
    }
    
    #welcomeName {
        
        /*font-family: Calibri, Helvetica, sans-serif;*/
        font-weight: bold;
    }
    
    h1 {
        font-size: 3.8em;
    }
    
    h2 {
        font-size: 2.875em;
    }
    
    p {
        font-size: 1.250em;
    }
    
    .form-group {
        font-size: 1.250em;
    }
    
    ul {
        font-size: 1.250em;
    }
    
    #countdown {
        font-family: 'Special Elite', Calibri, Helvetica, sans-serif;
        font-weight: bold;
    }
    
    #loading {
        
        display: none;
        position:absolute; /*it can be fixed too*/
        left:0; right:0;
        top:0; bottom:0;
        margin:auto;
        max-width:100%;
        max-height:100%;
        overflow:auto;
    }
    
    /*.upload {
        display: none;
    } */
