﻿/*All devices*/

@media screen and (min-width:0px) {
  :root {
    /*Defaults*/
    --defaultFontSize: 13px;
  }

  html {
    color: var(--defaultFontColor);
    font-family: var(--defaultFontFamily);
    font-size: var(--defaultFontSize);
    scroll-snap-type: y mandatory;
  }

  html, body {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    line-height: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*user-select: none;*/
  }

  .burger {
    width: 40px;
    height: 57px;
    margin-right: 20px;
  }

  .mainContainer {
    position: relative;
  }


  #desktopHeader {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
  }

  #masterFooter {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    bottom: 0;
  }

    #masterFooter a {
      text-decoration: none;
      color: var(--defaultFontColor);
    }

    #masterFooter .strap {
      color: var(--colorRadiusBlue);
    }

  .pane {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    width: 100%;
    min-height: 100vh;
  }

  .freePane {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    width: 100%;
    /*height:fit-content;*/
  }

  .lines {
    pointer-events: none;
    display: block;
    z-index: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }

  .desktopTopMenuItem {
    font-weight: var(--fontWeight-Light);
    color: var(--defaultFontColor);
    text-decoration: none;
    transition: 0.25s ease-out;
  }

  a.desktopTopMenuItem.selected, a.desktopTopMenuItem:hover {
    color: var(--colorRadiusBlue);
    border: 1px solid var(--colorRadiusBlue);
  }

  #keepScrolling {
    position: absolute;
    z-index: 1;
    font-weight: var(--fontWeight-Light);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    animation: bounce 2s infinite;
  }

  #keepScrolling {
    font-size: 10px;
  }

  #keepScrollingArrow {
    margin-right: 4px;
    height: 10px;
  }

  #keepScrolling {
    height: 20px;
    left: 20px;
    bottom: 20px;
  }

  #desktopHeader {
    height: 80px;
  }

  #desktopHeaderLogo {
    margin-left: 20px;
    height: 40px;
  }

  .desktopTopMenu {
    display: none;
  }

  .mobileTopMenu {
    position: fixed;
    top: 0px;
    right: 0px;
  }
}

@media screen and (min-width:667px) {
  :root {
    /*Defaults*/
    --defaultFontSize: 18px;
  }

  .burger {
    margin-right: 40px;
  }

  .desktopTopMenu {
    margin-right: 60px;
  }


  #desktopHeader {
    height: 80px;
  }

  #keepScrolling {
    font-size: 11px;
  }
}

@media screen and (min-width:1280px) {
  :root {
    /*Defaults*/
    --defaultFontSize: 20px;
  }

  .mobileTopMenu {
    display: none;
  }

  .burger {
    display: none;
  }

  .desktopTopMenu {
    display: block;
  }

  #masterFooter {
    font-size: 10pt;
    height: 53px;
    padding: 0 40px;
    width: calc(100% - 80px);
  }

  #keepScrolling {
    font-size: 14px;
  }

  #keepScrollingArrow {
    margin-right: 4px;
    height: 10px;
  }

  #keepScrolling {
    height: 20px;
    left: 40px;
    bottom: 40px;
  }

  .desktopTopMenu {
    margin-right: 68px;
  }

  #desktopHeader {
    height: 80px;
  }


  .desktopTopMenuItem {
    font-size: 14px;
    padding: 15px 0px;
  }

  a.desktopTopMenuItem.selected, a.desktopTopMenuItem:hover {
    padding: 15px 20px;
    margin: 0 5px;
    border-radius: 40px;
  }

  #desktopHeaderLogo {
    margin-left: 40px;
    height: 46.6666px;
  }
}

@media screen and (min-width:1440px) {
  :root {
    /*Defaults*/
    --defaultFontSize: 22px;
  }

  #masterFooter {
    font-size: 11pt;
    height: 60px;
    padding: 0 40px;
    width: calc(100% - 80px);
  }

  #keepScrolling {
    font-size: 15px;
  }

  #keepScrollingArrow {
    margin-right: 5px;
    height: 11.25px;
  }

  .desktopTopMenu {
    margin-right: 90px;
  }

  #desktopHeader {
    height: 90px;
  }


  .desktopTopMenuItem {
    font-size: 15px;
    padding: 18px 0;
  }

  a.desktopTopMenuItem.selected, a.desktopTopMenuItem:hover {
    padding: 18px 27px;
    border-radius: 40px;
  }

  #desktopHeaderLogo {
    margin-left: 45px;
    height: 52.5px;
  }
}

@media screen and (min-width:1920px) {
  :root {
    /*Defaults*/
    --defaultFontSize: 30px;
  }

  #masterFooter {
    font-size: 15pt;
    height: 80px;
    padding: 0 60px;
    width: calc(100% - 120px);
  }

  #keepScrolling {
    font-size: 20px;
  }

  #keepScrollingArrow {
    margin-right: 7px;
    height: 15px;
  }

  #desktopHeader {
    height: 120px;
  }

  .desktopTopMenuItem {
    font-size: 20px;
  }

  a.desktopTopMenuItem.selected, a.desktopTopMenuItem:hover {
    padding: 24px 36px;
    border-radius: 40px;
  }


  #desktopHeaderLogo {
    margin-left: 60px;
    height: 70px;
  }
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

:root {
  /*Defaults*/
  /*--defaultFontSize: 13px;*/
  --defaultFontFamily: 'Apercu';
  --defaultFontColor: #333333;
  /*Colors*/
  --colorRadiusBlue: #5a80fe;
  --colorRadiusBlueTransparent: #5a80fe00;
  --colorBackgroundGrey: #333333;
  /*Font weights*/
  --fontWeight-Thin: 100;
  --fontWeight-ExtraLight: 200;
  --fontWeight-Light: 300;
  --fontWeight-Normal: 400;
  --fontWeight-Medium: 500;
  --fontWeight-SemiBold: 600;
  --fontWeight-Bold: 700;
  --fontWeight-ExtraBold: 800;
  --fontWeight-Black: 900;
}
