h1 {
  font-family: 'Industrial Gothic';
  font-weight: 400;
  font-size: 38px;
  color: #333333;
  margin-bottom: 10px;
}
h2 {
  font-family: 'Camphor';
  font-weight: 600;
  font-size: 20px;
  color: #666666;
  text-transform: uppercase;
}
h3 {
  font-family: 'Camphor';
  font-weight: 200;
  font-size: 13px;
  color: #333333;
}
p {
  font-family: 'Camphor';
  font-weight: 300;
  font-size: 14px;
  line-height: 21px
  color: #333333;
}
#page-header nav a {
  font-family: 'Camphor';
  font-weight: 200;
  font-size: 15px;
  margin-left: 15px;
  color: #333333;
}
@media (max-width: 400px) {
  #page-header nav a {
    font-size: 14px;
    margin-left: 8px;
  }
}
#root a {
  color: #cba052;
  font-weight: 300;
  text-decoration: underline;
}
.columns h1,
.columns h2,
.columns h3 {
  column-span: all;
  -webkit-column-span: all;
  -moz-column-span: all;
}
.columns p {
  margin-top: 0;
}
#do-not-use #projects img:hover {
  -webkit-filter: blur(2px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
  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;
  }
}
#root .ceyebr-image-pagination .next,
#root .ceyebr-image-pagination .prev {
  background: none;
}
#root .ceyebr-image-pagination .next line,
#root .ceyebr-image-pagination .prev line {
  stroke: #ccc;
  stroke-width: 2;
}
