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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex; 
    flex-direction: column;
    background: #efefef;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
    font-family: 'Gotham Regular';
    src: url('fonts/gotham-light_01-webfont.woff2') format('woff2'),
         url('fonts/gotham-light_01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/gotham-bold_0-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body, html {
    height: 100%;
}

body {
    font-family: 'Gotham Regular';
    color: #323232;
    line-height: 24px;
}

section  img {
    width: 77%;
    margin-top: 30px;
    margin-bottom: 30px;
}

body  .scroll-content > .content > section  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    margin: auto;
    margin-bottom: 45px;
    position: relative;
    text-align: center;
}

body  .scroll-content > .content > section.first  {
    min-height: 76vh;
 }

 .chevron-wrap {
     position: absolute;
     bottom: 0;
     padding-bottom: 12px;
     font-size: 14px;
     text-align: center;
     left: 0;
     right: 0;  

 }
@media (max-width: 666px) {
    .chevron-wrap .label{
        display: none;
    }
}



 body  .scroll-content > .content > section .chevron {
     background: url(chevron.svg) no-repeat 50% 100%;
     background-size: 13px 13px;
     width: 13px;
     height: 12px;
     margin: auto;
     margin-top: 10px;


    -webkit-animation-name: chevron-moving;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;

    -moz-animation-name: chevron-moving;
    -moz-animation-timing-function: linear;
    -moz-animation-direction: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 1s;

    animation-name: chevron-moving;
    animation-timing-function: linear;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-duration: 1s;

 }

 p.subtitle {
     max-width: 768px;
 }


body  .scroll-content > .content > section  {
    justify-content: center;
    width: 90%;
    max-width: 1024px;
}


.burger {
    position: absolute;
}

.content {
    flex: 10;
    flex-direction: column;
    height: 100%;
}

.sections-wrap {
       overflow-y: scroll; 
       -webkit-overflow-scrolling: touch;
}


a, a:visited {
    color: #323232;
    text-decoration: none;
}

nav > a {
    margin-right: 1em;
}

.first header {
    text-align: center;
}



header h1, .burger-menu li {
    font-size: 2em;
    line-height: 133%;
    font-family: 'Gotham Bold';
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.burger-menu li {
        display: block;
}

@media (min-width: 500px) {
    header h1, .burger-menu li {
        font-size: 6.4vw;
    }
}

@media (min-width: 1024px) {
    header h1 {
        font-size: 4.7em;
    }
}

h2 {
    line-height: 60px;
    font-family: 'Gotham Bold';
    font-size: 1.3em;
}

h1 > p {
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
    font-family: 'Gotham Regular';
}

h1.haugas {
    margin-bottom: 45px;
}



header h1 > span {
    color: #c13e3e;
    position: relative;
}



section.content > section p {
    margin-bottom: 4px;
    line-height: 177%;
    font-size: 16px;
}

@media (max-width: 767px) {
    section.content > section p {
        
    }
}

.burger-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 2002;
}

.burger-menu {
    background: #efefef;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2000;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    text-align: center;
}

.burger-menu ul {
    font-family: 'Gotham Bold';
    color: #c13e3e;
}

.burger-menu li a, 
.burger-menu li a:hover
{
   color: #c13e3e;
   border-bottom: none;
}

.burger-menu li a:hover
{


}



section.content > section p.readmore {
    margin-top: 24px;
}

section.content > section a, 
a{
    border-bottom: 1px dotted #dedede;
}




ul.blog > li {
    position: relative;
    margin-bottom: 8px;
}

ul.blog {
    font-size: 0.85em;
}

ul.articles li {
    margin-bottom: 4px;
}

ul.blog > li > span {
    position: absolute;
    left: -50px;
    color: #a2a2a2;
    display: none;
}

.skyIsTheLimit {
    position:relative;
    height: 24vh;
    z-index: 999;
    transform: translateZ(0);
    background-color: black;
}

.skyIsTheLimit::after {
    content: "";
    position: absolute;
    top:0;
    bottom: -4px;
    left:0;
    right: 0;
    background-position: 50% 101%;
    background-size: 77%;
    background-repeat: repeat-x;
    background-image: url(svg/largecloud.svg);

}

.center {
    text-align: center;
}

.clouds {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.skyIsTheLimit.scrolled {
    flex: 2;
}

.skyIsTheLimit > img.balloon1 {
    position: absolute;
    top: 20%;
    left: 44%;
}

.skyIsTheLimit > img.balloon2 {
    position: absolute;
    left: 50%;
}


@-webkit-keyframes chevron-moving {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }


  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes chevron-dots {
  0% {
      height: 15px;
  }

  50% {
      height: 21px;
  }


  100% {
      height: 15px;

  }
}


@-webkit-keyframes balloon-chilling {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translate(1000px, 100px);
    -moz-transform: translateY(100px);
    transform: translate(1000px, 100px);
  }


  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes cloud-movement {
  0% {
    opacity: 0.1;
    -webkit-transform: translateX(133vw);
    -moz-transform: translateX(133vw);
    transform: translateX(133vw);
  }
  10% {

    opacity: 1;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.0;
    -webkit-transform: translateX(0vw);
    -moz-transform: translateX(0vw);
    transform: translateX(0vw);
  }
}

@-webkit-keyframes cloud-movement1 {
  0% {
    opacity: 0.1;
    -webkit-transform: translateX(77vw);
    -moz-transform: translateX(77vw);
    transform: translateX(77vw);
  }
  10% {

    opacity: 1;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.0;
    -webkit-transform: translateX(0vw);
    -moz-transform: translateX(0vw);
    transform: translateX(0vw);
  }
}

.cloud {
  -webkit-animation-name: cloud-movement;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;

  -moz-animation-name: cloud-movement;
  -moz-animation-timing-function: linear;
  -moz-animation-direction: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;

  animation-name: cloud-movement;
  animation-timing-function: linear;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-duration: 8s;

  right: 100%;
  position: absolute;

}


.cloud-center {
  -webkit-animation-name: cloud-movement1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 8s;

  -moz-animation-name: cloud-movement1;
  -moz-animation-timing-function: linear;
  -moz-animation-direction: forwards;
  -moz-animation-iteration-count: 1;
  -moz-animation-duration: 8s;

  animation-name: cloud-movement1;
  animation-timing-function: linear;
  animation-direction: forwards;
  animation-iteration-count: 1;
  animation-duration: 8s;

  right: 100%;
  position: absolute;

}


.slower {
  -webkit-animation-duration: 22s;
  -moz-animation-duration: 22s;
  animation-duration: 22s;
}

.slowest {
  -webkit-animation-duration: 33s;
  -moz-animation-duration: 33s;
  animation-duration: 33s;
}

.superslow {
  -webkit-animation-duration: 45s;
  -moz-animation-duration: 45s;
  animation-duration: 45s;
}


@-webkit-keyframes balloon-two-chilling {
  0% {
    -webkit-transform: translate(0, 15vh);

  }

  50% {
    -webkit-transform: translate(50px, 10vh);

  }


  100% {
    -webkit-transform: translate(0,5vh);

  }
}

@-webkit-keyframes balloon-two-chilling-phone {
  0% {
    -webkit-transform: translate(0, 8vh);

  }

  50% {
    -webkit-transform: translate(0, 4vh);

  }


  100% {
    -webkit-transform: translate(0,5vh);

  }
}

@-webkit-keyframes balloon-rotating {
  0% {
    -webkit-transform: rotate(0deg);

  }

  33% {
    -webkit-transform: rotate(-2deg);
  }


  66% {
    -webkit-transform: rotate(2deg);
  }

  
  100% {
    -webkit-transform: rotate(0);

  }
}

.balloon {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation: balloon-two-chilling 400s forwards;
}

.balloon2 {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation: balloon-two-chilling 60s forwards;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 20vw;
    max-width: 200px;
    z-index: 1000;
}

.balloon2 > img {
    width: 20vw;
    max-width: 200px;

}

.balloon-rotate {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation: balloon-rotating 10s forwards infinite;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 

    .chevron-wrap .label {
        display: none;
    }

    .balloon2 {
        display: none;
    }
}




@-webkit-keyframes burgerAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.95;
  }
}

@keyframes burgerAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.95;
  }
}

@-webkit-keyframes burgerAnimationBack {
  from {
    opacity: 0.95;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  to {
    opacity: 0;
    z-index: 0;

    
  }
}

@keyframes burgerAnimationBack {
  from {
    opacity: 0.95;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  to {
    opacity: 0;
    z-index: 0;

  }
}


@-webkit-keyframes menuitemAnimation {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -120vh, 0) scale(0);
    transform:  translate3d(0, -120vh, 0) scale(0);
    
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #842C2E!important;
}



.menu-open .fadeInDown1, .menu-open .fadeInDown2, .menu-open .fadeInDown3  {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    display: block;
}

.menu-open .fadeInDown1 {
    animation-delay: 0.1s;
}

.menu-open .fadeInDown2 {
  animation-delay: 0.2s;
}

.menu-open .fadeInDown3 {
  animation-delay: 0.3s;
}

.burgerAnimation {
    opacity: 0.95;
    -webkit-animation-name: burgerAnimation;
    animation-name: burgerAnimation;
    animation-duration: 2s;
    animation-direction: forwards;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.burgerAnimationBack {
    -webkit-animation-name: burgerAnimationBack;
    animation-name: burgerAnimationBack;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
     -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
