.logo {
  float: left;
}

.trailer {
  background: url(../images/trailer-default.jpg) no-repeat center center fixed;
  background-size: cover;
  min-height: 500px;
}

.trailer .title {
  padding-top: 350px;
  font-size: 50px;
  color: white;
}

footer {
    background-color: #c1d5ec;
    padding: 50px 0;
    margin-top: 50px;
}

footer .row > * {
    margin-bottom: 50px;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    text-align: left;
    border-bottom: 1px solid #4D87C7;
    color: #4D87C7;
}

footer .date-wrapper {
    text-align: right;
    padding-top: 24px;
}

footer .date-wrapper .date {
    font-size: 150%;
}

footer nav ul {
    margin: 0;
    padding: 0;
}

footer nav ul li {
    list-style-type: none;
}