html, body{
  margin: 0;
  font-family: "Helvetica";
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
}
ul{
  list-style: none;
  padding: 0;
}
body{
  position: relative;
  text-align: center;
  font-size: 18px;
  padding-bottom: 40px;
}
.background-image{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: url('dutch_e_germ_background.jpg') repeat center -552px;
  -webkit-background-size: 1703px;
  -webkit-background-size: 1703px;
  -moz-background-size: 1703px;
  -o-background-size: 1703px;
  background-size: 1703px;
}
h1{
  font-weight: normal;
  font-size: 20px;
}
.splash-image{
  position: relative;
  width: 600px;
  margin: 40px 0;
}
.album-info{
  position: relative;
  width: 600px;
  height: 600px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  -moz-box-sizing:    border-box;   /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;   /* Safari 3-4, also probably droppable */
  box-sizing:        border-box;   /* Everything else */
  padding-top: 50px;
  margin: 0 auto;
  vertical-align: top;
}
.track-names{
  padding-top: 20px;
}
.email-input, .submit-input{
  padding: 5px 10px;
  border: 0;
  background: rgba(255, 255,255, 0.8);
  width: 300px;
  font-family: "Helvetica";
  font-size: 18px;
  text-transform: uppercase;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
textarea:focus, button:focus, input:focus{
  border: 0;
  outline: 0;
}
.submit-input{
  width: 140px;
  cursor: pointer;
  color: black;
}
.email-capture{
  position: relative;
  padding-top: 24px;
}
.submit-thanks{
  display: none;
  font-size: 18px;
  height: 35px;
}
.uno-id{
  font-weight: bold;
  padding-top: 20px;
  opacity: 0.8;
}
.uno-logo{
  position: relative;
  margin: 22px 0;
  width: 64px;
}
.full-screen-video-container{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.full-screen-video-container video{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
::-webkit-input-placeholder {
   color: rgba(0,0,0,0.8);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.8);  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0,0,0,0.8);  
}

:-ms-input-placeholder {  
   color: rgba(0,0,0,0.8);  
}
.soundcloud-player{
  position: relative;
  width: 600px;
  margin: 40px auto;
}
.social-icons{
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.fa{
  font-size: 15px;
  padding: 0 2px;
  color: rgba(0,0,0,0.7);
}
