h1 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 25px;
}
h2 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 20px;
}
h3 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
}
p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
}
#page-header a {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 17px;
}
a {
  color: #777;
}
#do-not-use #projects img:hover {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.8;
}
#do-not-use #root .ceyebr-image-pagination .next,
#do-not-use #root .ceyebr-image-pagination .prev {
  top: 100%;
  margin-top: -40px;
  width: 40px;
  height: 40px;
  z-index: 10;
}
@media (max-width: 600px) {
  #do-not-use #root .ceyebr-image-pagination .next,
  #do-not-use #root .ceyebr-image-pagination .prev {
    margin-top: -30px;
    width: 30px;
    height: 30px;
  }
}
