@charset "UTF-8";

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Amaranth', sans-serif;
}
section {
	text-align: center;
	display: table;
	font-size: 30px;
	color: #FFF;
}
h2 {
	display: table-cell;
	vertical-align: middle;
}
.window {
  width: 100%;
  height: 100%;
  position: absolute;
  
}
/*1番目のsection*/
.window:nth-child(1) {
  background: #373e4b;
  top: 0%;
}

/*2番目のsection*/
.window:nth-child(2) {
  background: #5677a6;
  background: url("../images/img1.jpg");
  top: 100%;
}

/*3番目のsection*/
.window:nth-child(3) {
  background: #35485e;
  top: 200%;
}

/*4番目のsection*/
.window:nth-child(4) {
  background: #96b3d1;
  background: url("../images/img2.jpg");
  top: 300%;
}

/*5番目のsection*/
.window:nth-child(5) {
  background: #8cbed6;
  top: 400%;
}

/*6番目のsection*/
.window:nth-child(6) {
  background: #395460;
  background: url("../images/img3.jpg");
  top: 500%;
}
