/*Sass variables*/
/*------------- Breakpoints mixin*/
/*------------- Heading mixins*/
/*------------- Flexbox mixins*/
/*------------- Flexbox center mixin*/
/*---------------Mixins for transforms, transitions and animations*/
/*Mixin for animation on contact page*/
/*Mixin for hide & show*/
/*--------Landingpage-hero--------------*/
.landing-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #f8fba2;
  width: 180vw;
  height: 20em;
  margin-top: 128px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg); }
  @media (min-width: 464px) {
    .landing-box {
      margin-top: 128px;
      height: 26rem; } }
  @media (min-width: 900px) {
    .landing-box {
      margin-top: 256px; } }

.container-hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 100%;
  width: 110vw;
  height: 110vw;
  position: relative;
  border: 1rem solid #CCD7E4;
  background: #fa7f7f;
  background-size: 100%;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-transition: all 100s ease;
  -moz-transition: all 100s ease;
  -ms-transition: all 100s ease;
  -o-transition: all 100s ease;
  transition: all 100s ease; }
  @media (min-width: 360px) {
    .container-hero {
      height: 23em;
      width: 23em; } }
  @media (min-width: 464px) {
    .container-hero {
      height: 30em;
      width: 30em; } }
  @media (min-width: 1200px) {
    .container-hero {
      height: 36rem;
      width: 36rem; } }

/*flexboxcontainer for images*/
.flex-hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: space-around;
  -moz-align-items: space-around;
  -ms-align-items: space-around;
  align-items: space-around;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 20%; }

/*Elements with images and text about the employee*/
@-webkit-keyframes figure-start {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@-moz-keyframes figure-start {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@-ms-keyframes figure-start {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@-o-keyframes figure-start {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@keyframes figure-start {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  to {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@-webkit-keyframes figurelight {
  0% {
    background: transparent; }
  50% {
    background: #CCD7E4; }
  100% {
    background: transparent; } }
@-moz-keyframes figurelight {
  0% {
    background: transparent; }
  50% {
    background: #CCD7E4; }
  100% {
    background: transparent; } }
@-ms-keyframes figurelight {
  0% {
    background: transparent; }
  50% {
    background: #CCD7E4; }
  100% {
    background: transparent; } }
@-o-keyframes figurelight {
  0% {
    background: transparent; }
  50% {
    background: #CCD7E4; }
  100% {
    background: transparent; } }
@keyframes figurelight {
  0% {
    background: transparent; }
  50% {
    background: #CCD7E4; }
  100% {
    background: transparent; } }
.figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  opacity: 1;
  top: 30%;
  height: 4em;
  width: 4em;
  margin: 0 0 1em 0;
  border-radius: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background: #CCD7E4;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
  -moz-transform: translate(-50%, -50%) rotate(-25deg);
  -ms-transform: translate(-50%, -50%) rotate(-25deg);
  -o-transform: translate(-50%, -50%) rotate(-25deg);
  transform: translate(-50%, -50%) rotate(-25deg);
  left: 50%;
  z-index: 10;
  cursor: pointer; }
  .figure:first-child {
    left: 25%; }
  .figure:last-child {
    left: 75%; }
  @media (min-width: 464px) {
    .figure {
      background: none;
      top: 35%;
      height: 8em;
      width: 8em; }
      .figure:first-child {
        left: 20%; }
      .figure:last-child {
        left: 80%; } }
  .figure.is-active {
    cursor: default;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    left: 50%;
    overflow: hidden; }
    .figure.is-active:hover {
      height: 100%;
      width: 100%; }
    .figure.is-active#max {
      background: url("../images/max3.jpg");
      background-repeat: no-repeat;
      background-size: contain; }
    .figure.is-active#joanna {
      background: url("../images/joanna2.jpg");
      background-repeat: no-repeat;
      background-size: contain; }
    .figure.is-active#magnus {
      background: url("../images/magnus3.jpg");
      background-repeat: no-repeat;
      background-size: contain; }

@media (min-width: 464px) {
  .hover-figure:hover {
    height: 8em;
    width: 8em;
    background: #CCD7E4;
    color: black; } }

.filter {
  display: none; }
  .filter.active {
    position: absolute;
    display: inline;
    background: #fa7f7f;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 80;
    margin-top: 0;
    opacity: 0.2;
    cursor: default; }

@-webkit-keyframes figure-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes figure-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes figure-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes figure-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes figure-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.ghlink {
  display: none;
  opacity: 0;
  z-index: 111; }
  .ghlink.active {
    display: inline;
    opacity: 1;
    -webkit-animation-name: figure-fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    /* forward prevents the animation from restarting! */
    -moz-animation-name: figure-fade;
    -moz-animation-duration: 2s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: figure-fade;
    -ms-animation-duration: 2s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: 1;
    -o-animation-name: figure-fade;
    -o-animation-duration: 2s;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: 1;
    animation-name: figure-fade;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1; }

.ghicon {
  opacity: inherit;
  height: 2em;
  display: inherit;
  z-index: 111;
  position: absolute;
  bottom: 14.5em;
  left: 46%; }
  @media (min-width: 360px) {
    .ghicon {
      bottom: 14.5rem; } }
  @media (min-width: 464px) {
    .ghicon {
      bottom: 6rem; } }
  .ghicon.active {
    display: inline;
    cursor: pointer; }
  .ghicon:hover {
    cursor: pointer; }

.arrow {
  display: none;
  z-index: 111;
  height: 2em;
  position: absolute;
  bottom: 1em;
  left: 47%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  cursor: pointer; }
  .arrow.active {
    display: inline;
    opacity: 1;
    -webkit-animation-name: figure-fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    /* forward prevents the animation from restarting! */
    -moz-animation-name: figure-fade;
    -moz-animation-duration: 2s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: figure-fade;
    -ms-animation-duration: 2s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: 1;
    -o-animation-name: figure-fade;
    -o-animation-duration: 2s;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: 1;
    animation-name: figure-fade;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1; }
  .arrow:hover {
    cursor: pointer; }

.profile-text {
  display: none;
  opacity: 0;
  width: 90vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  word-wrap: break-word;
  position: absolute;
  left: -24%;
  top: 30%;
  margin: 2em 8em 0 8em;
  position: absolute;
  color: #fff; }
  @media (min-width: 360px) {
    .profile-text {
      max-width: 80%;
      left: -25%;
      top: 32%; } }
  @media (min-width: 464px) {
    .profile-text {
      top: 33%;
      left: -10%;
      width: 72%;
      text-align: left; } }
  @media (min-width: 1200px) {
    .profile-text {
      font-size: 120%; } }
  .profile-text.active {
    display: inline;
    opacity: 1;
    -webkit-animation-name: figure-fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    /* forward prevents the animation from restarting! */
    -moz-animation-name: figure-fade;
    -moz-animation-duration: 2s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: figure-fade;
    -ms-animation-duration: 2s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: 1;
    -o-animation-name: figure-fade;
    -o-animation-duration: 2s;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: 1;
    animation-name: figure-fade;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    z-index: 111; }

.profile-name {
  left: -15%;
  top: 0%;
  display: none;
  font-size: 1.2em;
  text-align: left;
  position: absolute; }
  @media (min-width: 360px) {
    .profile-name {
      left: -10%;
      top: 2%; } }
  @media (min-width: 464px) {
    .profile-name {
      font-size: 200%;
      letter-spacing: 0.5em;
      text-align: left;
      top: 2%;
      left: -25%;
      word-break: normal; } }
  @media (min-width: 1200px) {
    .profile-name {
      top: 2%;
      left: -13%; } }
  .profile-name.active {
    display: inline;
    opacity: 1;
    -webkit-animation-name: figure-fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    /* forward prevents the animation from restarting! */
    -moz-animation-name: figure-fade;
    -moz-animation-duration: 2s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: figure-fade;
    -ms-animation-duration: 2s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: 1;
    -o-animation-name: figure-fade;
    -o-animation-duration: 2s;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: 1;
    animation-name: figure-fade;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    z-index: 111; }

.hero-text-container {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: #fff;
  width: 100%; }

.hero-text {
  word-wrap: break-word;
  margin: 0 3em 0 3em;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #2E3641; }
  @media (min-width: 900px) {
    .hero-text {
      font-size: 1.4rem; } }
  @media (min-width: 1200px) {
    .hero-text {
      font-size: 1.6rem; } }

.hero-h1 {
  align-self: center;
  font-size: 3em;
  margin: 0;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg); }
  @media (min-width: 464px) {
    .hero-h1 {
      font-size: 6em; } }
  .hero-h1.active {
    opacity: 0; }

/*------------------------ Navigation*/
/*------------------------ MJM  logo*/
.logo {
  height: 4em;
  margin-left: 24px;
  z-index: 10; }
  .logo:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  @media (min-width: 704px) {
    .logo {
      height: 5em; } }

/*------------------------- Mobile Navigation */
/*------------------------- Hamburger icon */
#menu {
  height: 5.5em;
  width: 4.5em;
  position: fixed;
  top: 0.2em;
  right: 24px;
  cursor: pointer;
  /* z-index 11 to alwaus stay on top*/
  z-index: 11; }
  @media (min-width: 704px) {
    #menu {
      height: 6em;
      width: 5.5em;
      top: 0; } }
  @media (min-width: 900px) {
    #menu {
      visibility: hidden; } }

/*------------------------ Mobile Navigation that shows as a full-screen overlay with js-function */
.overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 0;
  position: fixed;
  right: 0;
  top: 24px;
  background: #fa7f7f;
  overflow-x: hidden;
  padding-top: 32px;
  z-index: 10;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.overlay-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 36px;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg); }

.overlay a {
  padding: 8px;
  color: white;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 1.5em;
  transition: 0.5s; }
  @media (min-width: 704px) {
    .overlay a {
      font-family: "Montserrat", sans-serif;
      line-height: 1.5;
      font-size: 2em; } }

.overlay a:hover,
.overlay a:focus {
  color: #CCD7E4; }

.arrow-nav {
  height: 1.5em;
  margin: 1em; }

/*------------------------ Primary navigation in header for min-width 900px*/
.header_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 1.5em;
  visibility: hidden;
  width: 100%; }
  @media (min-width: 900px) {
    .header_nav {
      visibility: visible; } }

.nav_link {
  margin-right: 48px; }
  .nav_link:last-child {
    margin-right: 24px; }

.header_nav a {
  color: #c2fcd9; }

.header_nav a:hover,
.header_nav a:focus {
  color: white; }

/*------------------------ Animation for background when page is scrolled */
@-webkit-keyframes head-fade {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }
@-moz-keyframes head-fade {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }
@-ms-keyframes head-fade {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }
@-o-keyframes head-fade {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }
@keyframes head-fade {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }
@media (min-width: 900px) {
  .nav_background {
    background: #2E3641;
    -webkit-animation-name: head-fade;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    /* forward prevents the animation from restarting! */
    -moz-animation-name: head-fade;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: head-fade;
    -ms-animation-duration: 0.5s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: 1;
    -o-animation-name: head-fade;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: 1;
    animation-name: head-fade;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1; } }

/*--------------------- Contact page */
/*--------------------- Background divs */
/*--------------------- Yellow top div */
.yellow-topbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f8fba2;
  width: 180vw;
  height: 26rem;
  margin-top: 64px;
  z-index: 2;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg); }
  @media (min-width: 375px) {
    .yellow-topbox {
      margin-top: 80px; } }
  @media (min-width: 464px) {
    .yellow-topbox {
      margin-top: 112px; } }
  @media (min-width: 704px) {
    .yellow-topbox {
      height: 36rem;
      flex-direction: row;
      margin-top: 160px; } }

.red-midbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fa7f7f;
  color: white;
  width: 180vw;
  height: 26em;
  margin-top: 48px;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg); }
  @media (min-width: 1200px) {
    .red-midbox {
      height: 36em; } }

.gray-bottombox {
  width: 100vw;
  height: 20rem;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 1;
  background: #9EB2C0;
  display: none; }
  @media (min-width: 704px) {
    .gray-bottombox {
      display: block; } }
  @media (min-width: 1200px) {
    .gray-bottombox {
      height: 36em; } }

.yellow-container {
  height: 26em;
  width: 50%;
  max-width: 780px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg); }
  @media (min-width: 704px) {
    .yellow-container {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-right: 120px; } }
  @media (min-width: 900px) {
    .yellow-container {
      height: 36rem; } }

.contact-section-1 {
  margin-bottom: 24px; }
  @media (min-width: 464px) {
    .contact-section-1 {
      width: 26em;
      margin-top: 48px; } }
  @media (min-width: 704px) {
    .contact-section-1 {
      margin-right: -31.2px;
      margin-top: -48px; } }
  @media (min-width: 900px) {
    .contact-section-1 {
      width: 30em;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .contact-section-1 {
      width: 48.75em; } }

/*-----------------------Header contact-page*/
.contact-hero {
  word-wrap: break-word;
  text-align: center;
  color: #2E3641; }
  @media (min-width: 704px) {
    .contact-hero {
      font-family: "Montserrat", sans-serif;
      line-height: 1.5;
      font-size: 2.5em; } }
  @media (min-width: 900px) {
    .contact-hero {
      font-family: "Montserrat", sans-serif;
      line-height: 1.5;
      font-size: 3em; } }
  @media (min-width: 1200px) {
    .contact-hero {
      font-size: 56px; } }

/*------------------------ Settings for circles with icons for address, phone and email with 3D flipping style*/
.container-circles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg); }
  @media (min-width: 704px) {
    .container-circles {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 28.8px;
      margin-top: 156px;
      -webkit-transform: rotate(60deg);
      -moz-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      transform: rotate(60deg); } }
  @media (min-width: 900px) {
    .container-circles {
      margin-top: 228px;
      margin-right: 33.6px; } }
  @media (min-width: 1200px) {
    .container-circles {
      margin-top: 264px;
      margin-right: 36px; } }

.contact_circle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #fa7f7f;
  border-radius: 50%;
  width: 6em;
  height: 6em;
  border: 0.5em solid #2E3641;
  margin: -0.5em;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg); }
  .contact_circle:first-child {
    background: #CCD7E4; }
  .contact_circle:last-child {
    background: #a0e4b0; }
  .contact_circle:hover {
    z-index: 30;
    cursor: pointer;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  @media (min-width: 375px) {
    .contact_circle {
      margin: 5.33333px; } }
  @media (min-width: 464px) {
    .contact_circle {
      margin: 16px; } }
  @media (min-width: 704px) {
    .contact_circle {
      width: 7.5em;
      height: 7.5em;
      -webkit-transform: rotate(-60deg);
      -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg); } }
  @media (min-width: 900px) {
    .contact_circle {
      width: 8em;
      height: 8em; } }

.front,
.back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.info_icon {
  width: 60%; }

.info {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear; }

.contact_circle:hover .info {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible; }

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.face.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  text-align: center; }

.contact-text {
  color: #2E3641;
  font-size: 0.5em;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg); }
  @media (min-width: 375px) {
    .contact-text {
      font-size: 0.6em; } }
  @media (min-width: 704px) {
    .contact-text {
      font-size: 0.7em;
      -webkit-transform: rotate(-60deg);
      -moz-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      -o-transform: rotate(-60deg);
      transform: rotate(-60deg); } }
  @media (min-width: 900px) {
    .contact-text {
      font-size: 0.8em; } }

#email-span {
  font-family: "Playfair Display", serif;
  color: #2E3641; }

.contact-section-2 {
  width: 50%;
  max-width: 780px;
  margin: 24px;
  text-align: center;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg); }
  @media (min-width: 1200px) {
    .contact-section-2:first-child {
      font-family: "Montserrat", sans-serif;
      line-height: 1.5;
      font-size: 2em; } }

.text-section-2 {
  font-size: 19.2px; }
  @media (min-width: 704px) {
    .text-section-2 {
      font-size: 24px; } }

.formContainer {
  display: flex;
  width: 100vw;
  max-width: 1200px;
  height: 22em;
  position: relative; }
  @media (min-width: 360px) {
    .formContainer {
      height: 25em; } }
  @media (min-width: 375px) {
    .formContainer {
      height: 28em; } }
  @media (min-width: 464px) {
    .formContainer {
      height: 41em; } }
  @media (min-width: 704px) {
    .formContainer {
      height: 35em; } }
  @media (min-width: 900px) {
    .formContainer {
      height: 45em; } }
  @media (min-width: 1200px) {
    .formContainer {
      height: 55em; } }

/*------------------------Contact form with animation*/
@-webkit-keyframes formMove {
  from {
    top: -100em; }
  to {
    top: 0; } }
@-moz-keyframes formMove {
  from {
    top: -100em; }
  to {
    top: 0; } }
@-ms-keyframes formMove {
  from {
    top: -100em; }
  to {
    top: 0; } }
@-o-keyframes formMove {
  from {
    top: -100em; }
  to {
    top: 0; } }
@keyframes formMove {
  from {
    top: -100em; }
  to {
    top: 0; } }
.form_circle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background: #c2fcd9;
  border-radius: 50%;
  width: 95vw;
  height: 95vw;
  border: 0.5em solid #9EB2C0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-name: formMove;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  /* forward prevents the animation from restarting! */
  -moz-animation-name: formMove;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: 1;
  -ms-animation-name: formMove;
  -ms-animation-duration: 3s;
  -ms-animation-fill-mode: forwards;
  -ms-animation-iteration-count: 1;
  -o-animation-name: formMove;
  -o-animation-duration: 3s;
  -o-animation-fill-mode: forwards;
  -o-animation-iteration-count: 1;
  animation-name: formMove;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  z-index: 7; }
  @media (min-width: 704px) {
    .form_circle {
      width: 60vw;
      height: 60vw; } }
  @media (min-width: 1200px) {
    .form_circle {
      width: 48.75em;
      height: 48.75em; } }

.hero-form {
  word-wrap: break-word;
  margin: 0;
  margin-bottom: 8px;
  text-align: center;
  color: #2E3641; }
  @media (min-width: 704px) {
    .hero-form {
      margin-bottom: 16px;
      font-family: "Montserrat", sans-serif;
      line-height: 1.5;
      font-size: 1.5em; } }
  @media (min-width: 1200px) {
    .hero-form {
      font-family: "Montserrat", sans-serif;
      line-height: 1.5;
      font-size: 3em; } }

.contactform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.form-label {
  display: none; }
  @media (min-width: 900px) {
    .form-label {
      width: 50%;
      display: block;
      padding-right: 16px;
      text-align: left;
      color: #9EB2C0;
      padding-bottom: 0.2rem; } }
  @media (min-width: 1200px) {
    .form-label {
      padding-right: 32px; } }

.message {
  width: 50%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #CCD7E4; }
  @media (min-width: 704px) {
    .message {
      padding-bottom: 48px; } }
  @media (min-width: 1200px) {
    .message {
      padding: 16px;
      padding-bottom: 80px; } }

.message:focus {
  height: 6em;
  outline: none;
  border-color: #2E3641; }
  @media (min-width: 464px) {
    .message:focus {
      height: 8em; } }
  @media (min-width: 704px) {
    .message:focus {
      height: 10em; } }
  @media (min-width: 1200px) {
    .message:focus {
      height: 12em; } }

.text-field {
  width: 50%;
  padding: 0.5em;
  border: 1px solid #CCD7E4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 0.5em; }
  @media (min-width: 1200px) {
    .text-field {
      padding: 16px; } }

.text-field:focus {
  outline: none;
  border-color: #2E3641; }

.send-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 5em;
  width: 5em;
  background: #2E3641;
  color: #c2fcd9;
  cursor: pointer;
  border: 0;
  border-radius: 10em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 1.5em;
  margin: 0 auto;
  margin-top: 0.5em;
  margin-bottom: -2em;
  text-align: center;
  padding: 1em; }
  @media (min-width: 704px) {
    .send-button {
      margin-top: 24px; } }
  @media (min-width: 1200px) {
    .send-button {
      margin-top: 48px; } }

.send-button:hover {
  background: #c2fcd9;
  color: #2E3641;
  border: 0.2em solid #CCD7E4;
  padding: 0.9em; }
  @media (min-width: 1200px) {
    .send-button:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); } }

@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
@-ms-keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
.about-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 20rem;
  width: 180vw;
  background: #fa7f7f;
  margin-top: 112px;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: rotate(25deg) translate(-20%, 0);
  -moz-transform: rotate(25deg) translate(-20%, 0);
  -ms-transform: rotate(25deg) translate(-20%, 0);
  -o-transform: rotate(25deg) translate(-20%, 0);
  transform: rotate(25deg) translate(-20%, 0);
  text-align: left; }
  .about-box.is-active {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 66.5em;
    margin: 0 0 10em 0;
    -webkit-transform: translate(0, 10%);
    -moz-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%); }
    @media (min-width: 375px) {
      .about-box.is-active {
        height: 66em; } }
    @media (min-width: 464px) {
      .about-box.is-active {
        height: 68em; } }
    @media (min-width: 704px) {
      .about-box.is-active {
        height: 74em; } }
  @media (min-width: 464px) {
    .about-box {
      -webkit-transform: rotate(25deg) translate(-45%);
      -moz-transform: rotate(25deg) translate(-45%);
      -ms-transform: rotate(25deg) translate(-45%);
      -o-transform: rotate(25deg) translate(-45%);
      transform: rotate(25deg) translate(-45%); } }
  @media (min-width: 900px) {
    .about-box {
      margin-top: 192px; } }

.about-h1 {
  color: white;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 2.5em;
  margin: 0 2em 4em 0;
  cursor: pointer; }
  .about-h1:hover {
    color: #CCD7E4; }
  .about-h1.is-active {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    margin: 0; }
    @media (min-width: 900px) {
      .about-h1.is-active {
        margin: 1em; } }

.about-h4 {
  text-align: center;
  color: #2E3641; }

.about-article {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 100vw;
  margin: 0;
  opacity: 0;
  display: none;
  background: white; }
  .about-article.is-active {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    /* forward prevents the animation from restarting! */
    -moz-animation-name: fade;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: fade;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: 1;
    -o-animation-name: fade;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: 1;
    animation-name: fade;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.about-p {
  margin: 0 16px 16px 16px;
  display: inherit;
  opacity: inherit;
  width: 80vw;
  color: #2E3641;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  @media (min-width: 464px) {
    .about-p {
      max-width: 425px; } }
  @media (min-width: 704px) {
    .about-p {
      max-width: 580px; } }
  @media (min-width: 900px) {
    .about-p {
      width: 780px; } }

.about-img {
  width: 80vw; }
  @media (min-width: 464px) {
    .about-img {
      max-width: 425px; } }
  @media (min-width: 704px) {
    .about-img {
      max-width: 580px; } }
  @media (min-width: 900px) {
    .about-img {
      width: 40em; } }

.arrow-about {
  cursor: pointer;
  display: none;
  height: 2em;
  margin: 1em; }
  .arrow-about.is-active {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    /* forward prevents the animation from restarting! */
    -moz-animation-name: fade;
    -moz-animation-duration: 2s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: fade;
    -ms-animation-duration: 2s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: 1;
    -o-animation-name: fade;
    -o-animation-duration: 2s;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: 1;
    animation-name: fade;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    display: inline;
    opacity: 1; }

@-webkit-keyframes fade {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: flex; } }
@-moz-keyframes fade {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: flex; } }
@-ms-keyframes fade {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: flex; } }
@-o-keyframes fade {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: flex; } }
@keyframes fade {
  from {
    opacity: 0;
    display: none; }
  to {
    opacity: 1;
    display: flex; } }
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
@-moz-keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
@-ms-keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
@-o-keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
@keyframes fade-out {
  from {
    opacity: 1;
    display: flex; }
  to {
    opacity: 0;
    display: none; } }
.work-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 20rem;
  width: 180vw;
  background: #c2fcd9;
  margin-top: 112px;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: rotate(25deg) translate(-20%, 0);
  -moz-transform: rotate(25deg) translate(-20%, 0);
  -ms-transform: rotate(25deg) translate(-20%, 0);
  -o-transform: rotate(25deg) translate(-20%, 0);
  transform: rotate(25deg) translate(-20%, 0);
  text-align: left; }
  .work-box.is-active {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: auto;
    margin: 0 0 10em 0;
    -webkit-transform: translate(0, 10%);
    -moz-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%); }
  @media (min-width: 464px) {
    .work-box {
      -webkit-transform: rotate(25deg) translate(-45%);
      -moz-transform: rotate(25deg) translate(-45%);
      -ms-transform: rotate(25deg) translate(-45%);
      -o-transform: rotate(25deg) translate(-45%);
      transform: rotate(25deg) translate(-45%); } }
  @media (min-width: 900px) {
    .work-box {
      margin-top: 192px; } }

.work-article {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 100vw;
  margin: 0;
  opacity: 0;
  display: none;
  background: white; }
  .work-article.is-active {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    /* forward prevents the animation from restarting! */
    -moz-animation-name: fade;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: 1;
    -ms-animation-name: fade;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-iteration-count: 1;
    -o-animation-name: fade;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: 1;
    animation-name: fade;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.work-p {
  display: inherit;
  opacity: inherit;
  width: 80vw;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  @media (min-width: 464px) {
    .work-p {
      max-width: 425px; } }
  @media (min-width: 704px) {
    .work-p {
      max-width: 580px; } }
  @media (min-width: 900px) {
    .work-p {
      width: 780px; } }

a {
  text-decoration: none; }

#workfix {
  color: #2E3641; }
  #workfix:hover {
    color: #CCD7E4; }

.work-h1 {
  color: #2E3641;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 2.5em;
  margin: 0 2em 4em 0;
  cursor: pointer; }
  .work-h1:hover {
    color: #CCD7E4; }
  .work-h1.is-active {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    margin: 0; }
    @media (min-width: 900px) {
      .work-h1.is-active {
        margin: 1em; } }

.work-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 320px;
  max-width: 1220px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  @media (min-width: 464px) {
    .work-container {
      max-width: 425px; } }
  @media (min-width: 704px) {
    .work-container {
      max-width: 580px; } }
  @media (min-width: 900px) {
    .work-container {
      width: 780px; } }

.work-h4 {
  text-align: left;
  line-height: 1em;
  margin: 0.7em 0 0.7em 0;
  color: #2E3641; }

.work-img {
  width: 100%;
  height: auto; }
  @media (min-width: 704px) {
    .work-img {
      width: 100%;
      height: auto; } }

.bggreen {
  background: #c2fcd9; }

.bgred {
  background: #fa7f7f; }

.bggray {
  background: #CCD7E4; }

.bgyellow {
  background: #f8fba2; }

.flex-item {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin: 3px;
  padding: 5px 0 0 5px; }
  @media (min-width: 464px) {
    .flex-item {
      max-width: 425px; } }
  @media (min-width: 704px) {
    .flex-item {
      max-width: 580px; } }
  @media (min-width: 900px) {
    .flex-item {
      width: 780px; } }

.info-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .info-container p {
    padding: 0;
    margin: 0 0 10px; }

/* ---------------------- Preparing styles */
html,
body,
div,
header,
nav,
section,
footer,
aside,
article,
figure,
form {
  margin: 0;
  padding: 0; }

html,
nav,
main,
footer,
section {
  display: block; }

html {
  -webkit-text-size-adjust: 100%; }

/*------------------------main content*/
noscript {
  background: #fa7f7f;
  text-align: center;
  color: white;
  font-family: "Playfair Display", serif;
  padding: 2.5em;
  z-index: 1000; }

.noscript-footer {
  padding: 0;
  background: #2E3641; }

.noscript-footer a {
  color: #c2fcd9;
  font-size: 0.5em;
  margin-bottom: -16px;
  padding: -16px; }
  .noscript-footer a:hover {
    color: white; }

/* height to 100%, margin to 0% to create sticky footer */
html {
  height: 100%; }

body {
  font-size: 16px;
  width: 100%;
  /* min-height to 100% to create sticky footer for flexbox*/
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #2E3641;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/*------------------------typography*/
h1 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 3em; }

h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 2.5em; }

h3 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 2em; }

h4 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 1.5em; }

h5 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 1.2em; }

h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 0.6em; }

p,
span {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em; }

a,
label,
input[type=submit] {
  font-family: "Montserrat", sans-serif;
  text-decoration: none; }

a:hover {
  cursor: pointer; }

/*------------------------ Wrapper for all content */
.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* flex-grow 1 to create sticky footer for flexbox*/
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 2560px;
  height: auto;
  table-layout: fixed;
  margin: 0 auto;
  background: #2E3641;
  /*relative to set svg in top right corner with absolute positioning*/
  position: relative;
  /*hide overflow for divs that go outside the wrapper*/
  overflow: hidden; }

/*------------------------- Fixed header*/
header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 100%;
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  height: 6em; }
  @media (min-width: 900px) {
    header {
      padding-top: 8px;
      padding-bottom: 8px; } }

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 9; }
  @media (min-width: 464px) {
    .header {
      width: 100vw; } }

/*------------------------- Footer*/
.footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  color: #CCD7E4;
  text-align: center; }
  @media (min-width: 900px) {
    .footer {
      font-family: "Montserrat", sans-serif;
      line-height: 1.5;
      font-size: 1.5em; } }

.footer h6 {
  margin: 8px; }

.link {
  color: #CCD7E4; }
  .link:hover {
    color: white; }

/*------------------------- Divs for anchor points*/
#about {
  position: absolute;
  visibility: hidden;
  top: 0%;
  right: 50em; }

#work {
  position: absolute;
  visibility: hidden;
  top: -20%;
  right: 50em; }

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