/* Main content */
.main {
margin-top: 30px; /* Add a top margin to avoid content overlay */
/* text-align: center; */
max-width: 100%;
padding: 20px;
}

/* GENERIC BODY */
.genericbody {
padding: 12px;
margin: 12px;
width: 100%;
max-width: 99%;
padding-top: auto;
word-wrap:normal;
box-sizing: border-box;

}

/* a main content div for just the landing page that utilizes background image */
.landingpage {
background: url('./img/Artboard1GameShelf_land.jpg');
background-repeat: repeat-y;
background-size: cover;
}


/* ------------------------ */

body {
/* background-color: #ffffff; */
font-family: Arial, Helvetica, sans-serif;
font-size: x-large;
margin: auto;
} 


/* // -- ================================================================== */

/* a warning banner for a page in construction */
.warningbanner {
padding: 12px;
overflow: hidden;
background-color: rgb(233, 247, 175);
width: 100%; /* Full width */
box-sizing: border-box;
border: black 3px;
border-style: solid;
}



/* --=========================================================== */

.pointer {cursor: pointer;}