﻿html, body, div {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    background-color: #000000;
    min-height: 750px;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

a img {
    border: none;
}



#content {
    position: relative;
    z-index: 1000;
    width: 100%;
    min-height: 100%;
    text-align: center;
}

#right {
    padding: 40px 40px 20px 20px;
    position: absolute;
    right: 0;
    width: 325px;
    top: 0;
    bottom: 0;
}

#left {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20px 20px 20px;
    position: absolute;
    left: 0;
    width: 350px;
    top: 0;
    bottom: 0;
}

#intro {
    width: 225px;
    display: block;
}

#shield {
    width: 325px;
    display: block;
}


#logo {
    width: 325px;  
}

#instructions {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#register {
    margin-bottom: 20px;
    display: block;
}

#register img {
    width: 325px;
}

#details {
    width: 325px;
}

#book {
    margin-bottom: 20px;
    display: block;
    margin-top: 10px;
}

#book img {
    width: 325px;
}

#footer {
    width: 325px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}



@media all and (max-width: 720px) {
    

      #left {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        width: auto;
    }

      #shield {
          position: relative;
          left: auto;
          bottom: auto;
      }

    #right {
        position: relative;
        right: auto;
        bottom: auto;
        top: auto;
    }

    #instructions {
    position: relative;
    bottom: auto;
    right: auto;
}

    #footer {
        position: relative;
        bottom: auto;
        right: auto;
    }
}

.lb-container .lb-nav {
    position: relative;
}

/* ---- Background Holder ---- */




.background-holder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

    .background-holder > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }

    .background-holder > div.active {
        z-index: 3;
    }
