.article {
	background: rgba(0, 0, 0, 0.4);
	padding: 2em;
	margin-top: 2em;
	display: block;
	text-decoration: none;
}

.article-title {
	color: white;
	font-family: MontserratLight;
	font-size: 2em;
	line-height: 1.25em;
	display: block;
}

.article-author {
	color: rgba(255, 255, 255, 0.6);
	font-family: MontserratRegular;
	font-size: 1em;
	display: block;
	margin-top: 1em;
	float: left;
}

.article-date {
	color: rgba(255, 255, 255, 0.9);
	font-family: MontserratLight;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	display: block;
	margin-top: 1em;
	text-align: right;
}

.article-content {
	font-family: RobotoRegular;
	color: rgba(255, 255, 255, 0.65);
	display: block;
	margin-top: 2em;
	line-height: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article-content br {
	display: none;
}

p {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: inline;
}

b {
	color: #e4e4e4;
	font-family: RobotoMedium;
}

i {
	color: #d8d8d8;
	font-family: RobotoItalic;
}


/*****************************************************************************
/*
/*   MEDIA QUERIES
/*
*/

@media only screen and (min-width: 800px) {
	
	body {
		font-size: 1.0em;
	}
	
}

@media only screen and (min-width: 1100px) {
	
	body {
		font-size: 1.0em;
	}
	
}

@media only screen and (min-width: 1300px) {
	
	body {
		font-size: 1.0em;
	}
	
}