/* ============ */
/* ACHIEVEMENTS */
/* ============ */

#logo {
	left:115px;
	top:40px;
}

#logoUpdate {
	position:absolute;
	right:115px;
	top:37px;
	width:370px;
	height:84px;
	background-image:url("../images/back_button.png");
	background-position:top;
}

#logoUpdate:hover {
	background-position:bottom;
}

body {
	background-color:#989DA4;
	background-image:url("../images/day3/day3_background.jpg");
}

#dayCounter {
	top:488px;
	right:135px;
}

section {
	width:1000px;
}

.section1 {
	background-image:url("../images/achievements/achievements_section1.jpg");
	height:860px;
}

.section1 .achievements {
	top:275px;
}

.section2 {
	background-image:url("../images/achievements/achievements_section2.jpg");
	height:740px;
}

.section2 .achievements {
	top:6px;
}

.section3 {
	background-image:url("../images/achievements/achievements_section3.jpg");
	height:830px;
}

.section3 .achievements {
	top:6px;
}

#textAchievements {
	position:absolute;
	bottom:113px;
	left:200px;
	width:600px;
	height:32px;
	display:flex;
	justify-content:center;
	align-items:center;
}