html,
body {
  margin: 0;
  padding: 0;
}
.page-margins {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .page-margins {
    margin: 0 10px;
  }
}
@media (min-width: 1440px) {
  .page-margins {
    max-width: 1180px;
  }
}
@media (min-width: 1440px) {
  #root #projects,
  #root .page-margins {
    max-width: 1180px;
  }
}
#page-header {
  padding-top: 50px;
  position: relative;
  margin-bottom: 70px;
}
#page-header img {
  max-width: 100%;
}
@media (max-width: 348px) {
  #page-header img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 659px) {
  #page-header {
    margin-bottom: 50px;
  }
  #page-header nav {
    padding-top: 20px;
    text-align: right;
  }
}
@media (max-width: 480px) {
  #page-header nav {
    text-align: center;
  }
}
@media (min-width: 660px) {
  #page-header nav {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#page-header nav a {
  margin-left: 16px;
  color: black;
  text-decoration: none;
  font-size: 18px;
}
#projects {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 960px) and (min-width: 481px) {
  #projects {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
  }
}
#projects img {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.content-page.columns .text,
.columns .right-text {
  column-width: 275px;
  -webkit-column-width: 275px;
}
.content-page.columns .text h1,
.columns .right-text h1 {
  column-span: all;
  -webkit-column-span: all;
}
.left-text p:first-child,
.right-text p:first-child,
.left-text h1:first-child,
.right-text h1:first-child,
.left-text h2:first-child,
.right-text h2:first-child,
.left-text h3:first-child,
.right-text h3:first-child {
  margin-top: 0;
}
.display-case {
  margin-bottom: 32px;
  display: block;
}
.wide-four .display-case {
  margin-bottom: 37px;
}
@media (min-width: 650px) {
  .left-text {
    width: 34%;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
  }
  .right-text {
    width: 66%;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
  }
  .right-text p:first-child {
    margin-top: 0;
  }
}
single-image,
adaptive-three {
  max-width: 940px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  single-image,
  adaptive-three {
    max-width: 1180px;
  }
}
.single-image {
  overflow: hidden;
}
.single-image .image {
  position: relative;
  margin-bottom: 20px;
}
.single-image .image img {
  max-width: 100%;
  display: block;
}
.stack-of-two {
  overflow: hidden;
}
.stack-of-two .images {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
}
.stack-of-two .images img {
  max-width: 100%;
  display: block;
  margin: 0 0 20px 0;
}
.stack-of-two .content {
  width: 50%;
  float: left;
}
.stack-of-two .content .text:first-child p:first-child {
  margin-top: 0;
}
.stack-of-two.mirrored .images {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.stack-of-two.mirrored .content {
  float: right;
}
@media (max-width: 760px) {
  .stack-of-two.stack-of-two .images {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .stack-of-two.stack-of-two .images img:last-child {
    display: none;
  }
  .stack-of-two .content {
    width: auto;
    float: none;
    max-width: 940px;
    margin: 0 auto;
  }
}
@media (max-width: 760px) and (max-width: 960px) {
  .stack-of-two .content {
    margin: 0 10px;
  }
}
@media (max-width: 760px) and (min-width: 1440px) {
  .stack-of-two .content {
    max-width: 1180px;
  }
}
@media (min-width: 761px) {
  .stack-of-two {
    max-width: 940px;
    margin: 0 auto;
  }
}
@media (min-width: 761px) and (max-width: 960px) {
  .stack-of-two {
    margin: 0 10px;
  }
}
@media (min-width: 761px) and (min-width: 1440px) {
  .stack-of-two {
    max-width: 1180px;
  }
}
.wide-four {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.wide-four .ceyebr-image-pagination .pages {
  bottom: -20px;
  right: -4px;
}
@media (max-width: 640px) {
  .wide-four .ceyebr-image-pagination .next,
  .wide-four .ceyebr-image-pagination .prev {
    top: 65%;
  }
}
.wide-four .images {
  margin-right: -20px;
}
.wide-four .images div.img {
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 5px;
  float: left;
  width: 25%;
}
.wide-four .images div.img div {
  background-color: #777777;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100%;
}
@media (max-width: 940px) {
  .wide-four .images div.img {
    padding-right: 5px;
  }
}
@media (max-width: 640px) {
  .wide-four .images {
    margin-left: -20px;
    margin-right: -25px;
  }
  .wide-four .images div.img {
    width: 50%;
    padding-right: 5px;
  }
}
.text-only .text {
  column-width: 20em;
  -webkit-column-width: 20em;
}
.text-only .text p {
  margin-top: 0;
}
.text-only .text h1 {
  column-span: all;
  -webkit-column-span: all;
}
.ceyebr-image-pagination {
  display: block;
  position: relative;
}
.ceyebr-image-pagination .next,
.ceyebr-image-pagination .prev,
.ceyebr-image-pagination .remove,
.ceyebr-image-pagination .insert {
  display: block;
  position: absolute;
  top: 50%;
  width: 75px;
  height: 75px;
  margin-top: -37px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}
.ceyebr-image-pagination .next line,
.ceyebr-image-pagination .prev line,
.ceyebr-image-pagination .remove line,
.ceyebr-image-pagination .insert line {
  stroke: #000000;
  stroke-width: 1.4;
}
.ceyebr-image-pagination .next {
  right: 0;
}
.ceyebr-image-pagination .prev {
  left: 0;
}
.ceyebr-image-pagination .remove {
  top: 0;
  right: 0;
}
.ceyebr-image-pagination .insert {
  top: 0;
  right: 76px;
}
.ceyebr-image-pagination .pages {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 6px;
  line-height: 12px;
  text-align: center;
}
.ceyebr-image-pagination .pages div {
  width: 16px;
  height: 6px;
  background: #ddd;
  opacity: 0.6;
  display: inline-block;
  margin-right: 5px;
}
.ceyebr-image-pagination .pages div.current {
  background-color: #cba052;
  opacity: 1;
}
@media (max-width: 500px), (max-height: 400px) {
  .ceyebr-image-pagination .insert,
  .ceyebr-image-pagination .remove {
    width: 50px;
    height: 50px;
  }
  .ceyebr-image-pagination .next,
  .ceyebr-image-pagination .prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .ceyebr-image-pagination .insert {
    right: 51px;
  }
  .ceyebr-image-pagination .pages div {
    margin-right: 4px;
  }
}
html,
body,
td,
p,
h1,
h2,
h3 {
  font-family: 'Lato';
  font-weight: 400;
}
p {
  font-size: 16px;
  line-height: 1.4em;
}
h1,
h2,
h3,
strong,
b {
  font-weight: 900;
}
a {
  color: #777;
  text-decoration: underline;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.image-picker-target {
  opacity: 0.4;
}
html {
  -webkit-text-size-adjust: 100%;
}
.columns h1,
.columns h2,
.columns h3 {
  column-span: all;
  -moz-column-span: all;
  -webkit-column-span: all;
}
.columns p {
  margin-top: 0;
}
