body {
  background-color: white;
  padding-top: 50px;
}

.fancy {
	font-family: "Georgia", serif;
	font-style: italic;
}

.footer {
	padding-top: 2em;
	color: #ccc;
	background-color: #222;
	min-height: 10em;
	margin-top: 5em;
	text-align: center;
}

.article {
	min-height: 100vh;
}

#cover {
	height: 50vh;
	background-color: white;
	background-size: cover;
}
	@media (min-width: 768px) {
		#cover {
			background-image: url(../img/statue_1024.jpeg);
		}
	}
	@media (min-width: 1024px) {
		#cover {
			background-image: url(../img/statue_1366.jpg);
		}
	}
	@media (min-width: 1366px) {
		#cover {
			background-image: url(../img/statue_1920.jpg);
		}
	}
	@media (min-width: 1920px) {
		#cover {
			background-image: url(../img/statue_2448.jpeg);
		}
	}

#title {
	padding-top: 25px;
	padding-bottom: 10px;
	color: #555;
}

#sonouta {
	color: white;
/*
	font-size: 4em;
	position: absolute;
	width: 90%;
	top: 40%;
	right: 5%;
	*/
	font-size: 3em;
	position: absolute;
	width: 90%;
	top: 20%;
	right: 5%;
}
