.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: Lato, monospace;
  font-weight: 300;
  letter-spacing: .5px;
}

.laurels {
  display: block;
  margin: 0 auto;
  width: 100px;
}

/* FOR LAURELS
/* Three image containers (use 25% for four, and 50% for two, etc) */
.row-col {
  flex: 33.33%;
  padding: 1px;
}

/* Clear floats after image containers */
.row {
  display: flex;
}


.container {
  overflow: auto;
  margin: 0 auto;
  max-width: 700px;
  padding: 30px 20px;
}

h1, h2 {
  text-align: center;
}

h1 {
  height: 50px;
  font-size: 50px;
  font-weight: 400;
}

h2 {
  height: 30px;
  font-size: 30px;
  margin-bottom: 30px;
}

h2 span {
  text-decoration: none;
}

h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

h4, p, .copyright {
  font-size: 16px;
  line-height: 25px;
}

h4, strong {
  font-weight: 400;
}

.copy p {
  margin-bottom: 10px;
}

.copy h4 {
  margin-bottom: 10px;
}

.copy p + h4 {
  margin-top: 25px;
}

/* NAVIGATION */

nav {
  z-index: 1;
  box-sizing: border-box;
  border-bottom: 1px solid;
  width: 700px;
  height: 30px;
  background: #fff;
}

nav li {
  float: left;
  box-sizing: border-box;
  padding-top: 8px;
  width: calc(100% / 5);
  height: 29px;
  font-size: 14px;
  text-align: center;
  list-style-type: none;
  transition: background 0.15s;
}

nav li:hover {
  background: #eaeaea;
  cursor: pointer;
}

.fix-nav nav {
  position: fixed;
  top: -1px;
}

.fix-nav h2 {
  padding-bottom: 30px;
}

/* TRAILER */

.trailer-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.trailer-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cover-image {
  margin-bottom: 25px;
  width: 100%;
}

.poster-container {
  text-align: center;
}

.poster-container img {
  margin: 0 auto;
  width: 100%;
}

.poster-container a {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

span {
  text-decoration: underline;
}

section {
  padding: 15px 0 40px;
  margin-bottom: 5px;
}

section:first-of-type {
  padding-top: 15px;
}

.screenings-list li + li {
  margin-top: 15px;
}

.screenings-list + h4 {
  margin-top: 30px;
}

.past-screenings {
  margin-top: 30px;
}

.laurels + .laurels {
  margin-top: 30px;
}

.col-list {
  margin-top: 30px;
  -webkit-columns: auto 2; /* Chrome, Safari, Opera */
  -moz-columns: auto 2; /* Firefox */
  columns: auto 2;
}

.col-list li + li {
  margin-top: 16px;
}

.col {
  width: 50%;
}

.col.l {
  float: left;
}

.col.r {
  float: right;
}

.copyright {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-top: 100px;
  transform: translateX(-50%);
}

.social {
  display: inline-block;
  margin-top: 6px;
  width: 29px;
  height: 29px;
  text-indent: -10000px;
  background-size: 29px;
}

.social + .social {
  margin-left: 6px;
}

.social.fb {
  background-image: url('../img/icon-fb.png');
}

.social.tw {
  background-image: url('../img/icon-twitter.png');
}

.resource-iframe {
  margin-top: 30px;
}

@media (max-width: 740px) {
  .container {
    padding: 10px 10px 10px 10px;
  }

  h1 {
    padding: 5px 0;
    height: auto;
    font-size: 20px;
  }

  h1, h2 {
    display: block;
  }

  h2 {
    margin-bottom: 10px;
    height: auto;
  }

  h2 span {
    display: inline-block;
  }

  h1, h2, h3, h4 {
    text-align: center;
  }

  nav {
    display: none;
  }

  section {
    padding-top: 50px;
    margin-bottom: 0;
  }

  section:first-of-type {
    padding-top: 0;
  }

  .screenings-list {
    text-align: center;
  }

  .screenings-list li + li {
    border-color: #fff;
  }

  .laurels {
    margin: 10px auto;
    left: 0;
  }

  .col.l, .col.r {
    text-align: center;
    width: 100%;
  }

  .poster-container img {
    margin-top: 30px;
  }

  .copyright {
    left: 0;
    transform: none;
  }
}
