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

body {
	background-color:#9EA3A9;
}

#logo {
	left:50px;
	top:42px;
}

#logoUpdate {
	position:absolute;
	right:50px;
	top:25px;
	width:474px;
	height:108px;
	background-image:url("../images/back_button.png");
	background-position:top;
}

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

.section1, .container1 {
	background-image:url("../images/achievements/section1.jpg");
	overflow-y:hidden;
}

.section1 {
	height:980px;
}

.section1 .achievements {
	top:504px;
}

#tagline {
	background-image:url("../images/achievements/tagline.png");
	width:206px;
	height:71px;
	position:absolute;
	top:315px;
	right:15px;
}

.sectionCap, .containerCap {
	background-image:url("../images/achievements/cap.jpg");
}

.sectionCap {
	height:250px;
}

.section2, .container2 {
	background-image:url("../images/achievements/section2.jpg");
	overflow-y:hidden;
}

.section2 {
	height:820px;
}

.section2 .achievements {
	top:114px;
}

.section3, .container3 {
	background-image:url("../images/achievements/section3.jpg");
	overflow-y:hidden;
}

.section3 {
	height:1080px;
}

.section3 .achievements {
	top:14px;
}

#textAchievements {
	position:absolute;
	bottom:276px;
	left:90px;
	width:820px;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}