@charset "utf-8";


.cover {
	background-attachment: fixed;
	background-position: center;
}

.cover.fade {
	position: absolute;
	height: 10px;
	bottom: 0px;
}


#coverTitle {
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	font-weight: bold;
	z-index: 1;
}

.descTitle {
	position: relative;
	height: 420px;
	font-size: 26px;
	font-weight: bold;
	margin-top: 30px;
	overflow: hidden;
	background-position: bottom;
	background-attachment: scroll;
}
.descTitle.article {
	margin-top: 0;
	background-attachment: scroll;
}
.descTitle.article > div, .cover.fade {
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0) calc(100% - 10px), white);
}


.cover, .descTitle {
	width: 100%;
	background-size: cover;
	color: white;
	text-shadow: 0px 0px 3px #020138;
}

.descTitle > div {
	position: relative;
	width: 100%;
	height: 100%;
	/*vertical-align: middle;*/
	background: linear-gradient(to bottom, white, rgba(255, 0, 0, 0) 10px, rgba(255, 0, 0, 0) calc(100% - 10px), white);
}
.descTitle > div > p {
	position: relative;
	/*display: table-cell;*/
	vertical-align: middle;
	margin-left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.descContent {
	position: relative;
	padding: 5px;
}
.descContent p {
	line-height: 1.5em;
}
.descContent p, .descContent h1, .descContent h2, .descContent h3, .descContent h4, .descContent h5, .descContent h6, .descContent table {
	margin-left: 30px;
}
.descContent p, .descContent table {
	margin-top: 1em;
}
.descContent table td {
	vertical-align: top;
}
.descContent a {
	color: #020138;
	text-decoration: underline;
}
.descContent ul {
	list-style-type: none;
}
.descContent ul li:before {
	content: "✓";
	color: #5A061E;
	padding-right: 1em;
	font-weight: bold;
}

@media screen and (max-width:720px) {
	 
	.descTitle {
		height: 350px;
	}
	
}
