@charset "UTF-8";
/* top.css */

h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
section {
  margin-top: 40px;
}

@media screen and (max-width:599px), print {

}
@media screen and (min-width:600px), print {

  #hero {
    background-image: url(../img/bg_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: auto 500px;
    height: 500px;
  }
  .header-container {
    display: flex;
    justify-content: center;
  }
  .header-logo {
    transform: translateY(-40px);
  }
  h1 {
    font-size: 40px;
    margin-left: 20px;
    transform: translateY(5px);
  }
  h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  section {
    margin-top: 80px;
  }
  .disco-box {
    background: #111;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    /* padding-bottom: 64px; */
    width: 480px;
  }
  .disco-info {
    padding: 24px;
    width: 240px;
  }
  .disco-box h3 {
    font-size: 17px;
    margin-bottom: 0.5em;
  }
  .disco-box a {
    background: #fff;
    color: #000;
    display: block;
    margin-top: 1.5em;
    text-align: center;
    padding: 4px;
  }

  .movie {
    margin: 80px auto;
    width: 560px;
  }
  .fb {
    text-align: center;
  }
  .fb a {
    color: #fff;
    font-size: 40px;
  }

}/* media */
