﻿
.landing-image {
    background-image: url('/image/mainPageBackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -200;
}

.landing-page-content {
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.landingPageContainer {

    position: absolute;
    top: 45px; /* Header Height */
    /* Footer Height */
    /*bottom: 60px; */
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.landingPageHeaderContainer {
    position: absolute;
    max-width: 900px;
    width:100%;
    padding: 150px 30px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.landingHeader {
    letter-spacing: -.5px;
}

.landingPageSubheader {
    margin-top: 5px;
    letter-spacing: 1px;
    font-weight: lighter;
}

.landingPageContainer a {
    font-weight: bold;
    width: 120px;
    border: 2px solid rgba(255,255,255,.8);
    margin: 8px;
}
