html {
    background: url("./BG2.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

body {
    width: 100%;
    margin: 0px;
    color: rgb(160,160,160);
    font-family: Verdana, Tahoma, sans-serif;
}

    body a {
        color: rgb(255,200,40);
    }

        body a:hover {
            color: white;
        }


.navbar a {
    color: rgb(255,200,40);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar text {
    color: white;
    float: left;
    font-size: 20px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

h1 {
    font-size: 48px;
}

h2 {
    margin: 8px;
    font-size: 30px;
}

table {
    width: 100%;   
}
td {
    /*border: 2px solid white;*/
    width: 33%;
    max-width: 33%;
}
td img {
    width: 100%;
    max-width: 100%;
}

.smol {
    max-height: 64px;
    height: auto;
}

    .smol img {
        height: auto;
        width: auto;
        max-height: 64px;
        max-width: 64px;
    }

.header {
    color: rgb(212,40,20);
}

.head2 {
    color: white;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.roundbox {
    width: 100%;
    border-radius: 25px;
    border: 1px solid white;
}

.navbar {
    overflow: hidden;
    background-color: #333;
    width: 100%;
    z-index: 99999;
}

.floater {
    float: right;
    padding: 14px 16px;
}





.menu {
    width: 10%;
    margin-right: 8px;
    text-align: right;
    float: right;
    overflow: hidden;
    z-index: 99999;
}

.main {
    margin: 8px auto 8px auto;
    width: 100%;
    max-width: 640px;
    text-align: center;
}

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 20px;
        border: none;
        outline: none;
        color: rgb(255,200,40);
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        cursor: pointer;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: #111;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 0;
    font-size: 16px;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

#log {
    border: 1px solid white;
}

#friend {
    background-color: rgb(40,40,40);
}

a:target {
    background-color: yellow;
    color: blue;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

p {
    text-align: justify;
    margin: 0px 8px 0px 8px;
}

#map {
    width: 100%;
    max-width: 640px;
    height: auto;
}

img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
