.sitebody h1 {
	text-transform:uppercase;
}
.sitebody h2 {
	font-size:1.5em;
	text-transform:uppercase;
}
.sitebody p {
	font-size:1.5em;
	text-align: justify;
}
.sitebody a {
	color:#000000;
	text-decoration:none;
}

.breadcrumb {
	position: relative;	
	width: 100%;
	display: inline-block;
	visibility:hidden;
	height: 35px;
}
.breadcrumb p {
	font-size: 13px;
	color: #888888;
	font-weight:bold;
	margin:0;
}
.breadcrumb p a {
	color: #000000;
	text-decoration:none;
}
@media screen and (min-width: 1100px)
{
	.breadcrumb {
		visibility:visible;
	}
}

.headline {
	position: relative;
	background-color: #29002c;		
	margin-top:10px;
	width:100%;
	height:50%;
}
.headlinepic {
	position:relative;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.headlinepic img {
	height:100%;
}
.headlinepic img:hover {
	width:110%;
	margin-top:-5%;
	margin-left:-5%;
}
.headlinetext {
	position:absolute;
	top:35%;
	height:65%;
	width:100%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
}
.headlinetext h1 {
	font-size: 5.5em;
	font-weight: bold;
	color: #ff0000;
	text-shadow:
		-1px -1px 0 #888888,
		1px -1px 0 #888888,
		-1px 1px 0 #888888,
		1px 1px 0 #888888;
}
.headlinetext h2 {
	font-size: 4em;
	font-weight: bold;
	color: #eb9846;
}
.headlinelnk{
	position:absolute;
	top:0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1100px)
{
	.headline {
		display: inline-block;
		border-radius: 7px 7px 3px 3px;
		left: 0;
		width: 590px;
		height: 280px;
		margin-right:16px;
	}
	.headlinepic {
		border-radius: 7px 7px 5px 5px;
	}
	.headlinepic img {
		width:100%;
		height:auto;
		transition:width 0.8s,
					margin-top 0.8s,
					margin-left 0.8s;	
	}
	.headlinetext h1 {
		font-size: 2em;
	}
	.headlinetext h2 {
		font-size: 1.2em;
	}
}


.populararticle {
	position: relative;
	background-color: #ffffff;	
	display: inline-block;
	margin-top:5%;
	overflow:hidden;
	width:100%;
	height:50%; 
}
.populararticlehead {
	position:relative;
	width:100%;
	height:100%;
	display: inline-block;
	background-color:#29002c;
	overflow:hidden;
}
.populararticlehead img{
	height:100%;
}
.populararticlehead img:hover {
	width:110%;
	margin-top:-5%;
	margin-left:-5%;
}
.populararticlefoot {
	position:absolute;	
	width:100%;
	top:35%;
	height:65%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
}
.populararticlefoot h1 {
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	font-size: 5.5em;
	font-weight: bold;
	color: #ffffff;
	text-shadow:
		-1px -1px 0 #888888,
		1px -1px 0 #888888,
		-1px 1px 0 #888888,
		1px 1px 0 #888888;
}
.populararticlefoot h2 {
	font-size: 4em;
	font-weight: bold;
	color: #eb9846;
}
.populararticlefoot p {
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
}
@media screen and (min-width: 1100px)
{
	.populararticle {
		width: 286px;
		height: 280px;
		margin-top:10px;
		border-radius: 7px 7px 3px 3px;
		margin-right:16px;
	}
	.populararticlehead {
		height:60%;
	}
	.populararticlehead img{
		width:100%;
		height:auto;
		transition:width 0.8s,
					margin-top 0.8s,
					margin-left 0.8s;
	}
	.populararticlefoot {
		position:relative;
		top:0%;
		height:40%;
		display: inline-block;
	}
	.populararticlefoot h1 {
		font-size: 0.9em;
		color: #000000;
		text-shadow:none;
	}
	.populararticlefoot h2 {
		font-size: 0.75em;
	}
	.populararticlefoot p {
		font-size: 0.7em;
	}
}

.article {
	position: relative;
	background-color: #ffffff;		
	margin-top: 5%;
	width: 100%;
	height: 25%;
}
.article a {
	color:#000000;
	text-decoration:none;
}
.articlepic {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#29002c;
}
.articlepic img {
	width:100%;
	display: inline-block;
}
.articleheadline {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-13%;
	margin-left:-45%;
	height:26%;
	width:90%;	
}
.articleheadline h1 {
	color:#ffffff;
	height:100%;	
	font-size:4em;
	text-align:center;
	margin: 5%;
	text-shadow:
		-1px -1px 0 #888888,
		1px -1px 0 #888888,
		-1px 1px 0 #888888,
		1px 1px 0 #888888;
}
@media screen and (min-width: 1100px)
{
	.article {
		display: inline-block;
		margin-top: 10px;
		width: 209px;
		height: 280px;
		margin-right: 16px;
	}
	.articlepic {
		border-radius: 7px 7px 7px 7px;
	}
	.articlepic img {
		width:auto;
		height:100%;
	}
	.articleheadline {
		background:#ffffff;	
		border-radius: 7px 7px 7px 7px;
		overflow:hidden;
	}
	.articleheadline h1 {
		color:#000000;
		font-size:0.9em;
		margin: 5px;
		text-shadow:none;
	}
}

.articlelist {
	position:relative;
	height: 25%;
	width:100%;
	margin:0;
	margin-bottom: 5%;
}
.articlelistpic {
	margin:0;
	position:relative;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
	background-color: #29002c;
}
.articlelistpic img {
	width:100%;
}
.articlelistcontent {	
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20%;
	margin-left:-45%;
	height:26%;
	width:90%;
	
}
.articlelistcontent h1 {
	font-size: 2em;
	font-weight: bold;
	color: #eb9846;
}
.articlelistcontent h1 a {
	text-decoration:none;
	color: #eb9846;
}
.articlelistcontent h2 {
	color:#ffffff;
	height:100%;	
	font-size:3.5em;
	margin: 5%;
	text-shadow:
		-1px -1px 0 #888888,
		1px -1px 0 #888888,
		-1px 1px 0 #888888,
		1px 1px 0 #888888;
}
.articlelistcontent h2 a {
	text-decoration:none;
	color: #ffffff;
}
.articlelistcontent h3 {
	visibility:hidden;
}
@media screen and (min-width: 1100px)
{
	.articlelist {
		height: 175px;
		margin-bottom: 35px;
		display: inline-block;
	}
	.articlelistpic {
		height:95%;
		overflow:hidden;
		background-color: #29002c;
		display: inline-block;
		width: 286px;
		border-radius: 7px 7px 7px 7px;
	}
	.articlelistcontent {	
		position:absolute;
		top:0;
		left:300px;
		width: 620px;
		margin:0;
		height:auto;
	}
	.articlelistcontent h1 {
		font-size:14px;
		color: #29002c;
		font-weight:normal;
		text-transform:uppercase;
		height:5%;
		margin:0;
	}
	.articlelistcontent h1 a{
		color: #29002c;
	}
	.articlelistcontent h2 {
		font-size:18px;
		color: #000000;
		height:90%;
		text-shadow:none;
		margin-left: 0;
	}
	.articlelistcontent h2 a {
		color: #000000;
	}
	.articlelistcontent h3 {
		font-size:12px;
		color: #aaaaaa;
		height:5%;
		text-shadow:none;
		visibility:visible;
	}
}

.fullarticle {
	position: relative;
	width: 100%;
	display: inline-block;
}
.fullarticle h1 {
	color: #fbb14a;
	margin:0;
	margin-left:10%;
	margin-bottom:10px;
	width:80%;
	text-transform: uppercase;
	font-size: 2em;
	font-weight:normal;
}
.fullarticle h2 {
	color: #29002c;
	margin:0;
	margin-left:10%;
	margin-bottom:15px;
	width:80%;
	font-size: 3em;
	font-weight:bold;
	text-align: left;
}
.fullarticle h3 {
	color: #666666;
	margin:0;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:5%;
	width:90%;
	font-size: 2em;
	font-weight:normal;
	text-align: left;
}
.fullarticle h4 {
	color: #777777;
	margin:0;
	margin-left:5%;
	margin-bottom:15px;
	width:90%;
	font-size: 2em;
	font-weight:normal;
	text-align: left;
}
.fullarticle h5 {
	color: #000000;
	margin:0;
	margin-left:5%;
	width:90%;
	font-size: 2em;
	font-weight:normal;
	text-align: left;
	text-transform: uppercase;
}
.fullarticle h5 a {
	color: #000000;
	text-decoration:none;
}
.fullarticle h6 {
	color: #666666;
	margin:0;
	width:100%;
	font-size: 1em;
	font-weight:normal;
	text-align: left;
}
.fullarticle h6 a {
	color: #666666;
	text-decoration:none;
}
.fullarticle h7 {
	color: #666666;
	margin:0;
	margin-left:5%;
	width:90%;
	font-size: 1.5em;
	font-weight:normal;
	text-align: left;
	overflow-wrap: break-word;
}
.fullarticle h7 a {
	color: #666666;
	text-decoration:none;
}
.fullarticlepic {
	position: relative;
	background-color: #29002c;
	width: 100%;
	overflow:hidden;
}
.fullarticlepic img {
	width: 100%;
}
.fullarticlecontent {
	margin:0;
	margin-left:5%;
	width:90%;
	text-align: justify;
}
.fullarticlecontent p {
		font-size: 2.5em;
	}
.fullarticlecontent b {
	color: #29002c;
}
.fullarticlecontent .highlight {
	color: #4a0050;
	font-weight:bold;
}
.fullarticlecontent .crossout {
	text-decoration: line-through;
}
@media screen and (min-width: 1100px)
{
	.fullarticle h1 {
		font-size: 1em;
	}
	.fullarticle h2 {
		font-size: 2em;
	}
	.fullarticle h3 {
		width:80%;
		margin-left:10%;
		font-size: 1em;
	}
	.fullarticle h4 {
		margin-left:10%;
		width:80%;
		font-size: 1em;
	}
	.fullarticle h5 {
		margin-left:10%;
		width:80%;
		font-size: 1em;
	}
	.fullarticle h6 {
		font-size: 0.6em;
	}
	.fullarticle h7 {
		margin:0;
		width:100%;
		font-size: 0.8em;
	}
	.fullarticlecontent {
		margin:0;
		width:auto;
	}
	.fullarticlecontent p {
		font-size: 1em;
	}
	.fullarticlepic {
		border-radius: 7px 7px 7px 7px;
	}
}

.bodydivider {
	position:relative;
	display: inline-block;
	width: 100%;
	height: 35px;
	margin-top: 5px;
}
.bigbodydivider {
	background: #4a0050;
	position:relative;
	display: inline-block;
	width: 100%;
	height: 280px;
	margin-top: 5px;
	border-radius: 7px 7px 7px 7px;
}