* {
    box-sizing: border-box;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
/* start image styles */
.gallery {
    display: flex;
    justify-content: center;
}
.gallery img {
    margin: 15px;
    width: 49%;
    height: auto;
}
@media (max-width: 1000px) {
    .gallery {
        display: grid;
    }
    .gallery img {
        width: 100%;
    }
}
.pic-xsml {
    width: 12vw;
}
.pic-sml {
    width: 16vw;
}
.pic-med {
    width: 22vw;
}
.pic-lrg {
    width: 40vw;
}
.picright {
    float: right;
    margin: 8px 10px 20px 25px;
}
.picleft {
    float: left;
    margin: 8px 25px 20px 10px;
}
.picmid {
    margin: 10px auto;
}
.picborder {
    border: 1px solid #333333;
}
.picborder img {
    display: block;
}
.piccaption {
    text-align: center;
    margin-top: 5px;
    padding: 4px;
    font-size: 16px;
    font-style: italic;
    color: #d2d2d2;
}
img {
    display: block;
    margin: 6px auto;
}
/* end image styles */
body {
    font-family: Georgia, serif;
    font-size: 16px;
    color: #fdf2e8;
    background-image: url(media/tree-tile.png);
    background-repeat: repeat;
    background-size: 128px 128px;
    padding: 0px;
    margin: 0px;
}
section {
    margin: 10px;
    padding: 5px 4vw 5px 4vw;
}
p {
    margin-top: 10px;
    margin-bottom: 16px;
}
blockquote {
    background-color: #090804;
    margin: 1vw 4vw 1vw 4vw;
    padding: 16px;
    border: 1px solid #4f473c;
}
a:link {
    text-decoration: none;
    color: #42eeff;
}
a:hover {
    text-decoration: underline;
    color: #08bafb;
}    
a:visited {
    color: #e540ff;
}
a:visited:hover {
    color: #e520ff;
}
h1, h2, h3, h4, h5 {
    font-family: 'Nimbus Mono PS', 'Courier New', monospace;
    font-weight: bold;
}
h1 {
	text-indent: 25px;
	margin: 14px 0px 8px 0px;
    padding: 8px 0px 0px 0px;
    font-size: 32px;
}
h2 {
	text-indent: 25px;
	margin: 14px 0px 8px 0px;
    padding: 8px 0px 0px 0px;
    font-size: 30px;
}
h3 {
	text-indent: 25px;
	margin: 14px 0px 8px 0px;
    padding: 8px 0px 0px 0px;
    font-size: 24px;
}
h4 {
	text-indent: 25px;
	margin: 10px 0px 10px 0px;
    font-size: 20px;
}
.date {
	text-indent: 25px;
	margin: 6px 0px 16px 0px;
    font-style: italic;
}
hr {
    margin: 0px 10% 0px 10%;
    background-color: #b88e47;
    border: none;
    height: 1px;
}
.main {
    margin: 0px auto 180px auto;
    max-width: 68vw;
    background-color: #0f0802;
    border: 1px solid #b88e47;
}
.navwrap {
    margin-bottom: -1px;
}
.nav {
    position: relative;
    font-family: 'Nimbus Mono PS', 'Courier New', monospace;
    background-color: #b88e47;
    font-weight: bold;
    font-size: 24px;
    overflow: hidden;
    padding: 4px 0px 0px 0px;
    display: flex;
    justify-content: center;
}
.nav a:link, .nav a:visited, .nav a:hover {
    color: #0f0802;
    text-decoration: none;
}
.navitem {
    display: inline;
    padding: 15px;
}
.navitem:hover {
    background-color: #a2722b;
}
.navline {
    position: relative;
    display: block;
    z-index: 3;
    background-color: #0f0802;
    height: 1px;
}
.floaterwrap {
    text-align: center;
    position: fixed;
    top: 50px;
    left: 1vw;
}
.floaterwrap a {
    text-decoration: none;
}
.floater {
    margin-bottom: 12px;
    width: 14vw;
    padding: 2px;
    color: #ffffff;
    font-family: 'Nimbus Mono PS', 'Courier New', monospace;
    font-weight: bold;
    font-size: 18px;
}
.floater img {
    display: inline;
    margin: 0px;
}
.floateritem {
    vertical-align: middle;
}
#fl-ditchdog {
    color: #ffeecc;
    background-color: #080808;
    border: 1px solid #c1af84;
}    
#fl-ditchdog:hover {
    background-color: #0c0c0c;
    border-color: #ffeecc;
}
#fl-aqua {
    background-color: #123ca8;
    border: 1px solid #081270;
}
#fl-aqua:hover {
    background-color: #1848af;
    border-color: #082499;
}
#fl-gitlab {
    color: #ececef;
    background-color: #18171d;
    border: 1px solid #63a6e9; 
}
#fl-gitlab:hover {
    background-color: #2f2d39;
    border-color: #9dc7f1;
}

.alert {
    color: #ff3028;
    font-weight: bold;
}
    
/* just make a whole different thing for mobile */
@media (orientation: portrait) {
    .main {
        margin: 0px 0px 180px 20vw;
        max-width: 80vw;
        border-width: 1px 0px 1px 1px;
    }
    .floater {
        width: 18vw;
    }
}
