body {
	margin: 0px;
	background-color: #212121;
	color: #CCCCCC;
	#color: #808080;
	#color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 400px;
}

a:link{
	color: #CCCCCC;
	font-style: underline;
}

a:active {
	color: #CCCCCC;
	font-style: underline;
}

a:visited {
	color: #CCCCCC;
	font-style: underline;
}

a:hover {
	color: #FFFFFF;
	font-style: underline;
}

.posts {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	margin-bottom: calc(20vh + 20px);
}

.post {
	background-color: #333333;
	outline-color: #808080;
	outline-width: 3px;
	outline-style: solid;
	border-radius: 7px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.post img {
	width: 100%;
	height: 100%;
	display: block;
	outline-color: #808080;
	outline-width: 2px;
	outline-style: solid;
	border-radius: 7px;
	margin: auto;
}

.caption {
	width: 90%;
	background-color: #333333;
	outline-color: #808080;
	outline-width: 2px;
	outline-style: solid;
	border-radius: 7px;
	padding: 10px;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 0px;
}

.copyright {
	font-style: italic;
	text-align: center;
}

.nav {
	font-weight: bold;
	text-align: center;
}

.footer {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
	min-width: 400px;
}

.header {
	position: relative;
    left: 0;
    right: 0;
	padding-top: 10px;
}

.logo {
	width: 90%;
	max-width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}