html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  background-color: #F5E4D6;
  font-family: "Rubik", "Helvetica", sans-serif;
  color: #414345;
}

img {
  max-width: 100%;
  height: auto;
}

.home-art {
  max-width: 400px;
  box-shadow: 0 12px 34px 0 rgba(191, 117, 118, 0.31), 0 21px 64px 0 rgba(238, 157, 106, 0.33);
  margin: 20px auto -8px auto;
}

.get-album a {
  display: inline-block;
  padding: 10px;
}

p {
  font-size: 19px;
  letter-spacing: 0.79px;
  text-align: center;
  line-height: 31px;
}

.inner-container {
  margin: 0 auto;
  max-width: 688px;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
.inner-container.extra-padding {
  margin: 20px auto 40px auto;
}

.fancy-title {
  text-align: center;
  font-size: 0;
  color: transparent;
  height: 168px;
  display: block;
}
.fancy-title.fancy-title-about {
  background: url(about-title.png) center center no-repeat;
  background-size: 252px 137px;
}
.fancy-title.fancy-title-contact {
  background: url(contact-title.png) center center no-repeat;
  background-size: 367px 137px;
}
.fancy-title.fancy-title-hi-ya {
  background: url(hi-ya-title.png) center center no-repeat;
  background-size: 235px 86px;
}

.social-links {
  text-align: center;
  padding: 16px;
}
.social-links a {
  display: inline-block;
  padding: 10px 20px;
}
.social-links a img {
  width: 69px;
  height: 69px;
}

.large-button {
  background: #EE6A6C;
  box-shadow: 0 5px 0 0 rgba(238, 106, 108, 0.18);
  border-radius: 28px;
  color: #fff;
  margin: 20px auto;
  display: inline-block;
  padding: 30px 60px;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 1.1px;
  text-align: center;
  line-height: 31px;
  font-weight: 500;
  text-decoration: none;
}

.footer-links {
  text-align: center;
  padding: 16px;
}
.footer-links a {
  display: inline-block;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 17px;
  color: #5E6163;
  letter-spacing: 0.67px;
  text-align: center;
  line-height: 31px;
  text-decoration: none;
}

.row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#footer {
  margin-top: 30px;
  padding: 40px 0;
}

#header {
  padding: 20px;
  max-width: 1104px;
  margin: 0 auto 10px auto;
}

.logo {
  width: 142px;
  float: left;
  height: 107px;
  background: url(logo.png) center center no-repeat;
  background-size: contain;
}

.header-links {
  float: right;
}
.header-links a {
  font-weight: 500;
  font-size: 20px;
  color: #414345;
  letter-spacing: 0.79px;
  line-height: 31px;
  text-decoration: none;
  display: inline-block;
  padding: 38px 40px 34px 40px;
}
.header-links a.active {
  background: url(active-bg.png) center center no-repeat;
  background-size: contain;
}
.header-links a.alt-active {
  background: url(alt-active.png) center center no-repeat;
  background-size: contain;
}
.header-links a.home-active {
  background: url(alt-alt-active.png) center center no-repeat;
  background-size: contain;
  padding-left: 35px;
}

#menu-icon {
  display: none;
}

@media only screen and (max-width: 700px) {
  .large-button {
    padding: 20px 10px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.27px;
  }

  p {
    font-size: 17px;
    line-height: 1.44;
    letter-spacing: 0.27px;
  }

  .fancy-title {
    height: 110px;
    margin-top: 20px;
  }
  .fancy-title.fancy-title-about, .fancy-title.fancy-title-contact, .fancy-title.fancy-title.fancy-title-hi-ya {
    background-size: contain;
  }
  .fancy-title.fancy-title.fancy-title-hi-ya {
    height: 65px;
  }

  .social-links {
    text-align: center;
    padding: 10px;
  }
  .social-links a {
    display: inline-block;
    padding: 5px 15px;
  }
  .social-links a img {
    width: 59px;
    height: 59px;
  }

  .footer-links a {
    padding: 10px;
  }

  #header {
    position: fixed;
    background: #F5E4D6;
    top: 0;
    padding: 15px;
    left: 0;
    right: 0;
  }

  .header-links a {
    display: block;
    padding: 30px 0 !important;
    text-align: center;
  }
  .header-links a.active {
    background: none;
  }
  .header-links a.alt-active {
    background: none;
  }
  .header-links a.home-active {
    background: none;
  }

  body {
    padding-top: 130px;
  }

  .header-links {
    position: absolute;
    margin: 0px 0;
    left: 10px;
    right: 10px;
    top: 117px;
    background: #F8ECE2;
    padding: 20px;
    transition: all 1s ease;
    box-shadow: 0 12px 34px 0 rgba(191, 117, 118, 0.31), 0 21px 64px 0 rgba(238, 157, 106, 0.33);
    border-radius: 22px;
    transform: translatey(-200%);
  }
  .open .header-links {
    transform: translateY(0%);
    opacity: 1;
  }

  .logo {
    width: 131px;
    float: left;
    height: 88px;
  }

  #menu-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 107px;
    width: 97px;
    font-size: 0;
    color: transparent;
    background: url(menu-icon.png) center center no-repeat;
    background-size: 47px 35px;
  }

  .home-art {
    max-width: 260px;
    margin: 10px auto;
  }

  .get-album {
    margin: 20px auto 10px auto;
  }
  .get-album a {
    display: block;
    padding: 10px;
    text-align: center;
  }
}

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