/* ======================== */
/* SECTION 1 - HEADER       */
/* ======================== */

.section1 {
	background-image:url("../images/patch_notes/section1.jpg");
	height:400px;
}

#patchNotes {
	top:306px;
}

#textPatchNotes {
	position:absolute;
	top:356px;
	left:50px;
	width:900px;
}

/* ======================== */
/* SECTION 2 - NOTES        */
/* ======================== */

.section2 {
	background:url("../images/patch_notes/section2.jpg") top center repeat-y;
}

#changelog {
	padding:5px 50px 10px;
}

h3 {
	display:flex;
	align-items:center;
	margin:20px 0px;
	background-image:url("../images/patch_notes/banner.jpg");
	padding-left:50px;
	width:480px;
	height:20px;
}

h3 span {
	background:#000000;
	padding:10px;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}

#changelog ul {
	margin-left:24px;
}

#changelog li {
	margin:8px 0px;
	background:url("../images/patch_notes/arrow.svg") no-repeat;
	background-size:8px 16px;
	padding-left:16px;
	line-height:1.2em;
	list-style-type:none;
}