html {
	//background-color: #D3D3D3;
	//margin-left: 50px;
	//margin-right: 50px;
}

body {
	background-color: #fff;
}

.container-fluid {
	background-color: #fff;
	height: 100%;
}

.container {
	background-color: #fff;
	height: 100%;
}

.page-header {
	text-align: center;
}

.contact_icons {
	height: 50px;
	width: 50px;
}

.blog-post {
	margin: auto;
	text-align: center;
	width: 95%;
}

.blog-post em {
	color: grey;
	font-size: 75%;
}

.blog-post p {
	text-align: justify;
	font-family: "Lucida Console", Monaco, monospace;
}

hr {
	margin: 150px;
}

ul {
	text-align: left;
	list-style-position: inside;
	list-style: none;
}

li {
	text-align: center;
	margin-right: 50px;
}
