html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

body,
html {
  background-color: #222222;
  height: 100%; }

p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fafafa; }

p,
li {
  line-height: 1.25em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Courier New", Courier, monospace; }

p {
  padding: 0.5em 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #fafafa; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #fafafa;
    border: none; }
  h1 + p,
  h2 + p,
  h3 + p,
  h4 + p,
  h5 + p,
  h6 + p {
    padding-top: 1em; }

a {
  border-bottom: 1px dotted;
  font-family: "Courier New", Courier, monospace; }
  a:link, a:visited {
    color: #fafafa; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

ol, ul {
  padding: 1em;
  list-style-position: inside; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: disc; }

.row {
  position: relative;
  z-index: 200; }

.floating-box {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5); }

.center-on-small {
  text-align: center; }
  @media only screen and (min-width: 40em) {
    .center-on-small {
      text-align: inherit; } }
  @media only screen and (min-width: 64em) {
    .center-on-small {
      text-align: center; } }

.background-gallery {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: fixed; }
  .background-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100; }

.slideme {
  width: 100%;
  height: 100%; }

img.cover {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.single button.arrow {
  display: block; }

.single .pagination, .pagination {
  display: none; }
  @media only screen and (min-width: 40em) {
    .single .pagination, .pagination {
      display: block; } }

.pagination {
  position: fixed;
  width: 100%;
  z-index: 1000;
  margin: 0;
  bottom: 3rem;
  right: 0;
  padding: 6px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  @media only screen and (min-width: 40em) {
    .pagination {
      display: block;
      bottom: 2rem;
      right: 2rem;
      width: auto;
      max-width: 236px; } }
  .pagination li {
    width: 50px;
    height: 50px;
    float: left;
    margin: 3px;
    padding: 0;
    display: inline-block;
    cursor: pointer; }
    .pagination li img {
      padding: 2px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pagination .current {
    background: #e76c23;
    padding: 0;
    transition: background-color 0.25s; }

.toggle-pagination {
  position: absolute;
  z-index: 201;
  bottom: 0;
  right: 18px;
  text-align: center;
  width: 30px;
  height: 30px; }
  .toggle-pagination:hover {
    cursor: pointer; }
  @media only screen and (min-width: 40em) {
    .toggle-pagination {
      visibility: hidden; } }
  .toggle-pagination img {
    width: 50;
    height: 20;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }

.pagination-open img {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "$filter"; }

.arrow {
  position: fixed;
  z-index: 1000;
  top: 40%;
  margin: 0;
  padding: 0;
  content: "arrow";
  width: 25px;
  height: 50px; }

.prev,
.next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 50px; }

.prev {
  left: 1rem;
  background-image: url("../img/icon_arrow_left.svg"); }

.next {
  right: 1rem;
  background-image: url("../img/icon_arrow_right.svg"); }

.front {
  z-index: 200; }

#watermark {
  position: fixed;
  z-index: 301;
  left: 2rem;
  top: 2rem; }
  #watermark img {
    position: relative;
    top: -0.5rem;
    left: 0;
    height: 1rem;
    width: 1rem; }
  #watermark a {
    font-size: 1rem;
    line-height: 1rem;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    display: inline-block;
    text-transform: lowercase;
    border: none; }

#main-nav {
  display: none;
  line-height: header_font_size;
  position: fixed;
  width: 100%;
  min-height: 100%;
  z-index: 250;
  padding-top: 5rem;
  background-color: #222222;
  vertical-align: baseline;
  box-sizing: content-box; }
  @media only screen and (min-width: 40em) {
    #main-nav {
      display: block;
      right: 2rem;
      top: 2rem;
      line-height: 1rem;
      position: fixed;
      width: inherit;
      min-height: inherit;
      z-index: 250;
      padding: 0;
      background-color: transparent; } }
  #main-nav ul,
  #main-nav li,
  #main-nav a {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    text-align: center;
    color: #fafafa; }
    @media only screen and (min-width: 40em) {
      #main-nav ul,
      #main-nav li,
      #main-nav a {
        display: block;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1rem;
        text-align: center;
        color: #fafafa;
        padding: 0;
        vertical-align: baseline; } }
  #main-nav li {
    float: inherit;
    margin-right: inherit; }
    @media only screen and (min-width: 40em) {
      #main-nav li {
        float: left;
        margin-right: 1em; } }
  #main-nav a {
    text-transform: lowercase;
    border-bottom: none; }

.current_page_item {
  background-color: #333;
  border-bottom: 2px solid #e76c23; }
  .current_page_item a {
    font-size: 1.25rem; }
  @media only screen and (min-width: 40em) {
    .current_page_item {
      background-color: transparent;
      border-bottom: 2px solid #e76c23; }
      .current_page_item a {
        font-size: 1rem; } }

.nav-icon {
  display: block;
  top: 1.5rem;
  right: 2rem;
  z-index: 300;
  width: 32px;
  height: 24px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  @media only screen and (min-width: 40em) {
    .nav-icon {
      display: none; } }
  .nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    z-index: 999;
    background: #fafafa;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .nav-icon span:nth-child(1) {
      top: 0; }
    .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
      top: 10px; }
    .nav-icon span:nth-child(4) {
      top: 20px; }

.nav-icon-open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }
.nav-icon-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.nav-icon-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.nav-icon-open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%; }

#title-string {
  position: absolute;
  width: 100%;
  top: 45%;
  z-index: 100;
  text-align: center; }
  #title-string h1 {
    margin: 0;
    color: #FAFAFA;
    font-size: 2rem;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: center;
    display: block; }
    @media only screen and (min-width: 40em) {
      #title-string h1 {
        font-size: 4rem; } }
  #title-string button {
    margin-top: 1em;
    border: 1px solid #fafafa;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    padding: 0.5em 1em;
    color: #fafafa;
    font-family: "Courier New", Courier, monospace; }
    #title-string button:hover {
      background-color: rgba(255, 255, 255, 0.2); }
  #title-string a {
    border-bottom: none; }

.post {
  width: 100%;
  height: 20rem; }
  @media only screen and (min-width: 40em) {
    .post {
      height: 30rem; } }
  @media only screen and (min-width: 64em) {
    .post {
      height: 40rem; } }
  .post img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 20rem; }
    @media only screen and (min-width: 40em) {
      .post img {
        height: 30rem; } }
    @media only screen and (min-width: 64em) {
      .post img {
        height: 40rem; } }
  .post:first-of-type, .post:first-of-type img {
    height: 25rem; }
    @media only screen and (min-width: 40em) {
      .post:first-of-type, .post:first-of-type img {
        height: 35rem; } }
    @media only screen and (min-width: 64em) {
      .post:first-of-type, .post:first-of-type img {
        height: 40rem; } }
  .post:first-of-type h1 {
    padding-top: 2rem; }
  .post:first-of-type .post-content {
    height: 25rem; }
    @media only screen and (min-width: 40em) {
      .post:first-of-type .post-content {
        height: 35rem; } }
    @media only screen and (min-width: 64em) {
      .post:first-of-type .post-content {
        height: 40rem; } }

.post-content {
  position: absolute;
  width: 100%;
  height: 20rem;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s; }
  @media only screen and (min-width: 40em) {
    .post-content {
      height: 30rem; } }
  @media only screen and (min-width: 64em) {
    .post-content {
      height: 40rem; } }
  .post-content:hover {
    background-color: rgba(0, 0, 0, 0.375); }
  .post-content h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 9rem;
    font-size: 2rem; }
    @media only screen and (min-width: 40em) {
      .post-content h1 {
        top: 14rem; } }
    @media only screen and (min-width: 64em) {
      .post-content h1 {
        top: 19rem; } }

[data-magellan] a {
  color: #fafafa;
  padding: 2px;
  font-size: 1rem;
  transition: background-color 0.25s; }
  [data-magellan] a.active, [data-magellan] a.active:focus {
    background-color: #e76c23; }

.magellan-menu {
  position: fixed;
  z-index: 201;
  text-align: right;
  right: 2rem;
  bottom: 2rem;
  list-style-type: none; }
  .magellan-menu a {
    border: none; }

.single-info-box {
  display: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  padding-left: 12px;
  width: 100%;
  overflow: auto;
  z-index: 200; }
  @media only screen and (min-width: 40em) {
    .single-info-box {
      left: 2rem;
      bottom: 2rem;
      width: auto;
      right: inherit;
      padding-left: 1rem; } }
  .single-info-box h1 {
    line-height: 1rem;
    font-size: 1rem; }

.current .single-info-box {
  display: block; }

.project-text {
  max-width: 66%;
  float: left;
  padding-right: 2em;
  padding-top: 2em; }

.hidden {
  display: none; }

.page-content {
  position: relative;
  z-index: 200;
  padding-top: 5rem; }

.centered {
  text-align: center; }

.aligncenter {
  margin: 0 auto; }

img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0; }

@media screen and (max-width: 1024px) {
  img.bg {
    left: 50%;
    margin-left: -512px; } }
.about-box {
  margin-bottom: 1em; }

.about-text {
  padding: 1em; }

.about-img {
  height: auto;
  padding: 1em;
  width: 200px; }
  @media only screen and (min-width: 40em) {
    .about-img {
      width: 100%; } }

.contact-info {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: black; }
  @media only screen and (min-width: 40em) {
    .contact-info {
      background-color: rgba(0, 0, 0, 0.5);
      width: inherit;
      bottom: 2rem;
      left: 2rem; } }
  .contact-info h1,
  .contact-info h2,
  .contact-info h3,
  .contact-info h4,
  .contact-info h5,
  .contact-info h6 {
    padding-bottom: 0.5em; }
  .contact-info h1 {
    font-size: 2em;
    text-transform: lowercase; }
  .contact-info p {
    margin: 0;
    padding: 0 0 0 0; }
  .contact-info a[href^="mailto:"]::before,
  .contact-info a[href^="tel:"]::before {
    content: " ";
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-right: 1em;
    background-size: 1.5em 1.5em;
    background-position: center center;
    background-repeat: no-repeat; }
  .contact-info a[href^="mailto:"]::after,
  .contact-info a[href^="tel:"]::after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both; }
  .contact-info a[href^="mailto:"]::before {
    background-image: url("../img/icon_mail.svg"); }
  .contact-info a[href^="tel:"]::before {
    background-image: url("../img/icon_tel.svg"); }

#map {
  height: 100%; }
  @media only screen and (min-width: 40em) {
    #map {
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0; } }

/*# sourceMappingURL=app.css.map */
