h1 {
  max-width: 780px;
  margin: 20px auto 10px;
  padding: 80px 30px;
  font-family: Kaiseidecol, Georgia, sans-serif;
  color: #252626;
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

a:hover {
  color: #c8866e;
}

.body {
  background-color: #ebeaef;
}

.logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1250px;
  padding-top: 70px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #252626;
}

.mockup-img {
  margin-bottom: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-text {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Karla, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  text-align: center;
}

.link {
  font-family: Karla, sans-serif;
}

@media screen and (max-width: 991px) {
  .mockup-img {
    margin-bottom: 60px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .mockup-img {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }

  .logo {
    width: 100px;
  }

  .mockup-img {
    height: 400px;
    margin-bottom: 40px;
  }

  .heading-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
}

@font-face {
  font-family: 'Kaiseidecol';
  src: url('../fonts/KaiseiDecol-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/Karla-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

