
body {
	font-family: Times New Roman, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: #000;
	color: #fff;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ddd;
}

h1 {
	font-weight: 100;
	font-size: 38px;
	line-height: 1.2em;
}

h2 {
	font-weight: 100;
	font-size: 24px;
}

a {
	color: #000;
}

p {
	
	font-size: 17px;
	line-height: 1.5em;
}


.italic {
	font-style: italic;
}


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


.body-container {
	width: 500px;
	margin: 0 auto;
}

.only-sm {
	display: none;
}

@media only screen and (max-width: 1250px) {
  .body-container {
	  width: 760px;
	  margin: 0 auto;
  }
  
	  
}


@media only screen and (max-width: 980px) {
  .body-container {
	  width: 90%;
	  margin: 0 auto;
  }
  
  .only-sm {
		display: inline;
	}

}

.top-menu {
	height: 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
}


@media only screen and (max-width: 640px) {

	.top-menu {
		text-align: right;
	}

}


.top-menu .logo  {
	position: absolute;
	margin-top: 22px;
}

.top-menu .logo img {
	height: 22px;
}


.content {
	padding: 50px 0;
	overflow: hidden;
}



.landing {
	width: calc(70% - 200px);
	line-height: 1.35em;
}


@media only screen and (max-width: 1250px) {
	.landing {
		width: calc(70% - 70px);
	}
}

@media only screen and (max-width: 980px) {
	.landing {
		width: 80%;
	}
}


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


.landing h1 {
	margin-top: 0;
}

.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.post-list li {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}