body
{
	margin			: 0;
	padding			: 0;
	background-color: #FFF;
}
.Main
{
	width			: 100vw;
	height			: 90vh;
	margin			: 0px auto;
	background-color: #444444;
	background		: #444 url(/images/Main_01.jpg) no-repeat center center;
	background-size	: cover;
	background-attachment: fixed;
	display			: flex;
	flex-direction	: row;
	align-items		: center;
}
.Main h1,
.Base h1,
.Foot h1,
.Foot h3
{
	font-size		: 44px;
	font-family		: "Marcellus SC";
	color			: #EEEEEE;
	text-align		: center;
	flex			: 1;
	font-weight		: normal;
	text-shadow		: 1px 2px rgba(0,0,0,.6);
}
.Base h1,
.Foot h1
{
	font-size		: 30px;
	text-shadow		: none;
	color			: #333;
}
.Foot h3
{
	font-size		: 16px;
	text-shadow		: none;
	color			: #333;
	line-height		: 30px;
}
.Main h1 span
{
	font-size		: 20px;
	font-family		: "Marcellus SC";
	color			: #EEEEEE;
	text-align		: center;
	flex			: 1;
	font-weight		: 300;
}

.Base
{
	width			: 70vw;
	margin			: 0px auto;
	display			: flex;
	flex-direction	: row;
	align-items		: flex-start;
	flex-wrap		: wrap;
}
.Subleft
{
	width			: calc(50% - 41px);
	min-width		: 300px;
	padding-right	: 40px;
	background-color: transparent;
	flex			: 1;
}

.Subleft h1
{
	font-size		: 30px;
	font-family		: "Marcellus SC";
	color			: #333333;
	text-align		: left;
	flex			: 1;
	font-weight		: normal;
	line-height		: 35px;
}
.Subleft h1 span
{
	font-size		: 17px;
	font-family		: "Marcellus SC";
	color			: #333333;
	text-align		: left;
	flex			: 1;
	font-weight		: 300;
	line-height		: 18px!important;
}
.Subright
{
	width			: 50%;
	flex			: 1;
	margin-top		: 20px;
}

.imageList
{
	list-style-type	: none;
	margin			: 0;
	padding			: 0;
}
.imageList li
{
  display			: inline-block;
  width				: 32%;
}

.imageList li a img
{
	border			: none;
}
@media only screen and (max-width: 375px)
{
	.imageList li a img
	{
		height: 80px;
	}
}
@media only screen and (max-width: 768px)
{
	.Main
	{
		background-attachment: scroll;
	}
}
p em
{
	color			: gray;
}

.ArticlesSection
{
	width			: 100vw;
	margin			: 0px auto;
	background-color: #F5F0E6;
	padding			: 8vh 0 9vh 0;
}
.SectionTitle
{
	font-family		: "Marcellus SC";
	font-weight		: normal;
	font-size		: 28px;
	color			: #333333;
	text-align		: center;
	letter-spacing	: 3px;
	margin			: 0 0 5vh 0;
}
.TeaserText
{
	font-family		: "Open Sans", sans-serif;
	font-size		: 16px;
	font-weight		: 300;
	line-height		: 1.85;
	color			: #333333;
}
.ReadMore
{
	display			: inline-block;
	margin-top		: 18px;
	font-family		: "Open Sans", sans-serif;
	font-size		: 13px;
	letter-spacing	: 1px;
	text-transform	: uppercase;
	color			: #8A5A2B;
	text-decoration	: none;
	border-bottom	: 1px solid #C9A16B;
	padding-bottom	: 2px;
}
.ReadMore:hover { color: #333; border-bottom-color: #333; }

table
{
	margin			: 0px auto;
	width			: calc(40% - 20px);
	border			: none;
	min-width		: 300px;
}

table td
{

	font-family		: "Marcellus SC";
	font-size		: 12px;
	font-weight		: 300;
	text-align		: left;
	padding			: 10px;
	border-bottom	: 1px solid  #EEE;
	color			: #333;

	-moz-transition		: 0.6s;
	-o-transition		: 0.6s;
	-webkit-transition	: 0.6s;
	transition			: 0.6s;
}
