.flag {
  width: 20px; }

body {
  background: #c9c9c9;
  margin: 0;
  padding: 0;
  font-family: Roboto Mono, sans-serif; }

.lead {
  color: #fff;
  font-weight: 200;
  font-size: 36px; }

h2 {
  color: #fff;
  font-weight: 200;
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
  margin-top: 150px;
  background: none;
  padding-bottom: 150px; }

a {
  text-decoration: none;
  color: black;
  font-weight: 200;
  font-size: 12px; }

a:hover {
  font-weight: 400; }

.btn {
  background-color: #c0914d;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px; }

.btn:hover {
  animation-name: grow;
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-direction: forwards;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }
  .btn:hover:active {
    animation-name: click;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-direction: forwards;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }

p {
  padding: 0; }

.home-wrap, .photoportfolio-wrap {
  display: flex;
  min-height: 100vh;
  min-width: 100vw; }
  @media (max-width: 775px) {
    .home-wrap, .photoportfolio-wrap {
      display: block; } }

.home-sections {
  flex: 1; }
  .home-sections section {
    padding: 50px 0; }
  .home-sections .flex {
    display: flex;
    flex-direction: rows;
    minimum-width: 100vw; }
  .home-sections .flex--center {
    justify-content: center; }
  .home-sections .flex--space-around {
    justify-content: space-around; }
  .home-sections .order-first {
    order: -1; }

.col-1 {
  max-width: 300px;
  margin: 0 10px; }

.col-2 {
  max-width: 620px;
  margin: 0 10px; }

.col-50 {
  width: 50%; }

.col-100 {
  width: 100%; }

.push-right {
  margin-left: 50%; }

.container-col {
  display: flex;
  flex-direction: column;
  flex: space-between; }

@media (max-width: 640px) {
  .home-sections .flex {
    display: block; }
  .col-1 {
    max-width: 100%; }
  .container-col {
    margin: 0 auto; }
  .col-25 {
    width: 50%; }
  .col-50 {
    width: auto; }
  .push-right {
    margin-left: 35%; } }

.home-wrap header, .photo-wrap header, .blog-post-wrap header {
  width: 135px;
  background: #fff;
  padding: 30px 0; }
  .home-wrap header .header-position, .photo-wrap header .header-position, .blog-post-wrap header .header-position {
    position: fixed;
    width: 135px;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff; }
  .home-wrap header .logo, .photo-wrap header .logo, .blog-post-wrap header .logo {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-image: url(../../../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 50px;
    max-width: 135px;
    min-height: 40px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    z-index: 2; }
  .home-wrap header .site-nav ul, .photo-wrap header .site-nav ul, .blog-post-wrap header .site-nav ul {
    list-style: none;
    margin: 20px 0;
    padding: 0 30px 0 0;
    text-align: right; }
    .home-wrap header .site-nav ul li, .photo-wrap header .site-nav ul li, .blog-post-wrap header .site-nav ul li {
      margin-bottom: 10px;
      font-size: 12px; }
      .home-wrap header .site-nav ul li:last-child, .photo-wrap header .site-nav ul li:last-child, .blog-post-wrap header .site-nav ul li:last-child {
        margin-bottom: 0; }
  .home-wrap header .email-link, .photo-wrap header .email-link, .blog-post-wrap header .email-link {
    display: block;
    text-align: right;
    padding: 0 30px 0 0;
    margin-bottom: 30px; }
  .home-wrap header .mobile-nav-toggle, .photo-wrap header .mobile-nav-toggle, .blog-post-wrap header .mobile-nav-toggle {
    display: none;
    height: 50px;
    width: 50px;
    margin-right: 50px;
    margin-top: 20px;
    align-items: center;
    z-index: 2; }
    .home-wrap header .mobile-nav-toggle span,
    .home-wrap header .mobile-nav-toggle span:before,
    .home-wrap header .mobile-nav-toggle span:after, .photo-wrap header .mobile-nav-toggle span,
    .photo-wrap header .mobile-nav-toggle span:before,
    .photo-wrap header .mobile-nav-toggle span:after, .blog-post-wrap header .mobile-nav-toggle span,
    .blog-post-wrap header .mobile-nav-toggle span:before,
    .blog-post-wrap header .mobile-nav-toggle span:after {
      content: "";
      display: block;
      height: 2px;
      width: 50px;
      background-color: #333;
      position: relative;
      transition: all 0.3s ease-in-out; }
    .home-wrap header .mobile-nav-toggle span:before, .photo-wrap header .mobile-nav-toggle span:before, .blog-post-wrap header .mobile-nav-toggle span:before {
      top: 15px; }
    .home-wrap header .mobile-nav-toggle span:after, .photo-wrap header .mobile-nav-toggle span:after, .blog-post-wrap header .mobile-nav-toggle span:after {
      top: -17px; }
    .home-wrap header .mobile-nav-toggle.is-open span, .photo-wrap header .mobile-nav-toggle.is-open span, .blog-post-wrap header .mobile-nav-toggle.is-open span {
      background: transparent; }
    .home-wrap header .mobile-nav-toggle.is-open span:before,
    .home-wrap header .mobile-nav-toggle.is-open span:after, .photo-wrap header .mobile-nav-toggle.is-open span:before,
    .photo-wrap header .mobile-nav-toggle.is-open span:after, .blog-post-wrap header .mobile-nav-toggle.is-open span:before,
    .blog-post-wrap header .mobile-nav-toggle.is-open span:after {
      transform-origin: center;
      transform: rotate(45deg);
      top: 0; }
    .home-wrap header .mobile-nav-toggle.is-open span:before, .photo-wrap header .mobile-nav-toggle.is-open span:before, .blog-post-wrap header .mobile-nav-toggle.is-open span:before {
      transform: rotate(-45deg); }

.home-wrap .mobile-nav, .photo-wrap .mobile-nav, .blog-post-wrap .mobile-nav {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  padding: 20px 0 20px;
  z-index: 1;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out; }
  .home-wrap .mobile-nav ul, .photo-wrap .mobile-nav ul, .blog-post-wrap .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .home-wrap .mobile-nav li, .photo-wrap .mobile-nav li, .blog-post-wrap .mobile-nav li {
    text-align: center;
    margin-bottom: 10px; }

@media (max-width: 1035px) {
  .blog-post-wrap header {
    width: auto;
    padding: 20px 0; }
    .blog-post-wrap header .header-position {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      width: auto;
      flex-direction: row; }
      .blog-post-wrap header .header-position .site-nav,
      .blog-post-wrap header .header-position .email-link {
        display: none; }
    .blog-post-wrap header .logo {
      height: 50px;
      margin-top: 20px; }
    .blog-post-wrap header .mobile-nav-toggle {
      display: flex; }
  .mobile-nav.is-open {
    display: block;
    transform: translateY(0%); } }

@media (max-width: 775px) {
  .home-wrap header, .photo-wrap header {
    width: auto;
    padding: 20px 0; }
    .home-wrap header .header-position, .photo-wrap header .header-position {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      width: auto;
      flex-direction: row; }
      .home-wrap header .header-position .site-nav,
      .home-wrap header .header-position .email-link, .photo-wrap header .header-position .site-nav,
      .photo-wrap header .header-position .email-link {
        display: none; }
    .home-wrap header .logo, .photo-wrap header .logo {
      height: 50px;
      margin-top: 20px; }
    .home-wrap header .mobile-nav-toggle, .photo-wrap header .mobile-nav-toggle {
      display: flex; }
  .mobile-nav.is-open {
    display: block;
    transform: translateY(0%); } }

.about {
  background: url(../../images/portrait.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  min-height: 200px; }
  .about h2 {
    margin-left: 0;
    margin-top: 150px;
    background: none;
    padding-bottom: 150px; }

@media (max-width: 775px) {
  .about h2 {
    padding-bottom: 0px;
    margin-top: 50px; } }

@media (max-width: 640px) {
  .about h2 {
    background-color: rgba(0, 0, 0, 0.3); } }

@media (max-width: 560px) {
  .about h2 {
    font-size: 40px; } }

.coding {
  background: url(../../images/coding-background.jpg);
    background-size: cover;
    background-repeat: no-repeat; }
  .coding .lead {
    padding: 0  20px; }
  .coding .col-1 {
    text-align: center;
    flex: 1; }
  .coding .container-col {
    height: auto;
    width: 300px;
    display: flex;
    flex-direction: column; }
    .coding .container-col img {
      height: 280px;
      width: 280px;
      margin: 10px;
      box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5); }
      .coding .container-col img:hover {
        animation-name: grow;
        animation-duration: 300ms;
        animation-iteration-count: 1;
        animation-direction: forwards;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
        z-index: 0; }
      .coding .container-col img:active {
        animation-name: click;
        animation-duration: 200ms;
        animation-iteration-count: 1;
        animation-direction: forwards;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards; }
  .coding .image-placeholder {
    background: white;
    width: 280px;
    height: 280px;
    margin: 10px;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5); }
    .coding .image-placeholder:hover {
      animation-name: grow;
      animation-duration: 300ms;
      animation-iteration-count: 1;
      animation-direction: forwards;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
    .coding .image-placeholder:active {
      animation-name: click;
      animation-duration: 200ms;
      animation-iteration-count: 1;
      animation-direction: forwards;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
    .coding .image-placeholder .lead {
      color: #c0914d;
      padding: 74px 17px 70px 17px;
      font-weight: 400; }

.photography {
  background: url(../../images/photography-background.jpg);
    background-repeat: no-reapeat;
    background-size: cover;
    background-position: top center; }
  .photography .lead {
    margin-top: 300px;
    margin-bottom: 50px; }
  .photography .col-50 {
    text-align: center; }
  .photography .btn {
    display: inline-block; }

.languages {
  background: url(../../images/blog-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
  .languages .lead {
    padding: 0 20px;
    width: 300px; }
  .languages .col-1 {
    flex: 1;
    text-align: center; }
  .languages .container-col {
    height: auto;
    width: 300px;
    display: flex;
    flex-direction: column; }
  .languages img {
    width: 280px;
    height: 160px;
    margin: 10px;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5); }
    .languages img:hover {
      animation-name: grow;
      animation-duration: 300ms;
      animation-iteration-count: 1;
      animation-direction: forwards;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
    .languages img:active {
      animation-name: click;
      animation-duration: 200ms;
      animation-iteration-count: 1;
      animation-direction: forwards;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
  .languages .image-placeholder {
    background-color: white;
    width: 200px;
    height: 156px;
    margin: 0;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5); }
    .languages .image-placeholder:hover {
      animation-name: grow;
      animation-duration: 300ms;
      animation-iteration-count: 1;
      animation-direction: forwards;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
    .languages .image-placeholder:active {
      animation-name: click;
      animation-duration: 200ms;
      animation-iteration-count: 1;
      animation-direction: forwards;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards; }
    .languages .image-placeholder .lead {
      color: #89bdd3;
      padding: 0;
      font-weight: 400; }
  .languages .hover-wrap h2 {
    position: relative;
    top: 140px;
    left: 0px;
    width: 100%;
    color: #000;
    font-size: 10px; }

@media (max-width: 640px) {
  .languages .lead {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 28px;
    padding: 10px; } }

.teaching {
  background-color: #c9c9c9;
  box-shadow: 0px -4px 5px 3px #555; }
  .teaching .lead {
    padding: 0px 20px 30px 20px; }
  .teaching .col-100 {
    text-align: center; }
  .teaching .btn {
    background-color: #89bdd3;
    margin-left: auto;
    margin-right: auto;
    display: inline-block; }

.contact {
  background-color: #c0914d; }
  .contact .col-100 {
    text-align: center;
    display: block; }
  .contact h1 {
    color: #fff;
    font-weight: 200;
    font-size: 60px;
    padding: 0 20px; }

@media (max-width: 775px) {
  .contact h1 {
    font-size: 50px; } }

@media (max-width: 640px) {
  .contact h1 {
    font-size: 40px; } }

@media (max-width: 470px) {
  .contact h1 {
    font-size: 25px; } }

.blue {
  background-color: #89bdd3; }

.photo-wrap {
  background-color: #89bdd3;
  padding: 0;
  margin: 0;
  display: inline-block;
  flex-direction: rows;
  minimum-width: 100vw;
  justify-content: center; }

.ul {
  list-style-type: none; }

.photogrid-container {
  width: 640px;
  height: 100%;
  margin-left: calc(50% - 320px - 12px - 76px);
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #89bdd3;
  padding: 12px 0px 12px 24px; }
  @media (max-width: 775px) {
    .photogrid-container {
      margin-left: calc(50% - 320px - 12px); } }
  @media (max-width: 640px) {
    .photogrid-container {
      width: 320px;
      margin-left: calc(50% - 160px - 12px); } }
  @media (max-width: 320px) {
    .photogrid-container {
      width: 160px;
      margin-left: calc(50% - 80px - 12px); } }
  .photogrid-container img {
    position: absolute;
    width: auto;
    height: auto; }
  .photogrid-container .img-1 {
    top: 0px;
    left: 0px; }
  .photogrid-container .img-2 {
    left: -150px; }
  .photogrid-container .img-3 {
    left: -25px; }
  .photogrid-container .img-4 {
    left: -80px; }
  .photogrid-container .img-5 {
    left: -120px; }
  .photogrid-container .img-6 {
    left: -40px; }
  .photogrid-container .img-7 {
    left: -150px; }
  .photogrid-container .img-8 {
    left: -30px; }
  .photogrid-container .img-10 {
    left: -20px; }
  .photogrid-container .img-11 {
    left: -20px; }
  .photogrid-container .img-12 {
    left: -80px; }
  .photogrid-container .img-13 {
    left: -155px; }
  .photogrid-container .img-14 {
    left: -50px; }
  .photogrid-container .img-15 {
    left: -35px; }
  .photogrid-container .img-16 {
    left: -55px; }

.col-25 {
  width: 145px;
  height: 100%;
  background: #89bdd3;
  display: inline-block;
  margin: 0; }

.box {
  width: 145px;
  height: 145px;
  background: white;
  margin-bottom: 12px;
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  clip: rect(0px, 145px, 145px, 0px);
  overflow: hidden; }
  .box:hover {
    animation-name: grow;
    animation-duration: 300ms;
    animation-iteration-count: 1;
    animation-direction: forwards;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
  .box:active {
    animation-name: click;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-direction: forwards;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }

.oblong {
  width: 145px;
  height: 290px;
  background: white;
  position: relative;
  margin-bottom: 12px;
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5);
  clip: rect(0px, 145px, 290px, 0px);
  overflow: hidden; }
  .oblong:hover {
    animation-name: grow;
    animation-duration: 300ms;
    animation-iteration-count: 1;
    animation-direction: forwards;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
  .oblong:active {
    animation-name: click;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-direction: forwards;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }

.blog-post-wrap {
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #f8f8f8; }
  .blog-post-wrap p {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif; }
  .blog-post-wrap .blog-href {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    color: #ee3333; }
  .blog-post-wrap .copy {
    font-size: 12px;
    margin-top: 350px;
    width: auto;
    text-align: right; }
  @media (max-width: 1035px) {
    .blog-post-wrap {
      display: block; } }

.blog-post-sections {
  flex: 1;
  background-color: #f8f8f8; }
  .blog-post-sections .flex {
    display: flex;
    flex-direction: rows;
    minimum-width: 100vw; }
  .blog-post-sections .flex--center {
    justify-content: center; }
  .blog-post-sections .col-100 {
    max-width: 900px;
    background: white; }
  .blog-post-sections .background {
    width: 900px;
    background: white;
    display: flex;
    flex-direction: rows; }
  .blog-post-sections .col-1 {
    max-width: 432px;
    margin: 12px 6px 0 12px; }
  .blog-post-sections .col-2 {
    max-width: 432px;
    margin: 12px 12px 0 6px; }
  .blog-post-sections .push-right {
    margin-left: calc(50% - 12px); }
  .blog-post-sections .blog-post-1-title .container {
    max-width: 714px;
    padding: 50px 0 50px 0;
    margin: 0 auto; }
  .blog-post-sections .blog-post-1-title h1 {
    font-family: "Nixie One", cursive;
    font-size: 50px;
    position: relative;
    display: block;
    text-shadow: 8px 8px 0px rgba(137, 189, 211, 0.49); }
  .blog-post-sections .blog-post-1-title #tit-1 {
    margin: 0;
    left: 25px;
    display: inline-block; }
  .blog-post-sections .blog-post-1-title #tit-2 {
    margin: 0;
    top: 0px;
    left: 200px;
    display: inline-block; }
  .blog-post-sections .blog-post-1-title #tit-3 {
    margin: 0;
    left: 360px;
    display: inline-block; }
  .blog-post-sections .blog-post-1-title #tit-4 {
    margin: 0;
    left: 300px;
    display: inline-block; }
  .blog-post-sections .blog-post-1-title #tit-5 {
    margin: 0;
    display: inline-block;
    left: 400px; }
  .blog-post-sections .copy {
    width: auto; }
  .blog-post-sections .flexo-test {
    display: flex; }
  .blog-post-sections .zsuzsi-section {
    max-width: 432px;
    max-height: 450px;
    display: flex;
    margin-left: 12px; }
  .blog-post-sections .zsu-logo {
    width: 250px;
    height: auto;
    margin-left: 36px;
    opacity: 0.5; }
  .blog-post-sections .video-contain {
    max-width: 128px; }
    .blog-post-sections .video-contain iframe {
      margin: 3px 0; }
  @media (max-width: 900px) {
    .blog-post-sections .blog-post-sections, .blog-post-sections .flex, .blog-post-sections .flex--center, .blog-post-sections .background {
      display: block; }
    .blog-post-sections .blog-post-sections .blog-post-wrap {
      background-color: #fff; }
    .blog-post-sections .blog-post-1-title > .container {
      max-width: 100%; }
      .blog-post-sections .blog-post-1-title > .container #tit-1 {
        margin: 0;
        left: 15%; }
      .blog-post-sections .blog-post-1-title > .container #tit-2 {
        margin: 0;
        top: 0px;
        left: 25%; }
      .blog-post-sections .blog-post-1-title > .container #tit-3 {
        margin: 0;
        left: 40%; }
      .blog-post-sections .blog-post-1-title > .container #tit-4 {
        margin: 0;
        left: 45%; }
      .blog-post-sections .blog-post-1-title > .container #tit-5 {
        margin: 0;
        left: 45%; }
    .blog-post-sections .col-1 {
      width: auto;
      max-width: 100%;
      margin: 0;
      display: block;
      float: none; }
    .blog-post-sections .col-2 {
      width: auto;
      max-width: 100%;
      margin: 0;
      display: block;
      float: none; }
    .blog-post-sections .push-right {
      margin-left: 0; }
    .blog-post-sections p {
      padding: 40px 12px;
      margin: 0; }
    .blog-post-sections .zsuzsi-section {
      width: 100%;
      margin-left: calc(50% - 216px);
      padding: 0;
      max-height: 100vw;
      display: flex; }
      .blog-post-sections .zsuzsi-section .flexo-test {
        width: auto;
        display: flex; }
      .blog-post-sections .zsuzsi-section .video-contain {
        max-width: auto; }
    .blog-post-sections .background {
      width: auto; }
    .blog-post-sections .col-100 {
      max-width: 100vw; } }
  @media (max-width: 680px) {
    .blog-post-sections .blog-post-1-title h1 {
      font-size: 3em; } }
  @media (max-width: 470px) {
    .blog-post-sections .blog-post-1-title h1 {
      font-size: 2em; } }
  @media (max-width: 435px) {
    .blog-post-sections .video-contain {
      display: none; }
    .blog-post-sections .zsuzsi-section {
      display: block;
      margin-left: 0; }
    .blog-post-sections .zsu-logo {
      margin-left: calc(50% - 125px);
      height: auto;
      width: 250px; } }
  .blog-post-sections .blog-post-sections .copy {
    width: auto; }

.blog-post-2-title .container {
  max-width: 714px;
  padding: 50px 0 50px 0;
  margin: 0 auto; }

.blog-post-2-title h1 {
  font-family: "Nixie One", cursive;
  font-size: 50px;
  position: relative;
  display: block;
  text-shadow: 8px 8px 0px rgba(137, 189, 211, 0.49); }

.blog-post-2-title .tit-1 {
  margin: 0;
  top: 0;
  left: 10%;
  width: auto;
  display: inline-block; }

.blog-post-2-title .tit-2 {
  margin: 0;
  top: 0;
  margin-left: 30%;
  width: auto;
  display: inline-block; }

.blog-post-2-title .tit-3 {
  margin: 0;
  top: 0;
  left: 50%;
  width: auto;
  display: inline-block; }

.blog-post-2-title .tit-4 {
  margin: 0;
  top: 0;
  left: 70%;
  width: auto;
  display: inline-block; }

.blog-post-2-title .tit-5 {
  margin: 0;
  top: 0;
  left: 50%;
  width: auto;
  display: inline-block; }

.zsuzsi-push-down {
  margin-top: calc(50% - 50px); }

.col-1 .copy {
  text-align: left; }

@media (max-width: 900px) {
  .zsuzsi-push-down {
    margin-top: 0;
    width: auto; }
  .col-1 .copy {
    margin-top: 0;
    text-align: left; } }

@media (max-width: 680px) {
  .blog-post-2-title h1 {
    font-size: 3em; } }

@media (max-width: 470px) {
  .blog-post-2-title h1 {
    font-size: 2em; } }

@media (max-width: 435px) {
  .zsuzsi-section.zsuzsi-push-down {
    margin: 0px; }
  .video-contain {
    display: none; }
  .zsuzsi-section {
    display: block;
    margin-left: 0; }
  .zsu-logo {
    height: auto;
    width: 250px; } }

@keyframes grow {
  0% {
    transform: scale(1); }
  10% {
    transform: translateY(5px); }
  90% {
    transform: translateY(-10px);
    border-radius: 15px; }
  100% {
    transform: scale(1.05);
    transform: translateY(-5px);
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px; } }

@keyframes click {
  0% {
    transform: scale(1); }
  90% {
    transform: translateY(10px); }
  100% {
    transform: scale(0.8);
    transform: translateY(5px);
    border-radius: 0px; } }
