
body {
    max-width:95%;
    margin:auto;
    background-color: #9A273B;
    font-size: 1.05rem;
	color: #292625;
}

@media only screen and (min-width: 768px) {
    .column {
        float: left;
        width: 30%;
        overflow: auto;
		height: 80vh;
    }
    .timeline {
        float: right;
        width: 67%;
        height: 90vh;
        overflow: auto;
    }
    footer nav {
    	display: none;
    }
    footer a {
    	color: #E5DBD2;
    }
}
@media only screen and (max-width: 768px) {
    footer {
    	position: sticky;
    	bottom: 0;
    	border:4px solid #292625;
    	background-color: #E5DBD2;
    }
}

a {
	color: #9A273B;
}
a:hover {
	color: #DC3144;
}

/* CUSTOM CLASSES */
.quote {
	border-image:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAAAXNSR0IArs4c6QAAAbVJREFUeF7t3dFRwlAUhGFTjUXQj0XRD0VYDb5mLg/LzvmFGH9fc+4Sv7vJIAOyfYSf6+flvh/5+r5tac3++HR981hHmI04U5Dp+iMgNecgaKP1xKygTyA1Iw+g00t0ur45+SPOCgrviqCCwgJw3Da9503Xw7/P2+MEhbdAUEFhATjOhgoKC8BxNlRQWACOe2hoyl9fD12fh7br0/xfOy4ovGOCCgoLwHE2VFBYAI6zoYLCAnCcDRUUFoDjbKigsAAcF9/oAD/e6eMEhbdYUEFhATjOhgoKC8BxNlRQWACOs6GCwgJwnA0VFBaA42yooLAAHGdDBYUF4DgbKigsAMfZUEFhATjOhgoKC8BxNlRQWACOs6GCwgJwnA0VFBaA407f0OnnqNr1gi4NnX6wTVBBu5tee8na0OAraFfAOC1oJOoGBO284rSgkagbELTzitOCRqJuQNDOK04LGonYgen/7lvXn/5Pz8QvaBIqjwtagqVxQZNQeVzQEiyNC5qEyuOClmBpXNAkVL4+Sn+3yb97Hko3ct0QQeFv3xFU0O4m+tuX+Ho2p2+ooF0B47SgkagbeDXoD7NlmACtIi9tAAAAAElFTkSuQmCC") 28 /  28px / 0 round;
    border-width:  28px;
    border-style:  solid; 
}
.whisper {
	color: #855a32;
	font-size: 0.95rem;
}

/* POSTING */

/* .postcell */
.timeline article {
    border: 4px solid #292625;
    text-align: left;
    margin: 0.25em 0;
    background-color: #E5DBD2;
	max-width: 90ch;
}
.timeline article h4 {
    text-align: right;
    margin: 0.5em;
}
.timeline article h4 ~ * {
    margin: 1em 1em 1em 3em;
    word-wrap: break-word;
}
.buttons {
    margin-left: 1em;
    margin-bottom:0.5em;
}
.hashtag {
    color: #DC3144;
    font-weight: bold;
}

/* PROFILE */
.column figure {
    margin-left: 3%;
}
.avatar {
    vertical-align: middle;
    width: 100px;
    height: 100px;
}
.column {
    border:4px solid #292625;
    padding-left: 10px;
    padding:1%;
    background-color: #E5DBD2;
}
.profile .handle{
    font-size: 1.1em;
    font-weight: bold;
}
.profile .email{
    font-size: 0.8em;
    text-align:left;
    text-decoration:none;
}
.profile .bio {
    font-size: 0.9em;
    vertical-align: middle;
    margin: 1em
}

/* IMAGES */

.gallery {
    margin:auto;
    display: flex;
    align-items: center;
    width: 100%;
}
.gallery .panel {
    margin: 2px;
    width: auto
}
.gallery .panel img {
    width: 100%;
    height: 100%;
}
.gallery .panel img:hover {
    border: 1px groove #777;
    filter: invert(100%);
}

/* WEBRING */

.timeline article figure img {
    margin-left:3%;
    margin-top:2%;
    height: 4em;
    width:auto;
    vertical-align:top;
}
.timeline article figure {
    display:flex;
    margin-left:0;
}
.timeline article figcaption {
    margin-left: 3%;
    display: inline-block;
    font-size: 0.85em;
}
.timeline article figcaption ul {
    list-style-type:none;
    padding-left:0;
}
.timeline article figcaption p {
    margin-top:0;
    margin-bottom:0;
}
.timeline article .short-bio{
    padding-left: 3%;
    padding-right: 2%;
    font-style: italic;
    word-wrap: break-word;
}

footer {
    text-align:center;
}

