/* -------------------------------
   S E C T I O N  :  W E L C O M E
   ------------------------------- */

section#welcome {
  background-color: black;
}

section#welcome div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  z-index: 1;
}

section#welcome div#front {
  background-color: transparent;
  z-index: 2;
  display: none;
}

section#welcome div#one {
  display: none;
}

section#welcome div#two {
  display: none;
}

section#welcome img.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  width: 50%;
}

section#welcome h2 {
  position: absolute;
  bottom: 50px;
  top: auto;
  width: 100%;
  font-size: 3em;
  font-style: italic;
  font-family: 'Droid Serif', Times, serif;
  color: white;
  z-index: 2;
  text-transform: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
