﻿html {
	background-color: #000000;
}
body {
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:xx-large;
	font-weight:bold;
}

h5 {
	color:white;
	font-weight:bold;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: green;
  display: flex;
  justify-content: center;
}

ul li a {
  display: block;
  color: white;
  font-weight:bold;
  font-size:x-large;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;

}
.auto-style1 {
	text-align: center;
	color: white;
	
}

header-date {
	font-weight: bold;
    color: #0077cc;

}

time {
     font-weight: bold;
     color:white;
}
.post-photo,
.post-photo-full {
		max-width:100%;
}