body 
{
	height: 100vh;
	padding: 0;
	margin: 0;
	background-color: black;
}

h1
{
	/*font-weight: bold;*/
	text-shadow: -4px 4px 0 #000, 4px 4px 0 #000, 4px -4px 0 #000;
				 -2px -2px 0 #000;
	color: white;
	font-size: 60px;
	text-transform: uppercase;
	font-family: "Special Elite";
	text-align: center;
	z-index: 1;
}

#navbar
{
	/*background-color: white;*/
	flex-direction: row;
	row-gap: 0px;
	display: flex;
	position: sticky;
	justify-content: center;
	top: -45px;
	margin-top: -45px;
	z-index: 2;
}

.navbutton
{
	border-radius: 40px;
	padding-top: 40px;
	border: 4px dotted black;
	box-shadow: 6px 6px rgba(0, 0, 0, 0.4);
	/*font-weight: bold;*/
	text-shadow: -2px  2px 0 #000,
				  2px  2px 0 #000,
				  2px -2px 0 #000;
				 -2px -2px 0 #000;
	background-image: url('./images/leather.png');
	background-size: cover;
	height: 100px;
	width: 200px;
	justify-content: center;
	display: flex;
    align-items: center;
	color: white;
	font-size: 25px;
	text-transform: uppercase;
	font-family: "Special Elite";
	text-align: center;
}

a
{
	text-decoration: none;
	color: inherit;
}

.navbutton a
{
	width: 175px;
}

.navbutton:hover
{
	box-shadow: 6px 6px rgba(0, 0, 0, 0.4);

	text-shadow: -1px  1px 0 #995aba,
				  1px  1px 0 #FF0000,
				  1px -1px 0 #995aba;
				 -1px -1px 0 #FF0000;
	color: white;
}

#logo
{
	margin-bottom: 50px;
	mix-blend-mode: lighten;
}

#rightcontent
{
	display: flex;
	flex-direction: column;
	max-width: 30%;
	right: 15%;
	top: 15%;
	z-index: 1;
	position: absolute;
}

#latestposts
{
	position: absolute;
	display: flex;
	flex-direction: column;
    max-width: 30%;
    min-width: 30%;
    left: 15%;
	top: 10%;
}

.post
{
	/*opacity: 75%;*/
	border-radius: 5px;
	border: 2px dotted rgba(97, 59, 16, 1);
	background-color: #fffae8;
	padding: 20px;
	margin: auto;
	margin-bottom: 30px;
	z-index: 1;
	font-family: 'Roboto Slab';
	box-shadow: 12px 15px rgba(97, 59, 16, 1);
}

/*.post:hover
{
	opacity: 100%;
}*/

.posttitle
{
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(97, 59, 16, 0.1);
}

.postauthor
{
	padding-top: 2px;
	padding-bottom: 5px;
}

.postcontent
{
	padding: 5px 5px 5px 0px;
}

.moreposts
{
    color: rgb(0, 0, 255);
    text-decoration: underline;
    text-align: right;
}

#info
{
	mix-blend-mode: normal;
	border-radius: 5px;
	border: 4px solid rgb(0, 0, 0);
	/*! background-color: rgba(0, 0, 0, 0.5); */
	padding: 20px;
	margin: auto;
	margin-bottom: 30px;
	z-index: 1;
	font-family: 'Roboto Slab';
	box-shadow: 12px 15px rgb(0, 0, 0);
	color: white;
	background-image: url('./images/leather.png');
	background-size: 50%;
}

#infotitle
{
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

#infocontent
{
	padding: 5px 5px 5px 0px;
}

#latestpanel
{
	mix-blend-mode: normal;
	padding-bottom: 20px;
	margin-bottom: 30px;
	z-index: 1;
	font-family: 'Roboto Slab';
	color: white;
	border-radius: 10px;
	border: solid black 5px;
	background-image: url('./images/leather.png');
	background-size: 50%;
	width: 90%;
	align-self: center;
}

#latesttitle
{
	padding: 5px;
	font-size: 17px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: left;
	align-self: flex-start;
}

#latestcontent
{
	padding: 5px 5px 5px 0px;
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 20px;
}

.contentthumb
{
	border: dotted;
	box-shadow: 8px 10px rgb(0, 0, 0);
}

.latestbox
{
	padding-left: 15px;
	text-align: center;
	width: 100px;
}

.boxlabel
{
	margin: 0px;
	background-color: rgba(0, 0, 0, 0.75);
}

#morelatest
{
	margin-top: 20px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 5%;
}

#lesslatest
{
	margin-top: 20px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	text-align: left;
	right: 5%;
}

.postdates
{
	font-style: italic;
	font-size: 90%;
}

#bg
{
	top: 0;
	position: fixed;
	display: block;
	left: 10vw;
	background-image: url("./images/bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	width: 80vw;
	overflow: hidden;
	clip: rect(0, auto, auto, 0);
}

#scrollingfog0
{
	background: url("./images/fogtop.png") repeat-x;
	mix-blend-mode: hard-light;
	opacity: 0.18;
	background-size: 1200px;
	height: 1200px;
	width: 600%;
	animation: slide 60s linear infinite;
    position: fixed;
    top: 0;
    background-position: top;
}

#scrollingfog1
{
	background: url("./images/fogbottom.png") repeat-x;
	mix-blend-mode: hard-light;
	opacity: 0.4;
	background-size: 1200px;
	height: 1200px;
	width: 600%;
	animation: slider 60s linear infinite;
    position: fixed;
    bottom: 0;
    background-position: bottom;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1200px, 0, 0);
  }
}

@keyframes slider {
  0% {
    transform: translate3d(-1200px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}