html, body {
  height: 100%;
  letter-spacing: 0.1em;
}

body {
  font-family: din-2014, sans-serif;
  font-weight: 300;
  margin: 0;
  color: #454449;
  padding-bottom: 60px;
}

#page-wrapper {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-content {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  min-height: 100%;
  width: 230px;
}
@media screen and (min-width: 450px) {
  .main-content {
    width: 390px;
  }
}
@media screen and (min-width: 600px) {
  .main-content {
    width: 520px;
  }
}

.frame {
  max-width: 100%;
  position: relative;
}
.frame__top, .frame__center, .frame__bottom {
  width: 100%;
}
.frame__top svg,
.frame__top img,
.frame__top object, .frame__center svg,
.frame__center img,
.frame__center object, .frame__bottom svg,
.frame__bottom img,
.frame__bottom object {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -9;
}
.frame__top svg svg,
.frame__top img svg,
.frame__top object svg, .frame__center svg svg,
.frame__center img svg,
.frame__center object svg, .frame__bottom svg svg,
.frame__bottom img svg,
.frame__bottom object svg {
  width: 100%;
  height: auto;
}
.frame__center {
  position: relative;
  margin-top: -15px;
  margin-bottom: -15px;
}
@media screen and (min-width: 600px) {
  .frame__center {
    margin-bottom: 0;
  }
}
.frame__content {
  background: url("../assets/frame-center.svg") no-repeat center center;
  background-size: 100% auto;
  padding: 0 40px 40px 40px;
}

.logo {
  transform: translateY(-10px);
  margin-bottom: 30px;
}

.main-info {
  margin-bottom: 30px;
}
.main-info .title {
  color: #9d9d9c;
}

.social-media {
  position: absolute;
  right: 0;
  top: 110%;
  display: flex;
  align-items: center;
}
.social-media a {
  display: block;
  margin-right: 14px;
}
.social-media a:last-of-type {
  margin-right: 0;
}
.social-media svg {
  width: 40px;
}

.name {
  font-weight: 700;
}

.contact-info {
  margin-bottom: 30px;
}

a {
  color: #454449;
  text-decoration: none;
  transition: all 0.35s;
}
a:hover, a:focus {
  color: #2e88c1;
}

@media screen and (min-width: 450px) {
  body {
    font-size: 20px;
  }

  .logo {
    transform: translateY(-50px);
  }

  .social-media {
    top: auto;
    right: 20px;
    bottom: 20px;
  }

  .frame__content {
    padding: 0 100px 40px 100px;
  }
}
@media screen and (min-width: 600px) {
  .frame__bottom {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .frame__content {
    padding: 0 100px;
  }

  .social-media {
    bottom: 100px;
  }

  .contact-info {
    padding-bottom: 60px;
  }

  .address-info {
    color: #fff;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .frame {
    transform: translateX(-20%) translateY(10%);
  }
}
@media screen and (min-width: 1200px) {
  .frame {
    transform: translateX(-40%) translateY(10%);
  }
}

/*# sourceMappingURL=styles.css.map */
