@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'),
       local('Lato-Regular'),
       url(/fonts/lato.woff2) format('woff2'),
       url(/fonts/lato.woff) format('woff');
}

html {
  vertical-align: baseline;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, th, button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

a {
  color: #999999;
  text-decoration: none;
}

a:hover {
  color: black;
}

img {
  height: auto;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

figure {
  display: table;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

figure .image {
  width: 100%;
}

figcaption {
  font-size: 12px;
  text-align: right;
}

figcaption p {
  font-size: 12px;
}

body {
  font-family: Lato,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

h1 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 25px;
}

h3, h4, h5, h6 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.site {
  background: white;
  margin: 0 auto;
  padding: 27px;
}

.site-header::before, .site-header::after {
  content: '';
  display: table;
}
.site-header {
  margin: 0 0 27px;
  padding: 0 0 24px;
  position: relative;
  z-index: 5;
}

.site-branding {
  margin-bottom: 14px;
  position: relative;
}
.full-title {
  display: inline-block;
  margin: 0;
  max-width: 50%;
}
.site-logo-container {
  float: left;
}
.site-logo {
  height: 4em;
}
.site-logo-text {
  float: right;
  padding-left: 1em;
}
.site-title {
  font-size: 1.75em;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0;
}
.site-title a {
  color: #333333;
}
.site-description {
  margin-top: 10px;
}
.site-description a {
  color: #10059f;
}
.full-title a {
  text-decoration: none;
}

.main-navigation {
  float: right;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
  max-width: 50%;
  text-align: right;
  text-transform: uppercase;
}

.main-navigation ul:first-child {
  display: block;
}
.main-navigation ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  display: inline-block;
}
.main-navigation li {
  display: block;
  position: relative;
}
.main-navigation ul a {
  border-bottom: 0;
  padding: 5px 0 5px 14px;
}
.main-navigation a {
  border-bottom: 1px solid #eeeeee;
  color: #999999;
  display: block;
  padding: 13px 0 14px;
  text-decoration: none;
}
.main-navigation li:hover > a {
  color: black;
}
.active-menu-item a {
  color: black;
}

.site-banner {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin-bottom: 76px;
}

.site-featured {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin-bottom: 27px;
  max-height: 400px;
  max-width: 400px;
}

.list-featured {
  display: block;
  max-height: 200px;
  max-width: 200px;
}

.site-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.site-content a::before {
  color: black;
  content: " › ";
  margin-left: 4px;
}

.site-content-text {
  position: relative;
  z-index: 5;
}

.site-content-color-block {
  background: #c6c3df;
  position: absolute;
  display: block;
  top: -1.5em;
  left: -5em;
  height: 30%;
  width: 45%;
  z-index: 1;
}

.site-content-empty-space {
  margin-bottom: 75px; 
}

.site-content-paragraph {
  margin-bottom: 20px;
  margin-top: 20px;
}

.site-footer {
  border-top: 3px solid #eeeeee;
  color: #999999;
  font-size: 0.8125em;
  margin: 76px 0 0;
  text-transform: uppercase;
}

.bs-gen-pre {
  text-align: center;
  margin-bottom: 2em;
}

.bs-gen {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3em;
}

.bs-gen div {
  border: solid 1px #999999;
  min-width: 22%;
  padding: 14px 16px;
  text-align: center;
}

.bs-gen-button {
  display: flex;
  justify-content: space-around;
  padding-bottom: 2em;
}

.bs-gen-button button {
  border: solid 1px #999999;
  padding: 14px 16px;
}

.imprint {
  float: right;
}
.copyright {
  float: right;
  margin-left: 10px;
}

.grid-item-content {
  border: solid 1px #999999;
  height: 0;
  padding-bottom: 100%;
}
.gutter-sizer { width: 2%; }

.portfolio-list-description {
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.portfolio-list-title {
  color: black;
  font-size: 18px;
  text-decoration: none;
}
.portfolio-list-image {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  position: relative;
  width: 95%;
}

.hidden {
  display: none;
}

/* Default */
@media screen and (max-width: 35em) {
  .site-banner { max-width: 100%; }
  .site-content { max-width: 100%; }
  .grid-sizer, .grid-item {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .site-banner { margin-bottom: 0; }
  .bs-gen {
    flex-direction: column;
    padding-bottom: 1em;
  }
  .bs-gen div {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 35em) {
  .site-banner { max-width: 90%; }
  .site-content { max-width: 90%; }
  .grid-sizer, .grid-item {
    margin-bottom: 20px;
    width: 49%;
  }
}
@media screen and (min-width: 45em) {
  .site-banner { max-width: 80%; }
  .site-content { max-width: 80%; }
  .grid-sizer, .grid-item {
    margin-bottom: 20px;
    width: 32%;
  }
}
@media screen and (min-width: 55em) {
  .site-banner { max-width: 70%; }
  .site-content { max-width: 70%; }
}
@media screen and (min-width: 65em) {
  .site-banner { max-width: 60%; }
  .site-content { max-width: 60%; }
}
@media screen and (min-width: 75em) {
  .site {
    margin: 27px auto;
    max-width: 1200px;
    padding: 54px;
  }
  body {
    background: #eeeeee;
  }
}
