/* Write your CSS! */
body {
  border-top: solid 5px #000;
  padding-top: 1em;
  color: #fff; }

iframe {
  -webkit-box-shadow: 1px 1px 25px 1px #999999;
  box-shadow: 1px 1px 25px 1px #999999;
  margin-bottom: 3.5em; }

h1 {
  text-align: center;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.4em;
  font-size: 1.5em; }

#wrap {
  width: 50%;
  padding-top: 5em;
  margin: 0 auto; }

#social {
  padding-left: 0px;
  position: fixed;
  bottom: 0.5em;
  width: 100%;
  list-style: none;
  text-align: center; }
  #social li {
    display: inline; }
  #social a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding-bottom: 0.25em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7em;
    border-bottom: 1px solid transparent; }
    #social a:hover {
      border-bottom: 1px solid #fff; }

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #wrap {
    width: 90%;
    padding-top: 2.5em;
    margin: 0 auto; }

  #social {
    position: relative;
    padding-bottom: 1.5em; } }
