﻿body {
    background-color: #233849;
}

#top-container {
    width: 980px;
    margin: auto;
    background-color: #233849 !important;
}

#top {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.50);
}

#bottom {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 0;
}

#home-landing {
    position: relative;
    width:980px;
    height:682px;
    padding:0;
    margin:0;
}

#tower {
    position: absolute;
    left: 420px;
    z-index: 102;
}

#the-signature-lounge {
    width: 360px;
    height: 180px;
    position: absolute;
    top: 100px;
    left: 40px;
    z-index: 101;
}

#the-signature-room {
    width: 360px;
    height: 180px;
    position: absolute;
    top: 380px;
    right: 40px;
    z-index: 101;
}

    #the-signature-lounge a, #the-signature-room a {
        display: block;
    }

#home-landing-mobile {
    display: none;
}

@media (max-width: 1200px) {
   
}


@media (max-width: 992px) {


    #home-landing {
        display: none;
    }

    #home-landing-mobile {
        display: block !important;
        width: 320px;
        height: 480px;
        margin: auto;
        background-image: url("/SR/media/2015/SignatureRoom-Mobile-landing.jpg");
        background-repeat: no-repeat;
        position: relative;
    }

    #the-signature-lounge-mobile {
        position: absolute;
        top: 40px;
    }

        #the-signature-lounge-mobile img, #the-signature-room-mobile img {
            max-width: 300px;
            padding-left: 10px;
        }

    #the-signature-room-mobile {
        position: absolute;
        top: 300px;
    }

    #top-container {
        width: 320px;
        height:480px;
    }
}


