.image-circle {
  border-radius: 100%;
}

.margin-top-l {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  header .branding {
    margin-top: 60px;
  }
  header .branding img.top-logo {
    max-width: 300px;
  }
}
section {
  margin: 60px auto;
}
section.grey {
  padding: 60px 0;
  background-color: #e5e5e5;
}
@media screen and (max-width: 1024px) {
  section#om-niklas {
    text-align: center;
  }
  section#om-niklas img {
    max-width: 200px;
    margin-bottom: 40px;
  }
}

section.callout {
  border: 0px solid #000;
  max-width: 1200px;
  display: block;
  margin: 40px auto 100px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
@media screen and (min-width: 640px) {
  section.callout {
    padding: 80px;
  }
  section.callout .cell:first-child {
    padding-right: 40px;
  }
  section.callout .cell:last-child {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  section.callout {
    margin: 40px 20px 100px;
    text-align: center;
  }
  section.callout .cell:first-child {
    margin-bottom: 40px;
  }
}

/* Extending Foundation grid */
@media screen and (min-width: 1200px) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Override for Foundation reveal overlay */
.reveal-overlay {
  overflow: auto;
}

/* Override for Foundation reveal (modal) */
.gallery-reveal {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 1px;
  height: auto;
  border: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}

/* Custom styles for author */
.modal-author {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.close-button {
  transition: color 0.25s cubic-bezier(0.4, 0, 1, 1);
}

.top-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 100;
}

.main-navigation a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.main-navigation a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation a:hover {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.27);
}
.main-navigation a:hover img {
  transform: scale(1.2) rotate(5deg);
}
.main-navigation a:hover .overlay {
  background-color: rgba(255, 255, 255, 0.3);
}
.main-navigation .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.main-navigation .overlay span {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
.main-navigation .overlay .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
}
.main-navigation .overlay .content span {
  font-size: 1rem;
  font-family: "American Typewriter";
  color: #fff;
  text-align: left;
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 40em) {
  .main-navigation .overlay .content span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .main-navigation .overlay .content span {
    font-size: 2.5rem;
  }
}

.button {
  background-color: #da6217;
}

body {
  color: #666666;
}

.top-logo {
  max-width: 560px;
  height: auto;
}

.gallery img {
  margin-bottom: 30px;
}

footer {
  color: #ccc;
  background-color: #343f4b;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-logo {
  max-width: 200px;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "American Typewriter";
}

p {
  font-family: "Open sans";
}
@media screen and (max-width: 64em) {
  p {
    text-align: justify;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
p.decorative {
  font-family: "American Typewriter";
}
p.decorative span {
  background-color: #da6217;
  color: #fff;
  display: inline-block;
  padding: 2px 4px;
}
p.instagram-helper {
  margin-bottom: -5px;
  font-style: italic;
}
p.instagram {
  font-family: "American Typewriter";
  font-size: 24px;
}
p.instagram a {
  color: #666666;
}
p.instagram a:hover {
  color: #2199e8;
}
p.instagram a:hover svg {
  fill: #2199e8;
}
p.instagram svg {
  margin-bottom: -4px;
}

a svg {
  margin-bottom: -6px;
}

hr.short {
  width: 200px;
  border-bottom-width: 4px;
}

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