/* ===== */
/* DAY 3 */
/* ===== */

body {
	background-color:#352B2E;
	background-image:url("../images/day3/background.jpg");
	background-repeat:repeat-y;
}

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

.section1 {
	height:1000px;
}

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

.section2 {
	height:1050px;
}

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

.section3 {
	height:1000px;
}

.manual {
	position:absolute;
	right:-61px;
	top:83px;
	transition:transform 0.2s, filter 0.2s;
	filter:drop-shadow(0px 0px 1px #000000);
}

.manual:hover, .manual:focus {
	filter:drop-shadow(0px 0px 10px #C14938);
}

#textCyclops {
	position:absolute;
	top:340px;
	right:50px;
	width:465px;
}

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

.section4 {
	height:1100px;
}

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

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

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

.section5 {
	height:900px;
}

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

.section6 {
	height:850px;
}

#textAnchor {
	position:absolute;
	top:235px;
	right:50px;
	width:475px;
}

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

.section7 {
	height:1150px;
}

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

#textSawtooth {
	position:absolute;
	top:1000px;
	left:50px;
	width:900px;
}

.section8, .container8 {
	background-image:url("../images/day3/section8.jpg");
}

.section8 {
	height:850px;
}

.section9, .container9 {
	background-image:url("../images/day3/section9.jpg");
}

.section9 {
	height:800px;
}

#textDom {
	position:absolute;
	top:250px;
	left:50px;
	width:900px;
}