body {
	margin: 0;
	padding: 0;
}

#box1 {
	height: 100vh;
	width: 100%;
	background-image: url(../img/1.jpg);
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#box2 {
	height: 100vh;
	width: 100%;
	background-image: url(../img/2.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#box3 {
	height: 100vh;
	width: 100%;
	background-image: url(../img/3.jpeg);
	background-size: cover;
	background-attachment: fixed;
}

#box4 {
	height: 100vh;
	width: 100%;
	background-image: url(../img/4.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#box1 > h1{
	margin: 0;
	color: #fff;
	font-family: 'Berkshire Swash', cursive;
	background-color: rgba(0, 0, 0, .9);
	padding: 50px;
	text-transform: uppercase;
}

#box4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

#box4 #social-media a {
	background-color: rgba(255, 255, 255, .5);
	padding: 80px;
	margin-left: 20px;
}

#box4 #social-media a:hover {
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	transition: background .5s;
}

#box4 #social-media a img {
	height: 100px;
	width: 100px;
}

