*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Playfair Display, sans-serif;
  background: #f1f1f1;
}

.home {
  height: 100vh;
  position: relative;
}
video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0,0,0,0.6);
}
.home-content {
  width: 600px;
  margin: 0 auto;
  position: relative;
  top: 150px;
  color: #fff;
  z-index: 3;
}
.home-content h1 {
  font-family: Playfair Display, serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 85px;
  line-height: 1.1;
}
.middle-line {
  height: 200px;
  width: 2px;
  background: #fff;
  margin: 40px auto;
}
.home-content button {
  display: block;
  font-size: 20px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  margin: 50px auto 0;
  padding: 16px 30px;
  cursor: pointer;
}


footer {
    width: auto;
    max-width: 50rem;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 1.25rem 1.5625rem;

    font-family: "Titillium Web", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-style:normal
}



footer p {
    text-decoration: none;
    color: #141414;
    font-size: 1rem;
    line-height:1.5625rem
}

footer span {
    font-weight:700
}

footer svg {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right:.625rem
}

@media (min-width: 37.5rem) {
    footer svg {
        margin-right:1.25rem
    }
}

footer svg.love {
    width: 20px;
    height: 20px;
    fill: #ff0a16;
    margin-top: -.125rem;
    margin-left: .1875rem;
    margin-right:.1875rem
}

footer a {
    display: inline-block;
    fill: #808080;
    transition: all 0.3s ease;
    text-decoration: none;
    color:#808080
}

footer a:hover {
    fill:#ff0a16
}

footer a.creator:hover {
    text-decoration:underline
}

footer ul {
    padding: 0;
    list-style-type:none
}

footer ul li {
    margin-bottom:.625rem
}

footer ul a {
    text-decoration: none;
    font-size:.9375rem
}

footer ul a:hover {
    text-decoration:underline
}

.main-page footer {
    background: #141414;
    border-top:1px solid #2e2e2e
}

.main-page footer p {
    color:#fff
}
