* {
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}

body {
  background: #222;
  background-image: url('bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
  color: #fff;
  text-align: center;
  font-family: 'Waiting for the Sunrise', cursive;
  padding: 1rem 1rem 10rem;
}

main {
  max-width: 1200px;
  margin: 0 auto;
}

h1, h2 {
  font-weight: normal;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
}

img {
  vertical-align: middle;
}

.logo {
  max-width: 400px;
  height: auto;
  position: absolute;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}

.current-info img {
  max-width: 90%;
  margin: 1rem auto;
  width: 400px;
}

.current-info img:last-child {
  transform: rotate(10deg);
  margin-left: -2rem;
}

.contact-info {
  font-size: 2rem;
}

.contact-info a {
  font-weight: bold;
}

.current-video {
  position: relative;
  top: 220px;
  width: 1000px;
  max-width: 100%;
  margin: 1em auto;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 20rem;
}

.previous-video-container {
  display: inline-block;
  margin: 0 0.5rem 2rem;
  max-width: 320px;
  height: auto;
  vertical-align: top;
}

.previous-video {
  position: relative;
}

.previous-video-thumbnail {
  max-width: 100%;
  height: auto;
  filter: brightness(50%);
}

.previous-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 6rem;
  height: auto;
}

.previous-video-container p {
  font-size: 1.5rem;
  background: #000;
  padding: 0.5rem;
  margin: 0;
}

.instagram {
  margin-top: 5rem;
}

.instagram-post {
  background: #e9dfb7;
  color: #222;
  width: 30%;
  padding: 1rem;
  max-width: 100%;
  display: inline-block;
  margin: 0 -2rem;
  vertical-align: top;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

.instagram-post img {
  max-width: 100%;
  height: auto;
}

.instagram-post a {
  color: #222;
  text-decoration: none;
}

.instagram-post-description {
  font-size: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-media {
  margin-top: 5rem;
}

.social-media img {
  margin: 0 1rem;
}

.social-media img path {
  background-color: #fff;
  color: #fff;
  fill: #fff;
}

video:focus {
  outline: none;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .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: 900px) {
  .logo {
    display: block;
  }

  .instagram-post {
    width: 50%;
    margin: 0 -1rem;
  }
}

@media only screen and (max-width: 600px) {
  body {
    background-size: cover;
  }
  h1 {
    font-size: 1.3rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  .logo {
    max-width: 50%;
  }

  .current-video {
    top: 140px;
    margin-bottom: 10rem;
  }

  .instagram {
    margin-top: 2rem;
  }

  .instagram-post {
    width: 80%;
    margin: 0;
  }

  .instagram-post-description {
    font-size: 1.5rem;
  }

  .social-media img {
    margin: 0 0.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .logo {
    margin-top: 0.5rem;
  }
  .current-video {
    margin-top: -1rem;
  }
}