body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat-Light', sans-serif;
  background: rgb(0, 0, 0);


}



.fullBackground {

  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}


a:link, a:visited  {text-decoration: none}

.title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    position: absolute;
    white-space: nowrap;
    font-size: 33px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.subtitle {
  color: #fff;
  top: 52%;
  width: 100%;
  //transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
a {
    text-shadow: 0 0 6px rgba(0,0,0, 0.3);
    color: #fff;
}
a:hover {
    text-shadow:none;
    color: #000;
    /*transition*/
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
}
.caption {
    bottom: 60px;
    width: 100%;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
}
