* {
  font-family: helvetica, arial, sans-serif;
  font-size: 19px;
  line-height: 1.4em;
}

body {
  background:url(../images/background.jpg) #181818 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#cecece;
}

em {
  font-style: italic;
}

section {
  width: 100%;
  margin: 0 0 60px 0;
  padding:10px;
  box-sizing: border-box;
}

section.facts {
  width: 300px;
  margin:0 0 20px 0;
}

header {
  margin-bottom:40px;
}

h1, h2 {
  font-family: league-gothic, sans-serif;
  text-shadow:1px 1px 2px black;
  color:#dedede;
}

h1 {
  margin-bottom: 20px;
  font-size:2.4em;
  line-height:1em;
  text-transform: uppercase;

}

h2 {
  margin-bottom: 20px;
  font-size:1.8em;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 20px;
  font-style: italic;
  font-weight: bold;
}

p {
  margin-bottom:20px;
}

span {
  font-weight:bold;
}

/* links */

a.button, a.button:visited {
  display:block;
  margin:20px 0;
  max-width:200px;
  border-top:2px solid #fb5f30;
  border-bottom:2px solid #813012;
  background: #d6411e;
  color: #efefef;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
  padding:8px 12px;
  text-align:center;
  text-transform: uppercase;
  border-radius:5px;
  font-family: league-gothic, sans-serif;
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size:1.8em;
  line-height:1em;

}

a.button:hover {
  -webkit-transform: translateY(-2px);
  box-shadow: 6px 8px 0 rgba(0, 0, 0, 0.3);
}

a {
  color: #ffc62c;
  border-bottom: 1px solid #ffc62c;
}

a:visited {
  color: #c56530;
  border-bottom: 1px solid #c56530;
}

section.images div a {
  border:0;
  margin:0;
}

/* images */

img {
  width: 100%;
  height: auto;
  margin-bottom:30px;
}

section.images img {
  margin-bottom:0;
  opacity:1.0;
}

section.images img:hover {
  opacity:0.8;
}

section.images div:after {
  content: "";
  display: table;
  clear: both;
}

/* lists */

ul li {
  list-style-type: circle;
  margin-left:24px;
}

/* signup */

input#email {
  border:4px solid #ccc;
  padding:10px 12px;
  margin-bottom:10px;
}

button#submit, button#submitbutton {
  border:3px solid black;
  background:black;
  color:#efefef;
  font-weight:bold;
  text-align:center;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
  padding:10px 14px;
}

button#submit:hover, button#submitbutton:hover {
  -webkit-transform: translateY(-2px);
  box-shadow: 6px 8px 0 rgba(0, 0, 0, 0.3);
}

/* "new" labels */

.newlabel {
  background:yellow;
  padding:2px 3px;
  font-size: 0.5em;
  vertical-align: super;
  font-weight:bold;
  font-style:italic;
  color:#333;
}

.embargowarn {
  display:none;
  font-size:0.8em;
  padding:8px;
  border:2px solid black;
  text-transform: uppercase;
  font-weight:bold;
  color:#222;
  box-shadow: 4px 6px 0 black;
  background:#ffc62c;

  -webkit-animation: pulsate 0.6s linear infinite;
  -moz-animation: pulsate 0.6s linear infinite;
  animation: pulsate 0.6s linear infinite;
}

/* youtube embed */

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom:20px;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  margin:0 0 20px 0;
  opacity:0.4;
}

/* soundtrack embeds */

.soundcloud, .bandcamp, .spotify {
  margin-bottom:20px;
}




/* for big eyes only */

@media screen and (min-width: 500px) {
  body {
    margin: 30px;
  }
}

@media screen and (min-width: 1000px) {
  body {
    margin: 40px;
  }

  section {
    width: 620px;
    margin: 0 0 60px 340px;
    padding:10px;
  }

  section.facts {
    width: 300px;
    margin:0 0 20px 0;
    float:left;
  }

  section.images img {
    width:295px;
    margin-bottom:0;
    opacity:1.0;
  }

  section.images img:nth-child(even) {
    margin-left:10px;
  }
}

/* eye candy */

@-webkit-keyframes pulsate {
  0% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 black;}
  50% {-webkit-transform: translate(0px,-3px); box-shadow: 4px 9px 0 black;}
  100% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 black;}
}


@keyframes pulsate {
  0% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 black;}
  50% {-webkit-transform: translate(0px,-3px); box-shadow: 4px 9px 0 black;}
  100% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 black;}
}

@-moz-keyframes pulsate {
  0% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 black;}
  50% {-webkit-transform: translate(0px,-3px); box-shadow: 4px 9px 0 black;}
  100% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 black;}
}
