.sd-title-wrapper
{
	height: 100px;
	width: 100%;
	text-align: center;
	margin: 40px 0;
}
.sd-title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 3.5em;
}
.sd-body-wrapper
{
	width: 50%;
	height: auto;
	margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
}
.sd-article-link
{
	font-family: inherit;
	font-weight: 900;
	font-size: 2.5em;
	color: black;
	text-decoration: none;
}
.sd-article-title
{
	font-family:inherit;
	font-weight: 900;
	font-size: 2em;
	margin: 0;
}
.sd-article-link:hover
{
	text-decoration: none;
}
.sd-article-link:visited
{
	color: inherit;
}
.sd-body-text
{
	font-family: inherit;
	font-size: 1.2em;
	margin: 0px 0 35px 0;
}
.sd-return-link
{
	font-family: inherit;	
	font-size: 1.1em;
	color: black;
	text-decoration: none;
}
.sd-return-link:hover
{
	text-decoration: none;
}
.sd-return-link:visited
{
	color: inherit;	
}
@media (max-width: 768px)
{
	.sd-body-wrapper
	{
		width: 75%;
	}
}

@media (max-width: 450px)
{
	.sd-title
	{
		font-size: 3em;
	}
}