:root {
    --bg-color: #1a4a2a;
    --board-bg: #143d22;
    --panel-bg: rgba(0, 0, 0, 0.4);
    --text-color: #ffffff;
    --accent-color: #ffd700;
}


html { overflow-y: scroll; }

body {  font-family:  system-ui, sans-serif; background: linear-gradient(lightblue,white); background-attachment: fixed; margin:0; color: #fff; }

#game { width: 100%; max-width: 1025px; margin: auto; padding: 1rem; text-align: center; }
#game-line { display: flex; align-items: flex-start;  }
#game-line span { font-weight: bold }
#game-line a:link { text-decoration:none }
#game-line span a:hover { color:red }


h3,h2  { font-family: 'Bagel Fat One'; display: inline-block;  margin:0 auto;  }
h3,h2 a { text-decoration: none; color: inherit}
/*h3:hover,h2:hover,h1:hover a { color: blue; } */
h3:hover,h2:hover,h1:hover a:hover { color: #0066ff; }

/*h1 { font-family: 'Titan One';} */
/*h1 { font-family: 'Bungee' } */
h1 { font-family: 'Bagel Fat One'; font-size: 3em; padding: 0px; margin: 0; line-height: 1; }


#status-bar { display: flex; justify-content: space-around; background: rgba(0, 0, 0, 0.4); padding: 10px; border-radius: 8px; margin-bottom: 10px;} 

.status { position: absolute; bottom: 5px; right:15px }
#status-bar div { display: inline-block; margin-right: 10px;}

#scores {
    background: rgba(0,0,0,0.4);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;
}


#scores div { display: inline-block; margin-right: 0px;}
.score-box { width: 20%; font-weight: bold;  }

#log-container {
    height: 50px; background: rgba(0,0,0,0.6);
    overflow-y: auto; font-size: 0.8rem;
    padding: 8px; border-radius: 4px; margin-bottom: 10px;
    clear: both;
    display:none;
}

#table {
    position: relative;
    background: #06661e;
    /*background: #80CD32; */
    height: 640px;
    width: 900px;
    margin: 0 auto;
    /*border: 10px solid #044d16; */
    /*border: 10px solid #000; */
    border: 4px solid darkorange;
    border-style: thin;
    /*border-radius: 20px; */
    border-radius: 100px;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
    display:flex;
}


.about { width:75%; margin:0 auto; color:black;  }

.about h2, .about h3, .about h4 {
    font-family: 'Bagel Fat One';
    color:#228B22; /* forest green */
}



.footer 
{
    margin: 0 auto;
    color: black; 
    width: 100%;
    text-align:center;
}

.footer h4, .footer h5 {
    margin: 0 auto;
/*    font-family: 'Bagel Fat One'; */
    font-family: courier;
}

#change-avatar {
    position:absolute;
    margin:0;
    padding:0;
    font-size:0.75em;
    color:yellow;
    bottom:5px;
}

#game-avatars {
    text-align:left;
    border:solid black; 
    /*display:inline-block;*/
    display:none;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Shifts the div back by its own half-width and half-height */
    z-index:3000;
    background-color:blue;
}

.avatars span {
    
}
.avatars {
    border:solid yellow;
}

.avatars img {
    width:45px;
    height:auto;
}

.avatars label {
    /*border:solid black;*/
}

/* mobile edit to negate mobile html elements 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

#menu-toggle, #label-burger, #nav-hamburger {
    display:none;
}

#mobile-scores {
    display:none;
}


/* @@@@@@@@@@@@@ mobile edit end @@@@@@@@@@@*/



/* @@@@@@@@@@ ADS START @@@@@@@@@@ */

#gdc_mobile_ad {
    display:none;
}

.gdc_ads h4 {
    margin-bottom:0px;
    margin-top:0px;
}

.gdc_ads {
    width:160px;
    height:300px;
    text-align:center;
}

.gdc_ads_no_img {
    width:160px;
    height:300px;
    text-align:center;
    border: dashed thin;
    display:none;
}

#gdc_ads_left, #gdc_no_ads_left {
    margin-left:40px;
    margin-top: 150px;
    float:left;
}

#gdc_ads_right, #gdc_no_ads_right {
    margin-right:40px;
    margin-top: 150px;
    float:right;
}


/* @@@@@@@@@@@ ADS END @@@@@@@@@@@@@@@@@@@@@@ */

