﻿div.splash {
    width:100%;
    min-height:600px;
    height:700px;
    margin:0 0 0 0;
    position:relative;
}

    div.splash img.bg {
        width:100%;
        height:100%;        
        z-index:1;
        position:absolute;
    }

    div.splash img.logo {
        position:absolute;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index:2000;
    }

    div.splash div.splashNav {
        width:100%;
        height:64px;        
        background-color:#000000;        
        position:absolute;
        
        clear:both;
        z-index:3;
        font-family:BrandonGrotesque-black;
        font-size:18px;
        color:#ffffff;
        text-align:center;
        display:table;
        overflow:hidden;        
    }
        div.splash div.splashNav div {
            vertical-align:middle;
            display: table-cell;
            float:none !important;
            height:100%;
        }

        div.splash div.splashNav div:hover {
            color:#808080;
            cursor: pointer;
        }    