body { 
  background: url(/assets/bg-neu.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  font-family: "Calibri", "Helvetica Neue", "Verdana", sans-serif;
}

#content {
  display:block;
  position: absolute;
  top: 100px;
  left: 100px;
  padding: 5px 10px;
  font-size: 1.2em;
  color: white;
  -webkit-animation: final 1s ease forwards;
  animation: final 1s ease forwards;
  /*background-color: rgba(255, 255, 255, 0.2);*/
}


@-webkit-keyframes final {
    from { 
      left: 70px;
      opacity: 0; 
    }
    to { left: 100px;
    opacity: 100% }
}

.bigger {
  font-size: 1.4em;
}

#image-caption {
  display:block;
  position: absolute;
  padding: 5px 10px;
  font-size: 11px;
  bottom: 20px;
  right: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);

}

.artist-name {
  font-size: 1.6em;
  letter-spacing: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.margin-bottom {
  display: block;
  float: left; 
  clear: left; 
  margin-bottom: 4px;
} 

.black {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1px 5px;
}

a:link {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 1px 5px;
  -webkit-transition: background-color 0.3s ease-in; /* For Safari 3.1 to 6.0 */
  transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;    
  text-decoration: none;
}

a:hover {
  background-color: rgba(80, 80, 80, 0.8); 
  -webkit-transition: background-color 0.3s ease-in; /* For Safari 3.1 to 6.0 */
  transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;  
}
