/* ===== */
/* DAY 2 */
/* ===== */

body {
	background-color:#35302B;
	background-image:url("../images/day2/background.jpg");
	background-repeat:repeat-y;
}

.section1, .container1 {
	background-image:url("../images/day2/section1.jpg");
}

.section1 {
	height:950px;
}

.section2, .container2 {
	background-image:url("../images/day2/section2.jpg");
}

.section2 {
	height:1100px;
}

.magnifyingGlass {
	position:absolute;
	left:-60px;
	top:276px;
	transition:transform 0.2s, filter 0.2s;
	filter:drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.5));
}

.magnifyingGlass:hover, .magnifyingGlass:focus {
	filter:drop-shadow(0px 10px 10px rgba(0, 0, 0, 1));
}

.section3, .container3 {
	background-image:url("../images/day2/section3.jpg");
}

.section3 {
	height:1050px;
}

#textRejuv {
	position:absolute;
	top:670px;
	left:25px;
	width:450px;
}

.section4, .container4 {
	background-image:url("../images/day2/section4.jpg");
}

.section4 {
	height:900px;
}

.section5, .container5 {
	background-image:url("../images/day2/section5.jpg");
}

.section5 {
	height:1300px;
}

.section5 .gallery {
	position:absolute;
	top:740px;
	width:1000px;
	justify-content:center;
}

#textDrizzle {
	position:absolute;
	top:1050px;
	left:100px;
	width:800px;
	text-align:right;
}

.section6, .container6 {
	background-image:url("../images/day2/section6.jpg");
}

.section6 {
	height:950px;
}

#video {
	position:absolute;
	top:363px;
	left:141px;
}

.section7, .container7 {
	background-image:url("../images/day2/section7.jpg");
}

.section7 {
	height:1350px;
}

#textVideo {
	position:absolute;
	top:130px;
	left:165px;
	width:670px;
}

#textAchievements {
	position:absolute;
	top:1100px;
	left:50px;
	width:624px;
}

#buttonAchievements {
	top:1105px;
	right:50px;
}