body {
  color: white;
  background-color: black;
  font-family: "Times", "Times New Roman", "Georgia", "Palatino", "Bookman", "Bookman Old Style", "Garamond", "Century Schoolbook";
}

@media (min-width: 360px) {
  body {
    font-size: 1.0em;
  }
}

.container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-spacing: 10px;
}

#masterpiece {
  width: 50vw;
  height: 80vh;
}

#greytext {
  width: 50vw;
  height: 25vh;
  text-align: center;
}

#face {
  width: 50vw;
  height: 25vh;
  text-align: center;
}

#enter {
  width: 50vw;
  height: 10vh;
  text-align: center;
}

#scripture {
  width: 50vw;
  height: 15vh;
  text-align: center;
}

#verse {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  width: 50vw;
  height: 20vh;
}

#copyright {
  width: 50vw;
  height: 20vh;
  text-align: center;
}

a.enter-button {
  /* Box Shadows */
  -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
          box-shadow: inset 0px 1px 0px 0px #bee2f9;
  /* Gradient background */
  background: #96d4d4;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #96d4d4), to(#4b8484));
  background: linear-gradient(to bottom, #96d4d4 5%, #4b8484 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d4d4', endColorstr='#4b8484',GradientType=0 );
  /* IE6-9 */
  /* Rounded corners */
  border-radius: 15px;
  position: relative;
  /* Text formatting */
  text-shadow: 0 0 2px #000;
  text-indent: 0;
  border: 1px solid #3866a3;
  display: inline-block;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  /* Sizing */
  height: 30px;
  line-height: 30px;
  width: 100px;
}

a.enter-button:hover {
  /* Gradient background */
  background: #bbe3e3;
  /* Old browsers */
  background: radial-gradient(ellipse at center, #bbe3e3 0%, #85b9b9 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbe3e3', endColorstr='#85b9b9',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  /* Text formatting */
  color: #427977;
  text-shadow: 0px 0px 0px black;
}

a:active {
  position: relative;
  top: 1px;
}
