* {
    box-sizing: border-box;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.picright {
    float: right;
    margin: 10px;
}
.picleft {
    float: left;
    margin: 10px;
}
.picmid {
    text-align: center;
    margin: 10px;
}
.picborder {
    display: inline-block;
    border: 2px solid #48403a;
}
.piccaption {
    text-align: center;
    padding: 4px;
    font-size: 16px;
    font-style: italic;
    color: #d2d2d2;
}
img {
    display: block;
}
.picline img {
    display: inline;
}
body {
    min-height: 100%;
    font-family: 'Courier New', monospace;
	color: #ffeedd;
    margin: 0px;
    padding: 0px;
    /* BACKGROUND IMAGE */
    background-image: url(./backgrounds/wave.png);
    background-repeat: repeat;
}
footer {
    width: 100%;
	background-color: #070502;
	color: #ffeedd;
    padding: 3px;
    text-align: center;
    border: 2px solid #302b22;
    border-width: 1px 0px 0px 0px;
}
.title {
    margin: 0px 0px 3vw 0px;
    text-align: center;
}
.title h1 {
    font-size: 36px;
    margin-bottom: 4px;
}
.title h4 {
    font-size: 18px;
    margin-top: 4px;
}
.motd1 {
    font-size: 14px;
    color: #767268;
}
.motd2 {
    font-size: 26px;
    color: #b6b9c0;
}
.master-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex-grow: 1;
}
.primary {
	background-color: #070502;
	border: 2px solid #302b22;
    border-width: 0px 1px 1px 1px;
    overflow: auto;
	margin: 0px 18vw 7vw 18vw;
    padding: 5px 3vw 0px 3vw;
}
.secondary {
    display: inline;
    position: absolute;
    top: 0px;
    right: 8vw;
    width: 21vw;
	background-color: #070502;
	border: 1px solid #302b22;
    margin: 0px;
    padding: 1vw 1vw 1vw 1vw;
}
.truckdog {
    margin: 3vw 0px 1vw 0px;
}
.truckdog img {
    width: 32vw;
    margin: 0px auto 0px auto;
}
.wrapfix {
    display: inline;
}
.wrapfix::after {
    content: "";
    display: block;
    clear: both;
}
ul li {
    padding-bottom: 4px;
}
a:link {
    color: #4090ff;
}
a:visited {
    color: #f23090;
}
a:hover {
    color: #55bbff;
}
p {
    padding: 2px;
}
.utfc a {
    color: #ffffff;
    text-shadow: 1px 1px 12px red, 1px 1px 8px red, 1px 1px 2px red;
}
.utfc a:hover {
    color: pink;
    text-shadow: 1px 1px 12px white, 1px 1px 8px white;
}
.ogre a {
    color: #11ff11;
}
.ogre a:hover {
    color: #88ff22;
    text-shadow: 1px 1px 8px orange;
}
.treegame {
    margin: 0px;
    color: #bb6622;
    font-size: 16px;
}
