html,
body {
  height: 100%;
}
.bg {
  background-image: url("https://s.yimg.com/ln/UC/img/coffee.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.overlay {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.uc-container-outer {
  width: 100%;
  height: 100%;
  display: block;
}

.uc-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width:100%;
}

.uc-text {
  padding: 30px 30px;
  z-index: 2;
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
  font-family: 'Oswald';
}

.uc-text h1 {
  color: #FFF;
  padding: 0px;
  letter-spacing: 0.10em;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.uc-text h2 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
}

.uc-text h3 {
  color: #FFF;
  margin: 0px;
  font-weight: 300;
}
