/*
body {animation: pulse 40s infinite;}


@keyframes pulse {
  0% {background: #ffffff;}
  25% {background: #4ac1e4;}
  50% {background: #ffffff;}
  75% {background: #f16558;}
  100% {background: #ffffff;}
}
*/

h1 {
  font-family: 'Inknut Antiqua', serif;
  font-size:  calc(.6em + 2vw);
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 150%;
  color: #000000;
  display: block;
  /* max-width: 840px; */
}

body {
  /* padding: 30px 40px 40px 40px; */
  margin-top: 7%;
  margin-left: 8%;
  margin-right: 8%;
}

a {
  color: #000000;
  opacity: 0.6;
  text-decoration:  none;
}

a:hover {
  color: #000000;
  /* text-shadow: 5px 10px 10px rgba(0,0,0,0.2); */
  opacity: 1;
  transition: all 2s;
}

/*
@media (max-width:600px) {
  body {
    font-size: 18px;
    line-height: 1.6;
  }

  
  header {
    padding: 5px 15px 15px 15px;
  }
*/
}