body, html {
  padding:0;
  margin:0;
  font-family: 'Roboto', sans-serif;
  color:#FFF;
  background:#000;
}

#background {
  position:relative;
  width:100%;
  height:100%;
}

#background::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  /* background:url(background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: blur(5px); */
}

#module {
  position: relative;
  width:400px;
  max-width:90%;
  margin: auto;
  padding: 25px 0;
}

#header img {
  width:100%;
  display:block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

a.external-link, a.external-link:visited {
  width:100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display:block;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}

a.external-link, a.external-link:visited {
  padding:15px 0;
  text-align:center;
  color:black;
  text-transform:uppercase;
  font-size:24px;
  margin: .5em 0 0 0;
  height:30px;
  text-decoration:none;
  background:#f3f4f8;
}

a.external-link:hover {
  background:#FFF;
  text-decoration:underline;
}

a.external-link img, a.external-link:visited img {
  height:100%;
}

#module h4 a:link, #module h4 a:visited {
  color:white;
  text-decoration:underline;
}

iframe {
  max-width:100%;
}

h4 {
text-transform:uppercase;
text-shadow: 0px 1px 5px rgba(0,0,0,0.25);
font-weight:700;
}

hr {
  margin: 15px 0;
  border-width:1px;
  opacity:.5;
}

#stash-header {
  background-color:black;
  padding: 15px;
  text-align:center;
}

#mc_embed_signup {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

#mc_embed_signup .submit-button {
  clear: both;
  background-color: #000;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  -webkit-appearance: none;
}

#mc_embed_signup .submit-button:hover {
  text-decoration: underline;
}

#stash-header img {
  width:90%;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 0 0 15px 0; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media only screen and (max-width: 600px) {
  /* body, html {
    background:#FFF;
  } */

  #module {
    padding: 0;
  }
  a.external-link, a.external-link:visited {
    margin: .4em 0 0 0;
  }

  a.external-link, a.external-link:visited {
  background:#FFF;
  }
}

/* #YouTube {
  background-color:#FF0000;
}

#SoundCloud {
  background-color:#ff7700;
}

#Instagram {
  background-color:#3f729b;
} */
