h1,
h2 {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

blockquote {
  margin: 0;
  border-left: 6px solid #ddd;
  padding: 0 16px;
}

blockquote p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #222;
}

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  z-index: 1000;
  max-width: 100%;
}

.site-header {
  background-attachment: fixed;
  position: relative;
  background: #000;
}

.site-header .header-phone {
  display: flex;
  justify-content: flex-end;
}

.header-logo {
  z-index: 1000;
  display: flex;
  align-items: center;
}

.header-logo img {
  display: block;
}

.about-text {
  max-width: 768px;
}

.about-text span {
  display: flex;
  justify-content: center;
}

.site-footer {
  padding: 3rem 1rem;
}

.site-footer .copyright {
  color: #999;
}

.to-top.visible {
  border: 1px solid #999;
  border-width: 1px 1px 0;
}

.menu-toggle {
  top: 12px;
  right: 32px;
}

.main-navigation:not(.toggled) .menu-toggle.menu-toggle-dark span {
  background: #222;
}

.cover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: blur(8px);
}

.main-headline {
  color: #fff;
  opacity: 0.8;
  text-align: center;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 200;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}

@media (max-width: 960px) {
  .btn-phone {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-container.nav-dark {
    background: #fff;
    box-shadow: 0 5px 10px #f7f7f7;
  }

  .nav-container.nav-dark .main-navigation a {
    color: #222;
    text-shadow: none;
  }

  .nav-container.nav-dark .btn.btn-light {
    color: #222;
  }

  .nav-container.nav-dark .btn.btn-light:hover {
    border-color: #222;
  }

  .main-headline {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
