/* ===== */
/* DAY 1 */
/* ===== */

body {
	background-color:#1D1C1A;
	background-image:url("../images/day1/background.jpg");
	background-repeat:repeat-y;
}

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

.section1 {
	height:1250px;
}

#trailer {
	position:absolute;
	top:765px;
	left:111px;
}

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

.section2 {
	height:750px;
}

.magnifyingGlass {
	position:absolute;
	left:-60px;
	top:265px;
	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/day1/section3.jpg");
}

.section3 {
	height:800px;
}

#textIntro {
	position:absolute;
	top:375px;
	left:175px;
	width:650px;
}

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

.section4 {
	height:1200px;
}

#textVIPRTagline {
	position:absolute;
	top:900px;
	left:100px;
	width:800px;
	text-align:center;
}

#textVIPR {
	position:absolute;
	top:940px;
	left:100px;
	width:380px;
}

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

.section5 {
	height:1250px;
}

#text2Bridge {
	position:absolute;
	top:940px;
	right:100px;
	width:600px;
	text-align:right;
}

.section5 .gallery {
	position:absolute;
	top:800px;
	left:100px;
	flex-direction:column;
}

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

.section6 {
	height:1100px;
}

#textCane {
	position:absolute;
	top:840px;
	left:50px;
	width:475px;
}

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

.section7 {
	height:850px;
}