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

section#welcome .background {
  background-image: url("../images/aussen-0001.jpg");
}

section#welcome .textbox {
  min-height: unset;
  padding-bottom: 1rem;
}

section#welcome .center {
  font-size: 1.5rem;
  color: #685c52;
}

section#welcome .big {
  font-size: 8vw;
}

section#welcome button {
  background-color: #685c52;
  border: 1px solid #685c52;
}

section#welcome button:active, button:focus, button:hover {
  color: #685c52;
}

section#welcome .textbox {
  background: rgba(255,255,255,.8);
}
