body{
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    text-align: center;
    background: linear-gradient(to bottom right, #778, #BBC);
    min-height: 100vh;
}

@font-face{
    font-family: "rcFont";
    src: url('../../resources/rcfont.ttf');
}

#nav{
    margin: 0px 150px;
}


#title{
    font-family: "rcFont";
    padding: 10px 0 10px 0;
    text-shadow: 0.4vw 0.4vw black;
    font-size: 3.5vw;
    display: inline-block;
    vertical-align: middle; 
    color: white;
    width: 80vw; 
    text-align: center;
}

#title_icon{
    background-color: white; 
    display: inline-block; 
    border: 0.3vw solid black; 
    border-radius: 10vw; 
    vertical-align: top; 
    margin: 2vw 0vw 0vw 2vw
}

#title_icon img{
    width: 6vw
}

#nav ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    padding: 0 0 20px 0;
    margin: auto;
}

#nav span{
    display: inline-block;
    vertical-align: middle;
    height: 29px;
    background-image: url('../../resources/navmid.png');
    background-size: contain;
    font-family: "rcFont";
    text-decoration: none;
    color: yellow;
}

#nav button{
    padding: 0;
    border: none;
    background: none;
}

#main h1{
    background-color: #606060;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    font-family: "rcFont";
    font-size: 220%;
}

#main p, #main li{
    padding: 0 12px 0 12px;
    text-align: justify;
    font-size: 110%;
}

#main a{
    color: #224;
    text-decoration: underline;
}

#entrylist{
    margin: 0 150px;
    padding: 0 10px 10px 10px;
    background-color: #343a40;
}

#entrylist table{
    width: 100%;
    margin: auto;
}

#entrylist table th{
    background-color: #343a40;
    color: white;
}

#entrylist table tr{
    background-color: #FFF;
    color: black;
    border-top: 2px #DDD solid;
}

#entrylist table tr:first-child{
    border-top: none;
}

#entrylist table td, th{
    padding: 10px 0;
}

#entrylist table tr td:first-child{
    font-weight: 600;
}

#buttons{
    margin: 0 150px 10px 150px;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    font-family: "Trebuchet MS";
}

#buttons button{
    font-weight: 600;
    margin: 0px 3px;
    background: linear-gradient(45deg, white 33.3%, #DDD 66.7%, #BBB 100%);
}

#buttons button:hover{
    background: linear-gradient(45deg, #BBB 33.3%, #DDD 66.7%, white 100%);
}

.tables{
    padding: 2% 3% !important;
    background-color: #606060;
    border: 0.3vw solid black;
    font-size: 1vw;
    margin: 0px 10% 1% 10% !important;
}


.tables table{
    background-color: #FFF;
    margin-bottom: 0px;
    padding-right: 10px;
}

.tables table tr th{
    border: 0px;
}

.tables table td, #tables table th{
    vertical-align: middle;
}

.tables table tr:hover, #entrylist table tr:hover{
    background-color: #DDD;
}

.divStage{
    vertical-align: top;
    display: inline-flex;
    background: #343a40;
    padding: 0 1em 1em 1em;
    margin: 5px 0px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6{
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.stageName{
    font-size: 1.7em;
}

.divTitleImage{
    width: 30%;
    display: inline-block;
    padding: 1vw;
    margin-top: auto;
    margin-bottom: auto;
    font-style: italic;
}

.mapImage{
    width: 100%;
}

canvas.tables{
    width: 80% !important;
    display: initial !important;
    background-color: white;
}