html {
    height: 100%;
}

body {
    background-color: rgb(255, 255, 255);
    min-height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

body::after { 
    content: '';
    display: block;
    height: 50px;
}

.posttitle {
    border-left: 0.25em solid #343a40;
}

.bgimage {
    background-image: url('../img/sitebg.jpg');
    background-size: cover;
}

.transp-50 {
    background-color: rgba(52, 58, 64, 0.8)!important;
}

.text-shadow {
    text-shadow: 0px 0px 10px rgb(0,0,0);
}

blockquote {
    padding: 0 1em;
    color: #6a737d;
    border-left: .25em solid #dfe2e5;
}

pre {
    padding: 5px;
    background-color: #000;
	border-radius: 8px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

li > a {
    color: black!important;
}

.pageactive {
    background-color: rgb(63, 63, 63);
}
