/* white */
html {
	font-size: 13px;
	font-family: Inconsolata;
}
body {
	background-color: #ffffff;
}

div.main {
	margin: 0px;
	margin-top: 50px;
}

/* NAVBAR SETTINGS */

div.navbar {
	border: 1px #000000;
	border-style: none;
	position: fixed;
	top: 0;
	width: 100%;

	left: 0;
	right: 0;
	margin: auto;

	background-color: #ffffff;
	list-style: none;
	/* font-size: 14px; */
	font-family: Inconsolata;
	color: #000000;
	text-align: center;

}

ul.navbar {
	padding: 0px;
}

li.navbar {
	display: inline;
}

a.navbar {
	text-decoration: none;
	color: #000000;
	transition: color 0.5s;
}

a.current {
	font-weight: bold;
}



/* POST SETTINGS */

div.post {
	/*width: 70%;*/
	/* font-size: 14px; */
	max-width: 40rem;
	border: 0px #000000;
	border-style: dashed;
	margin: auto;
	color: #000000;
	overflow: hidden;
}

div.home {
	/*width: 70%;*/
	/* font-size: 14px; */
	max-width: 40rem;
	border: 0px #000000;
	border-style: dashed;
	margin: auto;
	color: #000000;
	overflow: hidden;

	top: 50%;
	position: relative;
	transform: translateY(50%);
}

@media screen and (max-width: 1300px) {
	html {
		font-size: 2.4vw; -webkit-text-size-adjust:none;
	}
}

a {
	text-decoration: none;
	color: #666666;
	transition: color 0.5s;
}

a:hover {
	color: #999999;
	transition: color 0.5s;
}

pre {
	font-family: Inconsolata;
}

pre.center {
	text-align: center;
}

img.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-top: 0px;
	width: 32%;
	height: auto;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
	margin-top: 0px;
	width: 64%;
	height: auto;
}

img.center-fill {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
	margin-top: 0px;
	width: 100%;
	height: auto;
}
