/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/

.bg2 {
	background-color: #dfd;
}

.bg3 {
	background-color: #eee;
}

.padder {
	padding: 2%;
}

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

h1, h2, h3 {
	text-shadow: 2px 2px 5px #999;
}

.border-x {
	border-top: 1px solid #848484;
	border-bottom: 1px solid #848484;
}

.border-top {
	border-top: 1px solid #848484;
}

.icon-container a {
	margin: 2%;
}

.news_article_container {
	margin: 10px;
	width: 200px;
	float: left;
	height: 170px;
	overflow: hidden;
}
.news_article_time {
	color: #aaaaaa;
}
#all_news_articles_container {
	margin: auto;
}