html, body {

    height: 100%;

}

body {

    background-color: #0e171c;
    display: flex;
    flex-direction: column;

}

.body-content {

    flex: 1 1 auto;

}

.basicBanner {



}

.basicBannerSm {

    width: 30%;
    height: auto;

}

/*Arcane graphic*/
.mTitle {

    width: 80%;
    height: auto;

}

/*Title text*/
.tTitle {

    text-align: center;

}

.footer-content {

    flex-shrink: 0;
}

h3 {

    color: #c89b3c;
    font-family: Beaufort;
    font-size: 200%;

}

.bCardContainer {

    background: hsl(30, 30%, 90%);
    box-shadow: 5px 5px 10px hsla(0, 0%, 0%, 0.05);
    display: table;
    padding: 5px;
    width: 50%;
    border: solid;
    border-color: pink;
    border-width: 4px;
    font-family: Beaufort;
    table-layout: fixed;
    min-width: 512px;

}

.mPageContainer {

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.mColRight {

    width: 30%;
    align-content: center;

}

.mColMiddle {

    width: 40%;

}

.mColLeft {

    width: 30%;
    align-content: center;

}

.mColImage {

    width: 50%;

}

.mContestMidCol {

    justify-content: left;

}

input[type=text] {

    width: 45%;
    padding: 3px 3px;
    margin: 3px 0;
    font-size: 125%;
    text-align: center;

}

input[type=submit] {

    color: #c89b3c;
    font-family: Beaufort;
    font-size: 125%;
    cursor: pointer;

}

label {

    color: #f0e6d2;
    font-family: spiegel;
    font-size: 125%;

}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgSide {

    width: 100%;
    height: auto;

}

p {
    color: #f0e6d2;
    font-family: spiegel;
}

.pClassCenter {

    align-content: center;

}

button {

    font-family: Beaufort;
    font-size: 125%;
    color: #c89b3c;

}

a:link {

    color: #c8aa6e;

}

a:visited {

    color: #5b5a56;

}

a:hover {

    color: #a09b8c;

}

.startLink {

    color: #c8aa6e;
    font-size: 24px;

}

.bHeaderRow {

    display: table-row;

}

.bHeaderCell {

    display: table-cell;
    font-size: 32px;
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    
}

/* Bingo Card Page Elements */

.cPageInfoContainer {

    display: flex;
    width: 100%;
    gap: 5px;
    flex-direction: row;
    justify-content: stretch;

}

.cPageInfoContainer .cPageMid {

    width: 40%;
    align-content: center;
    text-align: center;

}

.cPageInfoContainer .cPageImage {

    /*display: none;*/
    width: 30%;
    align-content: start;

}

.cPageContestContainer {

    display: flex;
    width: 40%;
    align-self: center;
    flex-direction: row;

}

.cPageContestPicS1 {

    width: 100%;
    height: auto;

}

.cPageContestPicS2 {

    width: 50%;
    height: auto;

}

.cPageContestPicS3 {

    width: 25%;
    height: auto;

}

.cPageContestTxt {

    font-size: 125%;

}

.cPageContestCell {

    width: stretch;
    
}

.cPageContestRow {

    width: stretch;

}

.boardString {

    text-align: center;

}


/* Bingo Card Elements */

.bCardName {

    color: #CDFAFA;
    font-weight: bold;
    font-size: 24px;
    justify-content: center;
    border: solid;
    border-width: 3px;
    border-color: #C89B3C;
    height: 40px;
    padding: 5px 0px;
    background-color: #463714;

}


.CardRow {

    display: table-row;

}


.bCardCell {

    display: table-cell;
    border: solid;
    border-width: 2px;
    padding: 5px 10px;
    height: 125px;
    text-align: center;
    border-color: dodgerblue;
    font-family: Beaufort;
    font-size: 16px;

}

.bCardCellFree {

    display: table-cell;
    text-align: center;
    font-family: Beaufort;
    font-size: 3vw;
    font-weight: bold;
    background-image: url("Art/Arcane_Free_Space.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


.bCardFooter {

    display: table-cell;
    text-align: center;
    font-family: Beaufort;
    color: #c89b3c;
    border: solid;
    border-width: 2px;
    border-color: #c89b3c;
    background-color: #0e171c;
    height: 96px;
    font-size: 12px;

}

