@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Thin.woff2") format("woff2"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype");
  font-style: 300;
  font-weight: 300;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@keyframes kDropIn {
  0% {
    opacity: 0;
    transform: translate(0, -800px); }
  40% {
    transform: translate(0, 30px); }
  55% {
    transform: translate(0, -15px); }
  70% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes wDropIn {
  0% {
    opacity: 0;
    transform: translate(0, -800px); }
  55% {
    transform: translate(0, 30px); }
  70% {
    transform: translate(0, -15px); }
  85% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes lDropIn {
  0% {
    opacity: 0;
    transform: translate(0, -800px); }
  70% {
    transform: translate(0, 30px); }
  85% {
    transform: translate(0, -15px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes periodFadeIn {
  0%,
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes cloudOne {
  0% {
    left: -20%; }
  50% {
    left: 60%; }
  80% {
    opacity: 1;
    left: 100%; }
  81% {
    opacity: 0;
    left: 100%; }
  82% {
    opacity: 0;
    left: -40%; }
  83% {
    opacity: 1; }
  100% {
    left: -20%; } }

@keyframes cloudTwo {
  0% {
    left: 0%; }
  35% {
    left: 50%; }
  70% {
    opacity: 1;
    left: 100%; }
  71% {
    opacity: 0;
    left: 100%; }
  72% {
    opacity: 0;
    left: -40%; }
  73% {
    opacity: 1; }
  100% {
    left: 0%; } }

@keyframes cloudThree {
  0% {
    left: 20%; }
  60% {
    left: 105%; }
  61% {
    opacity: 1;
    left: 105%; }
  62% {
    opacity: 0;
    left: 105%; }
  63% {
    opacity: 0;
    left: -40%; }
  64% {
    opacity: 1; }
  100% {
    left: 20%; } }

@keyframes cloudFour {
  0% {
    left: 45%; }
  45% {
    opacity: 1;
    left: 105%; }
  46% {
    opacity: 0;
    left: 105%; }
  47% {
    opacity: 0;
    left: -40%; }
  48% {
    opacity: 1; }
  100% {
    left: 45%; } }

@keyframes cloudFive {
  0% {
    left: 70%; }
  20% {
    opacity: 1;
    left: 105%; }
  21% {
    opacity: 0;
    left: 105%; }
  22% {
    opacity: 0;
    left: -40%; }
  23% {
    opacity: 1; }
  100% {
    left: 70%; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes shake {
  0%,
  100% {
    transform: rotate(0deg); }
  33% {
    transform: rotate(5deg); }
  66% {
    transform: rotate(-5deg); } }

@keyframes blink {
  0%,
  4% {
    opacity: 1; }
  5%,
  100% {
    opacity: 0; } }

@keyframes headTilt {
  0%,
  75% {
    transform: rotate(0deg); }
  76%,
  100% {
    transform: rotate(15deg); } }

@keyframes tailWag {
  0%,
  90% {
    transform: rotate(0); }
  93%,
  98% {
    transform: rotate(15deg);
    transform-origin: bottom left; } }

body {
  margin: 0;
  font-family: 'Lato', Helvetica, sans-serif;
  overflow-x: hidden;
  background-color: #fe7c94;
  font-weight: 300;
  color: #f0eedf; }

body,
h1,
h2,
h3,
h4 {
  font-weight: 300; }

h2 {
  text-align: center;
  margin: 10px 0 0;
  font-size: 2rem; }

.link {
  color: #f0eedf;
  transition: all 0.125s;
  text-decoration: none;
  font-weight: bold; }
  .link:hover {
    background-color: #fe7c94; }

.clearfix:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.nav-list-link {
  text-decoration: none;
  color: #f0eedf;
  font-size: 1.3rem; }

.home-icon {
  padding: 8px 10px 0; }
  .home-icon svg {
    width: 40px;
    height: 40px; }

.hide {
  display: none; }

.collapsed {
  opacity: 0;
  transform: scale(0, 0); }

.constrained_width {
  padding: 125px 20px 40px;
  position: relative;
  max-width: 700px;
  margin: 0 auto; }

.wrapper {
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  box-sizing: border-box; }

.section {
  overflow: hidden;
  margin: 0;
  position: relative; }
  .section.hero {
    padding: 125px 0;
    background-color: #fe7c94; }
  .section.about {
    background-color: #a8d9fe; }
  .section.butter {
    background-color: #f58f71; }

.logo {
  margin: 0 auto;
  width: 520px; }
  .logo .period {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: 12px;
    animation-name: periodFadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1; }
    .logo .period.first {
      left: 25px; }
    .logo .period.second {
      left: -25px; }
  .logo .letter {
    animation-duration: 0.5s;
    animation-iteration-count: 1; }
  .logo .letter-k {
    width: 98px;
    animation-name: kDropIn; }
  .logo .letter-w {
    width: 210px;
    animation-name: wDropIn; }
  .logo .letter-l {
    width: 109px;
    animation-name: lDropIn; }

.clouds {
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  max-width: 940px; }
  .clouds > * {
    position: absolute;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
    .clouds > *:nth-of-type(odd) {
      top: 10px; }
    .clouds > *:nth-of-type(even) {
      top: 120px; }
    .clouds > *:nth-of-type(1) {
      animation-duration: 50s;
      left: -20%;
      animation-name: cloudOne; }
    .clouds > *:nth-of-type(2) {
      animation-duration: 40s;
      left: 0;
      animation-name: cloudTwo; }
    .clouds > *:nth-of-type(3) {
      animation-duration: 45s;
      left: 25%;
      animation-name: cloudThree; }
    .clouds > *:nth-of-type(4) {
      animation-duration: 40s;
      left: 45%;
      animation-name: cloudFour; }
    .clouds > *:nth-of-type(5) {
      animation-duration: 45s;
      left: 70%;
      animation-name: cloudFive; }

.hills {
  position: absolute;
  bottom: 0; }
  .hills > svg:nth-of-type(1) {
    height: 600px;
    width: 500px;
    position: absolute;
    bottom: -150px;
    left: -100px;
    z-index: 1; }
  .hills > svg:nth-of-type(2) {
    position: absolute;
    bottom: -100px;
    width: 500px;
    height: 400px;
    left: 120px; }

.about-wrapper {
  height: 600px; }

.about-text {
  width: 450px;
  position: absolute;
  left: 15px;
  bottom: 60px;
  z-index: 3;
  font-size: 1.6rem; }

.contact {
  position: relative;
  z-index: 2;
  left: 10px;
  bottom: 10px; }

.icon-link {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none; }
  .icon-link:hover svg {
    transform: scale(0.9, 0.9); }
  .icon-link svg {
    transition: transform 0.2s;
    height: 50px;
    width: 50px; }

.butter_container {
  position: relative;
  height: 165px;
  width: 141px;
  margin: 0 25%; }

.butter_head {
  position: absolute;
  height: 111px;
  width: 140px;
  animation-name: headTilt;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  z-index: 3; }
  .butter_head .eyes_open {
    position: absolute; }
  .butter_head .eyes_closed {
    animation-name: blink;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    position: absolute; }

.butter_body {
  position: absolute;
  width: 98px;
  height: 107px;
  z-index: 2;
  top: 60px;
  left: 23px; }

.butter_tail {
  position: absolute;
  z-index: 1;
  width: 37px;
  height: 39px;
  right: 10px;
  top: 90px;
  animation-name: tailWag;
  animation-duration: 2s;
  animation-iteration-count: infinite; }

.butter_speech {
  padding: 20px;
  font-size: 1.6rem;
  width: 260px;
  background-color: #f0eedf;
  border-radius: 5px;
  color: #f58f71;
  position: absolute;
  top: 40px;
  right: 40px; }
  .butter_speech .link {
    color: #f58f71; }
    .butter_speech .link:hover {
      background-color: #40cb9b; }

@media (max-width: 600px) {
  h2 {
    font-size: 1.5rem;
    margin-top: -20px; }
  body,
  h1,
  h2,
  h3,
  h4 {
    font-weight: normal; }
  .clouds > * {
    transform: scale(0.65, 0.65); }
  .hills > svg:nth-of-type(1) {
    bottom: -175px; }
  .contact svg {
    height: 35px;
    width: 35px; }
  .about-wrapper {
    height: 500px; }
  .about-text {
    width: 300px;
    font-size: 18px;
    left: 20px; }
  .butter_speech {
    font-size: 18px;
    padding: 10px;
    margin: 40px auto 0 auto;
    position: static; }
  .logo {
    width: 300px; }
    .logo .letter-k {
      width: 58.8px; }
    .logo .letter-w {
      width: 126px; }
    .logo .letter-l {
      width: 65.4px; }
    .logo .period {
      width: 15px;
      height: 15px;
      bottom: 37px; }
      .logo .period.first {
        left: 15px; }
      .logo .period.second {
        left: -15px; }
  .butter_container {
    margin: 0 auto; }
  .link {
    text-decoration: underline; } }
