﻿@font-face {
    font-family: OpenSans;
    font-weight: lighter;
    src: url(fonts/open-sans-light.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: bold;
    src: url(fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: OpenSans;
    font-weight: normal;
    src: url(fonts/OpenSans-Regular.ttf);
}


body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 16pt;
    font-family: OpenSans, Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-weight: normal;
    background-color: #646464;
}

.ground {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.topmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: rgba(255,255,255,1);
    color: #646464;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: solid 1px #646464;
    z-index: 100;
    background-position-y: -100px;
    overflow-y: hidden;   
    box-shadow: rgba(0,0,0,0.1) 0 2px 5px 1px;
    transition: all 0.4s ease;
}

    .topmenu:hover {
       
       
        
    }

.topmenu_btnHolder {
    position: absolute;
    top: 0;
    right: 180px;
    bottom: 0;
    width: auto;
}

.topmenu_btn {
    position: relative;
      height: 40px;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: table-cell;
   
   color: #646464;
    transition: all 0.4s ease;
    user-select: none;
    -moz-user-select: none;
}

   



.topmenu_bawlogo {
    position: absolute;
    top: 2px;
    left: 50px;
    bottom: 2px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/bawlogo480x100px.png);
    width: 260px;
}

.m4aLogo {
    position: absolute;
    top: 60px;
    right: 10px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 180px;
    background-image: url(../img/m4asquare180qpx.png);
    z-index: 12;
}

.screen {
    position: relative;
    width: 100%;   
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:white;
    margin-top:60px;
     color: #646464;
     
}

.screenoverblend {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.25);
}

.bigtitletext {
    position: absolute;
    font-size: 22pt;
    font-weight: lighter;
    left: 58%;
    top: 50%;
    transform: translate(-10%, -100%);
    padding: 10px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.85);
    color: #646464;
}

@media screen and (orientation:portrait) {
    .topmenu_btnHolder {
        right: 0;
    }

    .bigtitletext {
        font-size: 20pt;
        left: 20%;
    }

    .topmenu_bawlogo {
        left: 10px;
        background-position-x: left;
        width: 180px;
    }
}
