html {
    height: 100%;
}

body {
    background-color: #e8edf3;
    background-image: url(images/TradleBackground.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
}








header {
    background-color: #192e4b;
    height: 360px;
    width: 1024px;
    padding-top: 20px;
    padding-bottom: 20px;

    border-radius: 10px;

    text-align: center;
} 

nav {
    background-color: #ff9f0fba;
    width: 1024px;
    padding-top: 15px;
    padding-bottom: 15px;

    display: flex;
    justify-content: center;
    gap: 15px;

    border-radius: 5px;
} 

main {
    height: auto;
    text-align: center;
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 40px;;
}

footer {
    background-color: #ff9f0fba;
    width: 1024px;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 10px;
}









section {
    text-align: center;
}

header img {
    width: auto;
    height: 200px;
}

img {
    width: 100%;
    height: auto;
}







h1 {
    color:#be7f86;
    font-style: bold;
    font-size: 84px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-shadow: 3px 3px #ffff
}

h2 {
    font-size: 50px;
    color: #ffa00f;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

h3 {
    font-size: 30px;
    color: #ffa00f;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

p {
    font-size: 30px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.blacktext {
    color: black;
    font-size: 15px;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    color: #ff9f0f;
    text-decoration: underline;
    font-size: auto;
}

nav a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

nav a:hover {
    background-color: #ffff;
    color: #ff9f0f;
}

.navstyle a{
    text-decoration: none;
    font-size: 30px;
    color: #ff9f0f;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

.navstyle a:hover {
    background-color: #ff9f0f;
    color: #ffffff;
}

.strikethrough {
    text-decoration: line-through;
}

footer p {
    font-size: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}







.maps {
    padding-bottom: 100px;
}

.videos {
    padding-bottom: 100px;
}

.graphs {
    padding-bottom: 100px;
}   


.treemap iframe {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: solid;
    border-radius: 10px;
}

.leaderboard iframe {
    border: none;
    border-radius: 10px;
    width: 100%;
}







table, th, td {
    /*border: 3px solid black; 
    border-collapse: collapse; */
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
}

th {
    background-color: #ff9f0f;
    font-size: 40px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}

td {
    background-color: #ff9f0f;
    font-size: 40px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    white-space: nowrap;
}