﻿@font-face {
	font-family: "Eurostile";
	src: url("../../Content/Fonts/EurostileExtended.ttf") format("tff");
}

.news-ArticleHeader {
	display: flex;
	justify-content: center;
	border-bottom: solid;
	border-color: #2cc677;
	border-bottom-width: 4px;
	padding-bottom: 1em;
	margin-left: 30%;
	margin-right: 30%;
	padding-top: 4em;
}

.news-ArticleTitle {
	font-size: 4rem;
	font-family: Eurostile;
	color: black;
}

.newsArticleContainer {
	margin-top: 5em;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 10em;
}

.newsArticleText {
font-size: 1.4rem;
line-height: 1.7em;

}

.newsArticleImage {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 3em;
	margin-bottom: 0.5em;
	width: 640px;
	height: 320px;
}

.newsArticleImageCaption {
	margin-bottom: 3em;
}

@media (max-width: 480px) {

	.news-ArticleHeader {
		margin-left: 0;
		margin-right: 0;
	}

	.newsMobilePadding {
		padding-left: 10%;
		padding-right: 10%;
	}

	.newsArticleContainer {
		margin-left: 0;
		margin-right: 0;
	}
}