/* ======================== */
/* SECTION 1 - HEADER       */
/* ======================== */

.section1 {
	background-image:url("../images/extras/section1.jpg");
	height:480px;
}

#extras {
	top:306px;
}

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

#wallpapers {
	top:430px;
}

/* ======================== */
/* SECTION 2 - WALLPAPERS   */
/* ======================== */

.section2 {
	background-image:url("../images/extras/section2.jpg");
	height:420px;
}

.wallpaper {
	display:flex;
	position:relative;
	margin:0px auto;
	border:2px solid #FFFFFF;
	width:700px;
}

.wallpaper:after {
	position:absolute;
	inset:0;
	content:"";
}

.wallpaper:hover:after, .wallpaper:focus:after {
	background:rgba(255, 255, 255, 0.15);
}

.wallpaper:active:after {
	background:rgba(0, 0, 0, 0.15);
}

.wallpaper img {
	display:block;
	border:2px solid #000000;
	width:100%;
}

/* ======================== */
/* SECTION 3 - CURSORS      */
/* ======================== */

.section3 {
	background-image:url("../images/extras/section3.jpg");
	height:260px;
}

#textCursors {
	position:absolute;
	top:200px;
	left:50px;
	width:900px;
	text-align:center;
}