/* Used in multiple pages */
body {
/*  margin: 40px;*/
font-size: 16px;
}
.pictureSize {
    max-width: 100%;
    height: auto;
    width: auto; /* for ie9 */
}

.OzarkHours {
    grid-area: OzarkHours;
    border: blue 5px solid;
    text-align: center;
    background-color: #eee;
    color: #000
}

.header {
    text-align: center;
    /*background-color: #ccc; 444*/
    color: black;
    border-radius: 5px;
    padding: 10px;
    font-family: verdana;
    grid-area: header;
    font-size: 1em;
    display: flex;
    flex: 1;
    flex-direction: column;
    

    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.footer {
    grid-area: footer;
}

.wrapper {
    background-color: #fdfdfd;
    color: #444;
}

.navBar {
    color: blue;
    font-size: 1.5em;
/*    padding-left: 25px;*/
    letter-spacing: .005em;
}

a.navLink:link, a.navLink:visited {
  color: blue;
  text-decoration: none;
}

a.navLink:hover, a.navLink:active {
  color: red;
  text-decoration: none;
}

.box_outside {
    border: 1px solid black; 
    border-radius: 5px; 
    background-color:#CCCCFF; 
    margin:5px; 
    padding:3px;
    text-align: center;
}

.box_inside {
    background-color:white; 
    border: 1px solid black; 
    padding-top:10px; 
    padding-bottom:10px;
    text-align: center;
}

.game_type {
    font-family: 'Orbitron';
    font-weight: 600;
    font-size: 27px;
    color: #ff6400ff;
/*    color: orange;*/
}