body {
	background-color: #201b1e;
	background: #201b1e;
	color: #ff84bf;
	font-family: 'Monospace';
}

header .title {
	text-align: center;
}

.verysmall {
	font-size: 60%;
}

.rainbow {
	background-clip: text;
	color: transparent;
	background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
}

a {
	color: #eec047;
	font-weight: bold;
}

#blogs {
	/*align: center;*/
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}

#blogs table, #blogs th, #blogs td {
	border: 1px solid;
	border-collapse: collapse;
}

#mainbody h2 {
	text-decoration: underline;
}

a:visited {
	color: #a300fe;
}


nav {
	background-color: #65556c;
}

nav th {
	padding: 10px;
}

nav a {
	color: #eec047;
}

/* overwrite previous rule for visited links */
nav a:visited {
	color: #eec047;
}

nav table {
	margin-left: auto;
	margin-right: auto;
}

/* displays not large enough to render the image on the right */
@media screen and (min-width: 1000px) {
	body {
		/*align: center;*/
		text-align: center;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	#photo {
		margin: auto;
		text-align: center;
	}
}

/* displays large enough to render the image on the right */
@media screen and (min-width: 1636px) {
	body {
		background-image: url(./images/webback.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-position-y: top;
		background-size: 45%;
		width: 45%;
		height: 100%;

		/*align: left;*/
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	#photo {
		margin: auto;
		text-align: center;
		width: 40%;
	}
}

footer {
	/*align: center;*/
	text-align: center;
}

footer table {
	margin-left: auto;
	margin-right: auto;
}

