html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.navbar-brand {
    max-height: 3rem;
}

.center {
    text-align: center;
}

.bingo-section {
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 1rem;
}

.bingo-box {
    padding-top: 1rem;
    width: 86%;
    margin: auto;
}

div.bingo-box div:first-child {
    border-radius: .5rem .5rem 0 0;
}

div.bingo-box div:last-child {
    border-radius: 0 0 .5rem .5rem;
}

.bingo-row {
    background: rgba(0,0,0,0.5);
    padding: 0.5rem 0.2rem;
    font-family: 'Footlight', Footlight;
}

    .bingo-row div {
        padding: 0;
        background: transparent;
        margin: auto;
    }

.bingo-button {
    display: inline-block;
    padding: 0 !important;
    padding-top: 1rem !important;
    width: 4rem;
    height: 4rem;
    text-align: center;
    cursor: pointer;
    font: 2rem bold;
    background-color: rgba(200,200,200,.5) !important;
    margin-top: 0 !important;
    color: #ffffff;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

    .bingo-button.clicked {
        background-color: #ffbe33 !important;
        color: black !important;
        font-weight: bolder;
    }

.bingo-bkg {
    background-image: url('../images/Logo Distressed - White.png');
    opacity: 0.15;
    position: absolute;
    left: 5%;
    top: 5%;
    width: 85%;
    height: 85%;
    z-index: -1000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bingo-recent {
    min-height: 4.5rem;
    font-family: 'Footlight', Footlight;
}

.bingo-qr {
    max-height: 12rem;
}

.circular {
    border: solid;
    border-radius: 50%;
    max-width: 3.5rem;
}

    .circular.large {
        max-width: 7rem;
    }

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: #22a6b3;
    padding-right: 40px;
    color: #fff;
}

    .input-search::placeholder {
        color: rgba(255,255,255,.5);
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 100;
    }

.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

    .btn-search:focus ~ .input-search {
        width: 300px;
        border-radius: 0px;
        background-color: transparent;
        border-bottom: 1px solid rgba(255,255,255,.5);
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.vertical-center {
    margin: auto;
}

.artist-bubble {
    border: solid;
    border-radius: 5rem;
    padding: 0.25rem;
    margin-bottom: .5rem;
}

    .artist-bubble a {
        color: black;
        font-weight: bolder;
        font-size: larger;
    }

.bingo-admin {
    font-size: xx-large;
}

.blinktext {
    -webkit-animation: blink-text 800ms linear infinite;
    -moz-animation: blink-text 800ms linear infinite;
    -ms-animation: blink-text 800ms linear infinite;
    -o-animation: blink-text 800ms linear infinite;
    animation: blink-text 1000ms linear infinite;
}

.box {
    background-color: #ddd;
    padding: 10px 10px 1px;
    color: #444;
}


.wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
    display: grid;
    grid-template-columns: (gutter) 1fr repeat(16, (col) 4.25fr (gutter) 1fr );
    grid-template-rows: repeat(9, (row) auto (gutter) 20px );
}

.fav-button {
    border: solid;
    border-radius: 100%;
    width: auto;
    padding: 0.2rem 0.5rem;
    background-color: #0d6efd;
    border-color: #ffc107;
    color: #ffc107;
    padding: .2rem;
    margin-right: 0.5rem;
}

.clock-wrapper {
}

@font-face {
    font-family: Giotto;
    src: url('/fonts/GiottoHandwriting.ttf') format('opentype');
    font-style: normal;
    font-weight: 900 900;
}

.clock {
    font-size: 14rem;
    padding: 4rem;
    background-color: #ffbe33;
    border: solid;
    border-radius: 6rem;
    font-family: Giotto;
    width: 100%;
    text-align: center;
}

.green {
    background-color: green;
}

.green-text {
    color: green;
    font-size: 3rem;
}

.yellow-green {
    background-color: yellowgreen;
}

.yellow-green-text {
    color: yellowgreen;
    font-size: 3rem;
}

.yellow {
    background-color: yellow;
}

.yellow-text {
    color: yellow;
    font-size: 3rem;
}

.orange {
    background-color: orange;
}

.orange-text {
    color: orange;
    font-size: 3rem;
}

.red {
    background-color: red;
}

.red-text {
    color: red;
    font-size: 3rem;
}

.grid1 {
    grid-column: col / span 1;
    grid-row: row / span 1;
    min-width: 2rem;
}

.grid2 {
    grid-column: col 2 / span 1;
    grid-row: row / span 1;
}

.grid3 {
    grid-column: col 3 / span 1;
    grid-row: row / span 1;
}

.grid4 {
    grid-column: col 4 / span 1;
    grid-row: row / span 1;
}

.grid5 {
    grid-column: col 5 / span 1;
    grid-row: row / span 1;
}

.grid6 {
    grid-column: col 6 / span 1;
    grid-row: row / span 1;
}

.grid7 {
    grid-column: col 7 / span 1;
    grid-row: row / span 1;
}

.grid8 {
    grid-column: col 8 / span 1;
    grid-row: row / span 1;
}

.grid9 {
    grid-column: col 9 / span 1;
    grid-row: row / span 1;
}

.grid10 {
    grid-column: col 10 / span 1;
    grid-row: row / span 1;
}

.grid11 {
    grid-column: col 11 / span 1;
    grid-row: row / span 1;
}

.grid12 {
    grid-column: col 12 / span 1;
    grid-row: row / span 1;
}

.grid13 {
    grid-column: col 13 / span 1;
    grid-row: row / span 1;
}

.grid14 {
    grid-column: col 14 / span 1;
    grid-row: row / span 1;
}

.grid15 {
    grid-column: col 15 / span 1;
    grid-row: row / span 1;
}

.grid16 {
    grid-column: col 16 / span 1;
    grid-row: row / span 1;
}


@media only screen and (max-width: 1024px) {

    .bingo-button {
        padding-top: 0.3rem !important;
        margin-left: -0.75rem !important;
        width: 1.5rem;
        height: 1.5rem;
        font: 0.75rem bold;
        margin-top: auto !important;
    }

    .grid1 {
        min-width: 1rem;
    }

    .bingo-qr {
        display: none;
    }

    .clock {
        font-size: 10rem;
    }

    @-webkit-keyframes blink-text {
        0% {
            color: black;
            opacity: 1;
        }

        20% {
            color: black;
            opacity: .8;
        }

        30% {
            color: black;
            opacity: .6;
        }

        40% {
            color: black;
            opacity: .4;
        }

        50% {
            color: black;
            opacity: .2;
        }

        60% {
            color: black;
            opacity: 0;
        }

        70% {
            color: black;
            opacity: .2;
        }

        80% {
            color: black;
            opacity: .4;
        }

        90% {
            color: black;
            opacity: .6;
        }

        98% {
            color: black;
            opacity: .8;
        }

        100% {
            color: black;
            opacity: 1;
        }
    }

    @-moz-keyframes blink-text {
        0% {
            color: black;
            opacity: 1;
        }

        20% {
            color: black;
            opacity: .8;
        }

        30% {
            color: black;
            opacity: .6;
        }

        40% {
            color: black;
            opacity: .4;
        }

        50% {
            color: black;
            opacity: .2;
        }

        60% {
            color: black;
            opacity: 0;
        }

        70% {
            color: black;
            opacity: .2;
        }

        80% {
            color: black;
            opacity: .4;
        }

        90% {
            color: black;
            opacity: .6;
        }

        98% {
            color: black;
            opacity: .8;
        }

        100% {
            color: black;
            opacity: 1;
        }
    }

    @-ms-keyframes blink-text {
        0% {
            color: black;
            opacity: 1;
        }

        20% {
            color: black;
            opacity: .8;
        }

        30% {
            color: black;
            opacity: .6;
        }

        40% {
            color: black;
            opacity: .4;
        }

        50% {
            color: black;
            opacity: .2;
        }

        60% {
            color: black;
            opacity: 0;
        }

        70% {
            color: black;
            opacity: .2;
        }

        80% {
            color: black;
            opacity: .4;
        }

        90% {
            color: black;
            opacity: .6;
        }

        98% {
            color: black;
            opacity: .8;
        }

        100% {
            color: black;
            opacity: 1;
        }
    }

    @-o-keyframes blink-text {
        0% {
            color: black;
            opacity: 1;
        }

        20% {
            color: black;
            opacity: .8;
        }

        30% {
            color: black;
            opacity: .6;
        }

        40% {
            color: black;
            opacity: .4;
        }

        50% {
            color: black;
            opacity: .2;
        }

        60% {
            color: black;
            opacity: 0;
        }

        70% {
            color: black;
            opacity: .2;
        }

        80% {
            color: black;
            opacity: .4;
        }

        90% {
            color: black;
            opacity: .6;
        }

        98% {
            color: black;
            opacity: .8;
        }

        100% {
            color: black;
            opacity: 1;
        }
    }

    @keyframes blink-text {
        0% {
            color: black;
            opacity: 1;
        }

        20% {
            color: black;
            opacity: .8;
        }

        30% {
            color: black;
            opacity: .6;
        }

        40% {
            color: black;
            opacity: .4;
        }

        50% {
            color: black;
            opacity: .2;
        }

        60% {
            color: black;
            opacity: 0;
        }

        70% {
            color: black;
            opacity: .2;
        }

        80% {
            color: black;
            opacity: .4;
        }

        90% {
            color: black;
            opacity: .6;
        }

        98% {
            color: black;
            opacity: .8;
        }

        100% {
            color: black;
            opacity: 1;
        }
