﻿html, body {
    height: 100vh;
    margin: 0;
    overflow: hidden;
    background-color: black;
    cursor: default;
    user-select: none;
}

#optionsContainer {
}

#gameContainer {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.teacherMode_text {
    float: right;
    margin-bottom: 700px;
    margin-left: 1000px;
    position: absolute;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    color: white;
}

.infoBtn {
    float: right;
    margin-bottom: 600px;
    margin-left: 985px;
    position: absolute;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    color: white;
}

.info_text {
    float: right;
 
    margin-left: 985px;
    position: absolute;
    width: 300px;
    height: 550px;
    background-color: #0e2406;
    font-family: 'Roboto Mono', monospace;
    font-size: 15px;
    color: white;
    border: 5px solid #245c10;
    display: inline-block;
}

.infoText_btn {
    width: 25px;
    height: 25px;
    float: right;
    border: 3px solid #008CBA;
    background-color: white;
    margin-bottom: 600px;
    margin-left: 1170px;
    align-items: center;
    position: absolute;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    color: black;
    display: flex;
    flex-direction: column;
}

.infoText_btn:hover {
    background-color: lightgrey;
}

.teacherMode {
    width: 25px;
    height: 25px;
    float: right;
    border: 3px solid #008CBA;
    background-color: white;
    margin-bottom: 700px;
    margin-left: 1170px;
    align-items: center;
    position: absolute;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    color: black;
    display: flex;
    flex-direction: column;
}

.teacherMode:hover {
    background-color: lightgrey;
}

#infoContainer {
    width: 500px;
    height: 75px;
    text-align: center;
    display: flex;
}

#buttonContainer {
    text-align: center;
    display: flex;
}

.totalBombs {
    height: 50px;
    width: 150px;
    flex-wrap: wrap;
    background-color: white;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 10px;
    border: 5px solid #008CBA;
    margin-bottom: 15px;
    color: black;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.totalFlags {
    height: 50px;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: auto;
    border: 5px solid #008CBA;
    margin-bottom: 15px;
    color: black;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timer {
    height: 50px;
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    background-color: grey;
    vertical-align: middle;
    border: 5px solid lightgrey;
    margin-bottom: 15px;
    color: black;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timerText {
    width: 80px;
    height: 40px;
    float: right;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 30px;
}

.endText {
    width: 700px;
    font-family: 'Roboto Mono', monospace;
    font-size: 25px;
    color: white;
    line-height: 35px;
    text-align: center;
    flex-wrap: wrap;
    display: inline-block;
    margin-bottom: 10px;
    white-space: pre-line;
}

.mole {
    float: left;
    width: 50px;
    height: 50px;
}

.mole_amount {
    width: 80px;
    height: 40px;
    float: right;
    color: black;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    margin-right: 10px;
    font-family: 'Roboto Mono', monospace;
    font-size: 30px;
}

.flagsRemaining {
    float: left;
    width: 50px;
    height: 50px;
}

.flag_amount {
    width: 80px;
    height: 40px;
    float: right;
    color: black;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    margin-right: 10px;
    font-family: 'Roboto Mono', monospace;
    font-size: 30px;
}

.startingText {
    font-family: 'Roboto Mono', monospace;
    font-size: 25px;
    color: white;
    line-height: 50px;
    text-align: center;
    margin-top: 430px;
    margin-left: 710px;
    position: absolute;
}

.flag {
    height: 40px;
    width: 40px;
    border: 5px solid;
    border-color: #7cc761 #1a470a #1a470a #6cba50;
    box-sizing: border-box;
    background-image: url("Media/flower_new.png");
    background-size: cover;
}

.grid {
    height: 400px;
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    background-color: #245c10;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #0e2406;
    color: white;
}

.grid_medium {
    height: 450px;
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    background-color: #245c10;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #0e2406;
    color: white;
}

.grid_big {
    height: 500px;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    background-color: #245c10;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #0e2406;
    color: white;
}

#buttonContainer {
    text-align: center;
}

.button {
    background-color: white;
    border: 3px solid #008CBA;
    color: black;
    padding: 15px 28px;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    text-decoration: none;
    margin-left: 5px;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition-duration: 0.4s;
    display: inline-block;
    font-weight: bold;
}

.button_active {
    background-color: #008CBA;
    border: 3px solid #008CBA;
    color: white;
    font-weight: normal;
}


.button:hover {
    background-color: #008CBA;
    color: white;
    font-weight: normal;
}

.grid div_easy {
    height: 40px;
    width: 40px;
    font-size: 25px;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
}

.grid div_medium {
    height: 30px;
    width: 30px;
    font-size: 17px;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
}

.grid div_hard {
    height: 25px;
    width: 25px;
    font-size: 15px;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
}

.grass {
    box-sizing: border-box;
    background-image: url("Media/grass.png");
    background-size: cover;
}

.bomb {
    height: 40px;
    width: 40px;
    border: 5px solid;
    border-color: #7cc761 #1a470a #1a470a #6cba50;
    box-sizing: border-box;
}

.bomb_small {
    height: 40px;
    width: 40px;
    border: 4px solid;
    border-color: #7cc761 #1a470a #1a470a #6cba50;
    box-sizing: border-box;
}

.bomb_mole {
    height: 40px;
    width: 40px;
    border: 3px solid;
    background-color: #f08426;
    border-color: #edb07b;
    box-sizing: border-box;
    background-image: url("Media/mole_new.png");
    background-size: cover;
}

.bomb_cheatMode {
    height: 40px;
    width: 40px;
    border: 5px solid;
    background-color: #f08426;
    border-color: #7cc761 #1a470a #1a470a #6cba50;
    box-sizing: border-box;
}

.empty {
    height: 40px;
    width: 40px;
    border: 5px solid;
    border-color: #7cc761 #1a470a #1a470a #6cba50;
    box-sizing: border-box;
}

.empty_small {
    height: 40px;
    width: 40px;
    border: 4px solid;
    border-color: #7cc761 #1a470a #1a470a #6cba50;
    box-sizing: border-box;
}

.clicked {
    height: 40px;
    width: 40px;
    border: 2px solid;
    background-color: #376327;
    border-color: #7a9e6d;
    box-sizing: border-box;
}

.clicked_bomb {
    height: 40px;
    width: 40px;
    border: 2px solid;
    background-color: #f25d00;
    border-color: #f0a462;
    box-sizing: border-box;
}

.one {
    color: #9cfff7;
}

.two {
    color: #80ff93;
}

.three {
    color: #ffc852;
}

.four {
    color: #ff5b52;
}

.five {
    color: #ff528c;
}

.six {
    color: #ff52df;
}

.seven {
    color: #d875ff;
}

.eight {
    color: #b675ff;
}
