/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@charset "UTF-8";
.vbcn-backdrop {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0.7;
}

.vbcn {
  background: #fff;
  color: #161616;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 17px;
  line-height: 1.4;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 100%;
  padding: 1.4em;
  max-width: 40em;
  box-sizing: border-box;
  z-index: 9;
}
@media (max-width: 768px) {
  .vbcn {
    max-width: initial;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}
.vbcn.is-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  overflow: auto;
  max-height: 100vh;
}
.vbcn.is-centered .vbcn-buttons {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .vbcn {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .vbcn {
    font-size: 15px;
  }
}
.vbcn a {
  color: currentColor;
  text-decoration: underline;
}
.vbcn a:hover {
  color: #5fb376;
}
.vbcn .vbcn-details-view {
  display: none;
}
.vbcn .vbcn-button#vbcn-accept-all {
  display: none;
}
.vbcn .vbcn-button#vbcn-decline-all {
  display: none;
}
.vbcn .vbcn-button#vbcn-cancel-customize {
  display: none;
}
.vbcn .vbcn-button#vbcn-save {
  display: none;
}
.vbcn.is-config-mode .vbcn-preset-view {
  display: none;
}
.vbcn.is-config-mode .vbcn-details-view {
  display: block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-accept-preset {
  display: none;
}
.vbcn.is-config-mode .vbcn-button#vbcn-decline {
  display: none;
}
.vbcn.is-config-mode .vbcn-button#vbcn-customize {
  display: none;
}
.vbcn.is-config-mode .vbcn-button#vbcn-accept-all {
  display: inline-block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-decline-all {
  display: inline-block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-cancel-customize {
  display: inline-block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-save {
  display: inline-block;
}

.vbcn-title {
  font-size: 1.3em;
  margin: 0 0 0.6em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ddd;
  color: #333;
}

.vbcn-text {
  font-size: 0.88em;
  margin: 0 0 1.2em;
}

.vbcn-option {
  position: relative;
  display: block;
  padding-left: 1.6em;
  margin: 0 0 1em;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.vbcn-option-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.vbcn-option-input:checked ~ .vbcn-option-checkmark {
  background: #5fb376;
  border-color: #5fb376;
}
.vbcn-option-input:checked ~ .vbcn-option-checkmark:after {
  color: #fff;
  content: "×";
}

.vbcn-option-checkmark {
  position: absolute;
  top: 0.075em;
  left: 0;
  height: 1.2em;
  width: 1.2em;
  background: transparent;
  border: 1px solid rgba(22, 22, 22, 0.5);
}
.vbcn-option-checkmark:after {
  text-align: center;
  line-height: 1.1;
  display: block;
}

.vbcn-option-desc {
  font-size: 0.75em;
  color: #666;
  display: block;
}

.vbcn-option-mandatory-text {
  color: #ff4e41;
  font-weight: bold;
}

.vbcn-buttons {
  text-align: right;
}

.vbcn-button {
  background: #535353;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  padding: 0.5em 0.8em;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0.5em 0 0 0.5em;
}
.vbcn-button:last-of-type {
  margin-right: 0;
}
.vbcn-button:hover, .vbcn-button:active {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5) inset;
}
.vbcn-button:disabled {
  color: #888;
  cursor: default;
}
.vbcn-button.primary {
  background: #5fb376;
  color: #fff;
  font-weight: 400;
}

.vbcn-placeholder {
  background: rgb(221, 221, 221);
  padding: 2rem;
}
.vbcn-placeholder .vbcn-placeholder-headline {
  margin: 0 0 0.6em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.vbcn-placeholder .vbcn-placeholder-content {
  background: #fff;
  color: #161616;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 20px;
}
.vbcn-placeholder .vbcn-placeholder-actions {
  text-align: right;
}
.vbcn-placeholder .vbcn-text-small {
  font-size: 0.75em;
  color: #666;
}

/* Inter UI
-------------------------------------------------- */
@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Regular.woff2?v=2.3") format("woff2"), url("../fonts/Inter-UI-Regular.woff?v=2.3") format("woff");
}
@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Italic.woff2?v=2.3") format("woff2"), url("../fonts/Inter-UI-Italic.woff?v=2.3") format("woff");
}
@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-UI-Medium.woff2?v=2.3") format("woff2"), url("../fonts/Inter-UI-Medium.woff?v=2.3") format("woff");
}
@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Inter-UI-MediumItalic.woff2?v=2.3") format("woff2"), url("../fonts/Inter-UI-MediumItalic.woff?v=2.3") format("woff");
}
@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-UI-Bold.woff2?v=2.3") format("woff2"), url("../fonts/Inter-UI-Bold.woff?v=2.3") format("woff");
}
@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Inter-UI-BoldItalic.woff2?v=2.3") format("woff2"), url("../fonts/Inter-UI-BoldItalic.woff?v=2.3") format("woff");
}
@font-face {
  font-family: "Inter UI";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter-UI-Black.woff2?v=2.3") format("woff2"), url("../fonts/Inter-UI-Black.woff?v=2.3") format("woff");
}
@font-face {
  font-family: "Inter UI";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Inter-UI-BlackItalic.woff2?v=2.3") format("woff2"), url("../fonts/Inter-UI-BlackItalic.woff?v=2.3") format("woff");
}
/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

/* Browser Update
-------------------------------------------------- */
.browserupdate {
  display: block;
  margin-bottom: 3em;
  padding: 2em;
  color: #fff;
  background-color: red;
  text-align: center;
}

.browserupdate a {
  color: #fff;
  text-decoration: underline;
}

.browserupdate a:hover {
  color: #fff;
  font-weight: 700;
}

/* Media
-------------------------------------------------- */
img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #999;
}

iframe {
  max-width: 100%;
}

figure.video {
  margin: 0 0 4%;
  position: relative;
  padding-bottom: 55%;
  height: auto;
  overflow: hidden;
}

figure.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-images img {
  margin-top: 1em;
  margin-bottom: 2em;
}

/* Links
-------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
}

a:hover {
  color: #9ba5a8;
}

/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* Site
-------------------------------------------------- */
html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  font-family: "Inter UI", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  line-height: 1.5em;
  background: #fff;
  color: #000;
}

body.is-active-menu {
  overflow-y: hidden;
}

.width {
  margin: 0 auto;
  padding: 1em;
  max-width: 65em;
}

@media screen and (min-width: 48em) {
  .width {
    padding: 3em;
  }
}
#global-nav:not(menu) {
  transition: all 0.2s;
}

/* Header
-------------------------------------------------- */
.header {
  padding-top: 1em;
  padding-bottom: 2em;
  z-index: 3000;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;
  transition: all 0.2s;
}

.main-content {
  margin-top: 100px;
}

.scrolled-nav {
  height: 60px;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}

.scrolled-nav .logo {
  width: 18rem;
  height: auto;
}

.logo {
  width: 22rem;
  float: left;
  display: inline-block;
  transition: all 0.2s;
}

.btn.toggle {
  color: #000;
  background: #fff;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}

.btn-toggle {
  cursor: pointer;
  position: relative;
  z-index: 9999;
  float: right;
}

.btn-toggle span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-toggle span:before, .btn-toggle span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 4px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
}

.btn-toggle span:before {
  transform: translate(0, -6px);
}

.btn-toggle span:after {
  transform: translate(0, 6px);
}

.btn-toggle:hover span:before {
  transform: translate(0, -7px);
}

.btn-toggle:hover span:after {
  transform: translate(0, 7px);
}

.btn-toggle.is-active span {
  transform: rotate(-90deg);
}

.btn-toggle.is-active span:before {
  transform: translate(0, 0) rotate(-45deg);
}

.btn-toggle.is-active span:after {
  transform: translate(0, 0) rotate(45deg);
}

@media screen and (max-width: 600px) {
  .logo {
    width: 20rem;
  }
  .scrolled-nav .logo {
    width: 17rem;
    height: auto;
  }
  .main-content {
    margin-top: 80px !important; /* stylelint-disable-line declaration-no-important */
  }
  .scrolled-nav {
    padding-top: 0.5em;
    height: 0;
  }
}
@media screen and (max-width: 499px) {
  .logo {
    width: 15rem;
  }
  .scrolled-nav .logo {
    width: 14rem;
  }
}
@media screen and (max-width: 350px) {
  .logo {
    width: 14rem;
  }
  .scrolled-nav .logo {
    width: 12rem;
  }
}
@media screen and (max-height: 950px) {
  .navigation {
    overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
    top: 5em !important; /* stylelint-disable-line declaration-no-important */
    align-items: flex-start !important; /* stylelint-disable-line declaration-no-important */
  }
  .menu {
    min-height: 80vw !important; /* stylelint-disable-line declaration-no-important */
  }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
  .menu {
    min-height: 100vw !important; /* stylelint-disable-line declaration-no-important */
  }
}
/* Navigation
-------------------------------------------------- */
.navigation {
  height: 100vh;
  top: 1.5em;
  position: fixed;
  z-index: 2000;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  background: rgba(255, 255, 255, 0.97);
}

.navigation.is-active {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.menu {
  text-align: center;
}

.menu a {
  color: #9ba5a8;
  font-size: 2.5em;
  line-height: 1;
  margin: 2rem 0;
  font-weight: 400;
  display: inline-block;
  position: relative;
  transition: color 0.5s ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.75;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  transition: transform 0.5s ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.menu a:focus:before,
.menu a:hover:before {
  background: #798c9d;
  transform: scale3d(1, 1, 1);
}

.menu a:hover {
  color: #000;
  text-decoration: none;
}

.menu .active {
  color: #000;
  font-weight: 900;
}

.menu li {
  list-style: none;
  position: relative;
}

.navigation .copyright {
  font-weight: 400;
  color: #9ba5a8;
  text-align: center;
  position: absolute;
  bottom: 3em;
}

.navigation .copyright a {
  color: #9ba5a8;
  font-weight: 500;
}

.navigation .copyright a:hover {
  color: #000;
}

@media screen and (min-width: 48em) {
  .navigation {
    padding: 3em;
  }
  .menu a {
    font-size: 4em;
  }
}
@media screen and (max-width: 499px) {
  .menu a {
    font-size: 1.5em;
    line-height: 1;
    margin: 1rem 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 800px), screen and (min-width: 500px) and (max-height: 950px) {
  .menu a {
    font-size: 2.5em !important; /* stylelint-disable-line declaration-no-important */
    line-height: 1;
    margin: 1.5rem 0;
  }
}
.counter {
  width: 20px;
  height: 20px;
  background: black;
  color: #fff;
  position: fixed;
  top: 120px;
  right: 0;
}

/* Headings
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1rem;
  word-wrap: break-word;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Main
-------------------------------------------------- */
.main {
  padding: 2em 0 1em;
}

.main hr {
  margin: 2em 0;
  height: 1px;
  background: #9ba5a8;
}

.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1em;
}

.main a {
  color: #9ba5a8;
  border-bottom: 2px solid transparent;
}

.main a:hover {
  color: #333;
  border-color: #ccd9dd;
}

.main strong,
.main b {
  font-weight: bold;
}

.main i, .main cite, .main em {
  font-style: italic;
}

/* Text blocks */
.text ul,
.text ol {
  margin-left: 1em;
}

@media screen and (min-width: 48em) {
  .main {
    padding: 3em 0 1.5em;
  }
  .main p,
  .main figure,
  .main ul,
  .main ol {
    margin-bottom: 1.5em;
  }
}
/* Footer
-------------------------------------------------- */
footer {
  font-size: 13px;
  margin: 3em 0 2em;
  font-weight: 400;
  color: #9ba5a8;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  footer {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
}
footer .box-left {
  text-align: left;
}

.obligations {
  text-align: right;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .obligations {
    text-align: left;
  }
}

.obligations a {
  color: #9ba5a8;
}

.obligations a:hover {
  color: #000;
}

@media screen and (min-width: 48em) {
  .footer {
    margin: 6em 0 3em;
  }
}
/* Boxs
-------------------------------------------------- */
@media screen and (min-width: 48em) {
  .box-left,
  .box-right {
    width: 50%;
    float: left;
  }
  .box-left {
    text-align: right;
    padding-right: 2em !important; /* stylelint-disable-line declaration-no-important */
  }
  .box-right {
    padding-left: 2em;
  }
}
/* Showcase
-------------------------------------------------- */
#below-image {
  margin-top: 5em;
  margin-bottom: 0;
}

#below-text {
  margin-top: 0;
}

/* Project infos
-------------------------------------------------- */
.project-info h1, .main_title {
  margin-bottom: 0.2rem;
}

.project-info time, .subtitle {
  color: #9ba5a8;
  font-size: 1.5em;
  margin-bottom: 1.5rem;
  display: inline-block;
  font-weight: normal;
}

.project-info .tags {
  margin: 0 0 1.5em;
  font-weight: 500;
}

.project-info .tags li {
  float: left;
  list-style: none;
  margin-right: 2em;
}

.project-info .tags li span {
  color: #9ba5a8;
  font-weight: 400;
}

/* Project meta
-------------------------------------------------- */
.meta {
  margin-bottom: 1.5em;
}

.meta li {
  float: left;
  list-style: none;
  margin-right: 2em;
}

.meta li b {
  font-weight: 500;
  color: #aaa;
}

.meta li span:last-of-type {
  display: none;
}

.meta li a.twit {
  color: #4099ff;
}

.meta li a.face {
  color: #3b5998;
}

.meta li a.goog {
  color: #db5a3c;
}

.meta li a.twit:hover,
.meta li a.face:hover,
.meta li a.goog:hover {
  color: #222;
}

/* Next/Prev nav
-------------------------------------------------- */
.nextprev {
  padding: 1em 0;
}

#showmore {
  padding: 0;
}

.nextprev a,
.nextprev a:hover {
  border: 0;
}

.nextprev .prev {
  float: left !important; /* stylelint-disable-line declaration-no-important */
}

.nextprev .next {
  float: right !important; /* stylelint-disable-line declaration-no-important */
}

/* Project Images
-------------------------------------------------- */
.project-images img {
  min-width: 100%;
}

/* Project teaser
-------------------------------------------------- */
.grid {
  list-style: none;
  margin: 2em -1rem 0;
  display: flex;
  flex-flow: row wrap;
}

.grid li.column {
  padding: 1rem;
}

ul.grid {
  margin-bottom: 0;
}

.grid li a {
  color: #fff;
  border: none;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  background: #798c9d;
  display: block;
  overflow: hidden;
  position: relative;
  transition: background 0.25s ease;
}

.grid li a:hover {
  color: #fff;
}

.teamgrid li a:hover h1 {
  visibility: visible;
}

.teamgrid li a h1 {
  visibility: hidden;
}

.grid li a > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid li a > div:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.grid li a > div > div {
  display: inline-block;
  vertical-align: middle;
}

.grid li h1 {
  margin-bottom: 0;
  font-weight: bold;
}

.grid li img {
  width: 100%;
  display: block;
  opacity: 0.98;
  transform: scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease, transform 0.25s ease;
}

.grid li:hover img {
  opacity: 0.15;
  transform: scale(1.05);
}

@media screen and (min-width: 992px) {
  .grid {
    margin-top: 3rem;
  }
  li.column {
    display: flex;
    max-width: 33.33334%;
    flex: 0 0 33.33334%;
  }
}
@media (max-width: 992px) {
  .grid li.column {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .grid li.column {
    margin-bottom: 1rem;
    max-width: 100%;
    flex-basis: 100%;
  }
}
/* Project tags
-------------------------------------------------- */
.tags .box-left h1 {
  color: #9ba5a8;
  font-weight: 400;
}

.tags .box-right h1 {
  font-weight: 900;
}

@media screen and (min-width: 48em) {
  .box-left {
    padding-right: 0.2em;
  }
  .box-right {
    padding-left: 0.2em;
  }
}
.cf .box-right {
  position: relative;
}

/* Next/Prev nav
-------------------------------------------------- */
.nextprev, .showmore {
  padding: 1em 0;
}

.nextprev a,
.nextprev a:hover,
.showmore a,
.showmore a:hover {
  border: 0;
}

.nextprev .next {
  float: left;
}

.nextprev .prev {
  float: right;
}

/* Forms
-------------------------------------------------- */
form {
  font-size: 0;
  padding-top: 1.5em;
}

form p {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

form .field.error label {
  color: #f40000;
}

form input,
form textarea {
  width: 100%;
  background: none;
  border: 2px solid #ddd;
  padding: 0.5rem;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5em;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
}

form input:focus,
form textarea:focus {
  border-color: #000;
}

form textarea {
  height: 10em;
  resize: vertical;
}

form button {
  padding: 0.5rem 1.5rem;
  line-height: 1.5em;
  font-family: inherit;
  font-size: inherit;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}

form button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

form button:hover {
  background: #798c9d;
  border-color: #798c9d;
}

form .honeypot {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Warning messages
-------------------------------------------------- */
.alert {
  padding: 0.5em 1em;
  margin-bottom: 1.5em;
  font-size: 1em;
  color: #fff;
  background: #4400e3;
  position: relative;
  display: inline-block;
  border-radius: 3px;
}

.alert p {
  margin-bottom: 0.5rem;
}

.alert p:last-of-type {
  margin-bottom: 0;
}

.alert a {
  color: inherit;
  font-weight: bold;
}

.alert.error {
  background: #f40000;
}

.alert.success {
  background: #5ccc79;
}

#homeslider {
  margin-bottom: 1.5rem;
}

.homeslider-slide {
  width: 100%;
}

.flickity-viewport {
  transition: height 0.2s;
}

.flickity-page-dots {
  position: relative;
  bottom: auto;
  margin: 0 !important; /* stylelint-disable-line declaration-no-important */
  padding: 20px 0 40px;
}

.image-overlay {
  font-size: 2em;
  line-height: 1;
  word-wrap: break-word;
  margin-bottom: 0;
  font-weight: bold;
}

.second_title {
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1rem;
  word-wrap: break-word;
}
