body {
	margin:0;
	font-family: 'Inconsolata', monospace;
}

hr {
	margin:40px 0;
	border-style: dashed;
}

#endhr {
	width:100%;
/*	margin-top:1050px;*/
}

img {
	margin:0;
	padding:0;
	width:14%;
	max-width:200px;
	height:auto;
	float:left;
}

#container {
	width:90%;
	max-width:1480px;
	margin:60px auto;
	text-align: center;	
	padding:0 5%;
}

.month {
	margin:0px auto;
	display: block;
}


h1, h2, h3, p {
	text-align: left;
	padding:0;
	font-weight: 200;	
}

h1 {
	font-size:9vw;
	margin:40px 0 40px;
}


/*year*/
h2 {
	margin-top:80px;
	font-size:8vw;
}

/*month*/
h3 {
/*	font-size:40px;
*/	font-size:6vw;
	margin:40px 0 20px;
}

p {
	font-size:4vw;
	line-height: 5vw;
	margin:5px 0;
}

#navMenu p {
	font-size:3vw;
}

a {
	color:black;
	background-color:#fff;
	transition: background-color 300ms;

}

a:hover {
	background-color:#9f4;
	transition: background-color 300ms
}

img.updated {
	filter:invert(0%);
	transition: filter 300ms;
}

img.updated:hover {
  filter:invert(100%);
  transition: filter 300ms;
}