/* Style for our header texts
	* --------------------------------------- */

body {
    color: #888;
	font-family: arial, helvetica;
}

h1 {
  font-size: 7vmin;
  margin: 10;
  padding: 10;
}


/* Centered texts in each section
	* --------------------------------------- */

.section {
  text-align: center;
  font-size: 2em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}


/* Defining each sectino background and styles
	* --------------------------------------- */

#section0 {
  background-image: url(/raclu-1.jpg), linear-gradient(black, grey);
}

#section1 {
  background-image: url(/raclu-2.jpg), linear-gradient(grey, white);
}

#moveDown {
  background-color: black;
  border: none;
  color: white;
  margin-top: 40%;
  margin-left: 0%;
  z-index: 999;
  font-size: 1em;
  padding: 16px;
  border-radius: 50%;
  opacity: 0.75;
}

#submit {
  background-color: #888;
  border: none;
  color: white;
  z-index: 999;
  font-size: 1em;
  padding: 16px;
  border-radius: 50%;
  opacity: 0.75;
  margin-top: 20px;
}