@charset "utf-8";
p	{
	text-align:center;
}
h1	{
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-color:#000000;
	color:#F00
}

.backbutton {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

.bottomfooter {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:100px;
	text-align:center;
}

.blogpost {
	margin-inline:auto;
	background-color:black;
	color:red;
	width:50%;
	max-width:50%;
	overflow-wrap:break-word;
	margin:auto;
	position:relative;
	margin-bottom:80px;
}

.blogpost img {
	object-fit:cover;
	text-align:center;
	width:50%;
	height:50%;
}

.blogpost h1 {
	left:0px;
}

.fullblogcontainer {
	border:2px white;
	outline:#333 solid 4px;
}

.blogheader {
	width:50%;
	background-color:rgb(32, 29, 29);
	color:yellow;
	margin:auto;
	margin-inline:auto;
	max-width:50%;
}

.imagealt {
	width:480px;
	color:yellow;
	margin:auto;
	background-color:rgb(32, 29, 29);
}

.centermenu {
	margin-inline:auto;
	width:25%;
	height:300px;
	background-color:#333;
	color:yellow;
}

.galleryimages {
	margin-inline:auto;
}

.galleryimages img {
	width:320px;
	height:240px;
	margin-bottom:20px;	
}