/* BANNER ELEMENTS */

#masterBanner{
    background-image:url('images/global/banner_back.png');
    position:fixed;
    height:85px;
    width:100%;
    z-index: 1;
}

.bannerLogo{
    position: fixed;
    margin-top:8px;
    left: 50%;
    transform: translateX(-50%);
}

.bannerButton{
    font-size: 32px;
    font-weight:600;
    position:fixed;
    margin-top:20px;
}

#leftSide {
    left: 10px;
}

#rightSide{
    right: 10px;
}

footer{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:200;
    font-size:13px;
    text-align:center;
    padding: 10px;
    color:white;
    background-color:black;

}