﻿body {
}

.birdletterbox {
    position:relative;
    width: 100%;
    height: 0px;
    display: block;
    overflow: hidden;
    background-color:#000;
    z-index:200;
}

.fullscreenbut {
    width:60px;
    height:60px;
    position:absolute;
    right:0px;
    bottom:0px;
    background-color:#000;
    overflow:hidden;
    z-index:3000;
    border-radius: 20px 0 0 0;
    background-image:url("/Images/pc64.png");
    background-size:30px;
    background-position:center;
    background-repeat:no-repeat;
}

    .fullscreenbut:hover {
    background-color:#00a8ff;
    }

.birdgame {
    width: 100%;
    height: 640px;
    position: fixed;
    background-color: #E9ECB3;
}

.birdscore {
    font-size: 60px;
    line-height: 60px;
   /* font-weight: bold;*/
    position: absolute;
    left: 50%;
    top: 10px;
    color: #fff;
    z-index: 2500;
    transform: translate(-50%,0);
    /* -webkit-text-stroke: 4px #1c2400;*/
}

.bestcrown {
    float: left;
    width: 32px;
    height: 27px;
    margin: 6px 5px 0 0;
    position: relative;
    background-image: url("/Images/crown.png");
    background-size: 32px 27px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bestscore {
    float: left;
    font-size: 40px;
    line-height: 40px;
    /*font-weight: bold;*/
    color: #efc10d;
    z-index: 2000;
}

.bestscorehost {
    white-space: nowrap;
    height: 40px;
    position: absolute;
    left: 50%;
    display: block;
    z-index: 500;
    transform: translate(-50%,0%);
    transition: left 0.75s ease;
}

.birdover {
    position: absolute;
    width: 100%;
    height: 600px;
    z-index: 2000;
}

.birdstart {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.settingsdlg {
    padding: 20px 0 0 0;
    position: fixed;
    left: 50%;
    top: 320px;
    transform: translate(-50%,-50%);
    width: 320px;
    height: 250px;
    background-color: #000;
    z-index: 2500;
    display: none;
    border-radius: 20px;
}

.settingsreset {
    width: 100%;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 30px;
   /* font-weight: bold;*/
    white-space: nowrap;
    padding: 10px 40px 10px 40px;
    text-align: left;
    position: relative;
}

    .settingsreset img {
        width: 40px;
        position: absolute;
        right: 30px;
        bottom: 15px;
    }

    .settingsreset:hover {
        background-color: #00a8ff;
    }
        
.gamesettingsbut {
    position: fixed;
    top: 0px;
    right: 0px;
    background-image: url("/Images/settings.png");
    background-size: 34px;
    background-position: 50% 50%;
    background-color: #000;
    border-radius: 0 0 0 20px;
    background-repeat: no-repeat;
    width: 64px;
    height: 60px;
    z-index: 4000;
}

    .gamesettingsbut:hover {
        background-color: #00a8ff;
    }

.fxbut {
    position: absolute;
    top: 50px;
    width: 100px;
    height: 100px;
    background-image: url("/Images/fxon.png");
    background-size: 60px;
    background-position: 50% 50%;
    background-color: #1c2400;
    background-repeat: no-repeat;
}

    .fxbut:hover {
        background-color: #000;
    }

.scoresign {
    width: 400px;
    height: 400px;
    background-image: url("/Images/birdgame/signsheet.png");
    background-size: 1600px 400px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 200px;
    z-index: 350;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #4d3208;
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
    transition: left 1.0s ease;
    cursor:pointer;
}

.signresults {
    position: absolute;
    bottom: 10px;
    height: 25%;
    width: 100%;
}
