@font-face {
    font-family: 'ronda';
    src: url('https://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf');
}

@font-face {
    font-family: pixel;
    src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
}

body {
    background:#111 url("/wyatt/kit.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

table {
    font-family:"ronda", calibri, verdana, arial;
    font-size:8px;
    text-align:justify;
    color:#5EBE8B;
    letter-spacing:1px;
    line-height:10px;
}

a:link,
a:visited,
a:active {
    color:#4F4527;
    text-decoration:none;
}

a:hover {
    color:#005555;
}

b {
    font-weight:bold;
    color:#039089;
}

i {
    color:#5EBE8B;
    font-style:normal;
}

::-webkit-scrollbar-thumb {
    background-color:#031936;
    border-radius:5px;
}

::-webkit-scrollbar {
    width:5px;
    height:0;
    background:transparent;
}

.title {
    background:#332F57;
    text-transform:uppercase;
    font-family:'pixel', arial;
    font-size:12px;
    color:#8D7CA7;
    line-height:12px;
    padding-top:1px;
    padding-left:4px;
    border-bottom:1px dashed #71C471;
    margin-bottom:4px;
    letter-spacing:3px;
}

.bigtitle {
    background:#332F57;
    text-transform:uppercase;
    font-family:'pixel', arial;
    font-size:18px;
    color:#8D7CA7;
    line-height:18px;
    padding-top:1px;
    padding-left:4px;
    border-bottom:1px dashed #71C471;
    margin-bottom:4px;
    margin-top:4px;
    letter-spacing:3px;
}

#menu a {
    display:inline-block;
    background:#94E04D;
    font:normal 9px 'silkscreen', monospace, georgia;
    text-transform:uppercase;
    padding:2px;
    padding-left:5px;
    padding-right:5px;
    letter-spacing:1px;
    color:#333;
    border-radius:10px;
    border:1px solid #48AE47;
    line-height:9px;
}

#menu a:hover {
    color:#005555;
}

.navigation {
    background:#005555;
    margin-top:0;
    border-bottom:1px solid #031936;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.sitename {
    background:#031936;
    padding-left:5px;
    border-bottom:1px solid #005555;
    border-right:1px solid #005555;
    border-left:1px solid #005555;
    line-height:18px;
}

.leftside {
    background:#031936;
    border-right:1px solid #ddd;
    border-left:1px solid #005555;
}

.content {
    background:#031936;
    border-right:1px solid #031936;
}

.footer {
    background:#005555;
    color:#555;
    border-top:1px solid #111;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    line-height:18px;
}

.footer a {
    color:#031936;
}
.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
.bigicon {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 4px;
}
/* MOBILE */
@media (max-width: 600px) {

    body {
        padding: 5px;
    }

   table {
    width: 70% !important;
    max-width: 375px;
    margin: 0 auto;
}

    td.leftside,
    td.content {
        display: block;
        width: 100% !important;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    #menu {
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
    }

    #menu a {
        margin-bottom: 3px;
    }
}