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

section#welcome {
  background-color: black;
}

section#welcome content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  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 content#front {
  background-color: transparent;
  z-index: 2;
  display: none;
}

section#welcome content#one {
  background-image: url(../welcome/img_01.jpg);
}

section#welcome img {
  padding-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  filter: drop-shadow(4px 4px 2px hsla(0, 0%, 0%, 0.4));
}

section#welcome text {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  font-size: 50px;
  font-style: italic;
  font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
  color: white;
  filter: drop-shadow(4px 4px 2px hsla(0, 0%, 0%, 0.4));
}

section#image {
  min-height: 100%;
  max-height: 100%;
  height: auto !important;
  height: 100%;
  xbackground-image: url("../gallery/portrait/IMG_03.jpg");
  background-image: url("../gallery/friends/img_14.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  section#welcome img {
    padding-top: 40px;
    width: 60%;
  }

  section#welcome text {
    font-size: 70px;
  }
}
