* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
  font-size: 3rem;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 300;
}

body {
  background-color: #FFD000;
}

.raspberry {
  color: #E61C5D;
}

.blueberry {
  color: #390088;
}

.cherry {
  color: #930378;
}

.banana {
  color: #FFD000;
}

html {
  margin: 3em;
}

#main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-block img {
  width: 4em;
  height: auto;
}

.cb-logo {
  width: 4em;
  height: auto;
  position: fixed;
  bottom: 1em;
  right: 1em;
}

img {
  width: 100%;
  height: auto;
  padding: .5em;
}

picture {
  width: 100%;
  height: auto;
}

.centered {
  text-align: center;
}

a {
  text-decoration: none;
  color: #390088;
  font-weight: 800;
}

a:hover {
  color: #E61C5D;
  font-weight: 800;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.lt-gif:hover:after {
  content: url(https://media2.giphy.com/media/vPk7m9YtRXpKw/giphy.gif?cid=ecf05e4777eb2f2ce06098a1da9cd7b55c5e5feb3f735696&rid=giphy.gif);
  display: block;
  position: absolute;
  z-index: 5;
  left: 2em;
  bottom: 2em;
}

.skate-gif:hover:after {
  content: url(https://media.giphy.com/media/j2du3h3U2lIKz2un9J/giphy.gif);
  display: block;
  position: absolute;
  z-index: 5;
  left: 2em;
  bottom: 2em;
}

.digital-gif:hover:after {
  content: url(https://media0.giphy.com/media/3o6fJ5z2bgCLBshZUA/giphy.gif?cid=ecf05e4718ea04de28adc6220e3f694c4478015eac6e6414&rid=giphy.gif);
  display: block;
  position: absolute;
  z-index: 5;
  left: 2em;
  bottom: 2em;
}

.photo-image:hover:after {
  content: url(../img/utah-web@2x.jpg);
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  left: 2em;
  bottom: 2em;
}

.hijinks-gif:hover:after {
  content: url(../img/approval.png);
  display: block;
  position: absolute;
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  z-index: 5;
  left: 2em;
  bottom: 1em;
}

.baking-image:hover:after {
  content: url(../img/pop-tarts-web@2x.jpg);
  display: block;
  position: absolute;
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  z-index: 5;
  left: 2em;
  bottom: 1em;
}

.veggie-gif:hover:after {
  content: url(https://media0.giphy.com/media/O0jGXLa9IWofK/giphy.gif?cid=ecf05e471bb0fa749b6f6867d3d0a2ecbb042365ebad26cd&rid=giphy.gif);
  display: block;
  position: absolute;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  z-index: 5;
  left: 2em;
  bottom: 1em;
}

.comedy-gif:hover:after {
  content: url(https://media2.giphy.com/media/l1J3zg0STZxwx2z72/giphy.gif?cid=ecf05e47f8e76afb2bc33f258a474b6a862c9adc8adfc3a1&rid=giphy.gif);
  display: block;
  position: absolute;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  z-index: 5;
  left: 2em;
  bottom: 1em;
}

.minnehaha-img:hover:after {
  content: url(https://media2.giphy.com/media/qik4LVe4hzcT6/giphy.gif?cid=ecf05e47714fbefa5cec3d6d03c5525783655f6d2a7829ab&rid=giphy.gif);
  display: block;
  position: absolute;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  z-index: 5;
  left: 2em;
  bottom: 1em;
}

.email-me-image:hover:after {
  content: url(https://media2.giphy.com/media/CzbiCJTYOzHTW/giphy.gif?cid=ecf05e4761010eec7e60ab4d2a05d380b689faff395c8841&rid=giphy.gif);
  display: block;
  position: absolute;
  z-index: 5;
  left: 2em;
  bottom: 2em;
}

.email-img:hover:after {
  content: url(https://media3.giphy.com/media/fQZX2aoRC1Tqw/giphy.gif?cid=ecf05e4761010eec7e60ab4d2a05d380b689faff395c8841&rid=giphy.gif);
  display: block;
  position: absolute;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  z-index: 5;
  left: 2em;
  bottom: 2em;
}

.work h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5em 0;
}

.work-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.work-wrapper img {
  width: 550px;
  height: auto;
  border-radius: 15px;
}

.work-wrapper video {
  margin: 2em 0;
}

@media all and (max-width: 800px) and (min-width: 320px) {
  * {
    font-family: "Poppins", sans-serif;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h1 {
    font-weight: 700;
  }
  h2 {
    font-weight: 700;
    font-size: 3rem;
  }
  h3 {
    font-weight: 700;
  }
  h4 {
    font-weight: 300;
  }
  body {
    background-color: #FFD000;
  }
  .raspberry {
    color: #E61C5D;
  }
  .blueberry {
    color: #390088;
  }
  .cherry {
    color: #930378;
  }
  .banana {
    color: #FFD000;
  }
  h2 {
    font-weight: 700;
    font-size: 2rem;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 15em;
    text-align: center;
    padding: 2em;
  }
  nav img {
    width: 4em;
    height: auto;
  }
  img {
    width: 100%;
    height: auto;
    padding: .5em;
  }
  .work-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .work-wrapper img {
    width: 375px;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */