body {
	font-family: Montserrat, sans-serif;
	color: #4A4A4A;
}

a {
	color: #4A4A4A;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #B0B0B0;
}

@media only screen and (min-width: 600px) {
	.wrapper {
		width: 37.5rem;
	}
}

@media only screen and (max-width: 599px) {
	.wrapper {
		width: 100%;
	}
}

.boxed {
	margin: 16px 16px;
	border-style: solid;
	border-color: #B0B0B0;
	border-radius: 4px;
	border-width: 1px;
	font-size: 12pt;
	overflow: hidden;
	color: #4A4A4A;
	padding: 0rem 0.5rem;
}

.header {
	text-align: left;
}

@media only screen and (min-width: 600px) {
	h1 {
		font-size: 1em;
	}
}

@media only screen and (max-width: 599px) {
	h1 {
		font-size: 1em;
	}
}

@media only screen and (min-width: 600px) {
	h2 {
		font-size: 0.75em;
	}
}

@media only screen and (max-width: 599px) {
	h2 {
		font-size: 0.85em;
	}
}

@media only screen and (min-width: 600px) {
	h3 {
		font-size: 0.6em;
	}
}

@media only screen and (max-width: 600px) {
	h3 {
		font-size: 0.7em;
	}
}

.hnav {
	float: right;
	clear: both;
	margin-bottom: 0.5rem;
}

.hnav li {
	display: inline-block;
	font-size: 0.75em;
	font-family: Roboto, sans-serif;
}

.postlist {
	padding-left: 1rem;
}

.postlist li {
	list-style-type: circle;
}

@media only screen and (min-width: 600px) {
	.postlist li {
		font-size: 0.75em;
	}	
}

@media only screen and (max-width: 599px) {
	.postlist li {
		font-size: 0.8em;
	}	
}

.rootlink {
	font-size: 0.75em;
	font-family: Roboto, sans-serif;
	display: block;
	float: right;
	padding-bottom: 0.5rem;
}

.cooltext {
	padding: 0px 8px;
	font-size: 0.75em;
}

@media only screen and (min-width: 600px) {
	.cooltext {
		font-size: 0.75em;
	}
}

@media only screen and (max-width: 599px) {
	.cooltext {
		font-size: 0.9em;
	}
}

.dorito {
	display: inline-block;
}

.dorito img {
	border-radius: 0.15rem;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	object-fit: cover;
}

@media only screen and (min-width: 600px) {
	.dorito img {
		height: 1.75rem;
		width: 1.75rem;
	}
}

@media only screen and (max-width: 599px) {
	.dorito img {
		height: 3rem;
		width: 3rem;
	}
}

.dorito img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
