* {
  font-family: helvetica, arial, sans-serif;
  font-size: 19px;
  line-height: 1.4em;
}

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 {
  margin-bottom: 20px;
  font-size:1.8em;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size:1.2em;
  font-weight: bold;
  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;
  border:3px solid black;
  margin:20px 0;
  max-width:200px;
  background: black;
  color: #efefef;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
  padding:10px 5px;
  font-weight:bold;
  text-align:center;
  text-transform: uppercase;
}

a.button:hover {
  -webkit-transform: translateY(-2px);
  box-shadow: 6px 8px 0 rgba(0, 0, 0, 0.3);
}

a {
  color: #3300ff;
  border-bottom: 1px solid #3300ff;
}

a:visited {
  color: #7e00ff;
  border-bottom: 1px solid #7e00ff;
}

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;
  font-size: 0.5em;
  vertical-align: super;
  font-weight:bold;
  font-style:italic;
}

.embargowarn {
  font-size:0.8em;
  padding:8px;
  border:2px solid red;
  text-transform: uppercase;
  font-weight:bold;
  color:red;
  box-shadow: 4px 6px 0 red;

  -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 red;}
  50% {-webkit-transform: translate(0px,-3px); box-shadow: 4px 9px 0 red;}
  100% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 red;}
}


@keyframes pulsate {
  0% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 red;}
  50% {-webkit-transform: translate(0px,-3px); box-shadow: 4px 9px 0 red;}
  100% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 red;}
}

@-moz-keyframes pulsate {
  0% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 red;}
  50% {-webkit-transform: translate(0px,-3px); box-shadow: 4px 9px 0 red;}
  100% {-webkit-transform: translate(0px,0px); box-shadow: 4px 6px 0 red;}
}
