#load {
    font-family: 'Barlow Condensed', sans-serif;
    visibility: hidden;
    height: 0px;
}
a { color:
#703f45} /* Globally */

/* Each state */

a:visited { text-decoration: none; color:
#703f45; }
a:hover { text-decoration: none; color:
#703f45; }
a:focus { text-decoration: none; color:yellow; }
a:hover, a:active { text-decoration: none; color:black }


canvas {
    background-color: #A5F0D1;
    font-family: 'Barlow Condensed', sans-serif;
}

/*
@font-face {
    font-family: 'Barlow Condensed', sans-serif;
    src: url('./Barlow_Condensed/BarlowCondensed-Black.ttf');
}
*/

body {
    display: flex;
    flex-direction: column;
    height: 93vh;
    background: #222;
    color: black;
}

#poop {
    width: 100%;
    text-align: center;


}

#zero-div {
    width: 500px;
    margin-bottom: 10em;
    display: block;
}

#myCanvas {
    padding-right: 10px;
    border: 0px;
    display: inline;
}
#main{
    height: 663px;
    max-height: 663px;
    
}

#rollsLeft {
    text-align: center;
    display: inline;
}

#checkboxes {
    left: 0.4em;
    text-align: center;
    position: relative;
    bottom: 100px;
    margin-bottom: -20px
}

#boncla {
    text-align: center;
}

.brk-btn {
    position: relative;
    background: none;
    color: #1B991F;
    text-transform: uppercase;
    text-decoration: none;
    border: 0.3em solid #1B991F;
    padding: 0.5em 1em;

    &::before {
        content: "";
        display: block;
        position: absolute;
        width: 10%;
        background: #222;
        height: 0.3em;
        right: 20%;
        top: -0.21em;
        transform: skewX(-45deg);
        -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    }

    &::after {
        content: "";
        display: block;
        position: absolute;
        width: 10%;
        background: #222;
        height: 0.3em;
        left: 20%;
        bottom: -0.25em;
        transform: skewX(45deg);
        -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    }

    &:hover {
        &::before {
            right: 80%;
        }

        &::after {
            left: 80%;
        }
    }
}

button.brk-btn:disabled {
    color: #1B991F;
    border: 0.3em solid #1B991F;
    opacity: 0.25;
}

#SectionOne {
    display: inline-block;
}

#SectionTwo {
    text-align: right;
    float: right;
}

#SectionOneZero {
    display: inline-block;
    text-align: left;
    float: left;
}

#SectionTwoZero {
    text-align: right;
    float: right;
}

#last {
    /*    margin-top: -2em;*/
    text-align: center;
    height: 0px;
    max-height: 0px;
    /*
    width: 30em;
    padding-bottom:  10em;
*/
}

* {
    box-sizing: border-box;
}

/* Button used to open the contact form - fixed at the bottom of the page */
/*
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}
*/

/* The popup form - hidden by default */
/*
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}
*/

/* Add styles to the form container */
/*
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}
*/

/* Full-width input fields */
/*
.form-container input[type=text],
.form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}
*/

/* When the inputs get focus, do something */
/*
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}
*/

/* Set a style for the submit/login button */
/*
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}
*/

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

#shlamp {
    background: #A5F0D1;
    color: #eee;
}

.LargeBB {
    position: relative;
    background: none;
    color: #1B991F;
    text-transform: uppercase;
    text-decoration: none;
    border: 0.3em solid #1B991F;
    padding: 0.3em 3.5em;
    font-size: 26px;
    font-family: "Dosis", sans-serif;

    &::before {
        content: "";
        display: block;
        position: absolute;
        width: 10%;
        background: #222;
        height: 0.3em;
        right: 20%;
        top: -0.21em;
        transform: skewX(-45deg);
        -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    }

    &::after {
        content: "";
        display: block;
        position: absolute;
        width: 10%;
        background: #222;
        height: 0.3em;
        left: 20%;
        bottom: -0.25em;
        transform: skewX(45deg);
        -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
    }

    &:hover {
        &::before {
            right: 80%;
        }

        &::after {
            left: 80%;
        }
    }
}

button.LargeBB:disabled {
    color: gray;
    border: 0.2em solid white;
}

#closebb {
    position: relative;
    margin-top: 241px;
    left: -189px
    
}

#openbb {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

.ROTS {
    font: #F0E948;
    /*
    width: 13.6em;
    text-align: center;
*/
}

#newGame {
    display: flex;
    justify-content: flex-start;
}
#zerobb{
    display: block;
    text-align:  center;
}
