html {
  overflow: hidden;
}

*:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: rgb(0 177 64) !important;
    -webkit-background-clip: text;
}

@media screen and (min-width : 1243px) {
  @font-face {
    font-family: swisBold;
    src: url(Swis721_BT_Bold.ttf);
  }

  a {
    text-decoration: none;
    color: rgb(0 177 64);
    z-index: 2;
  }

  @font-face {
    font-family: swisBoldExtended;
    src: url(swiss_721_bold_extended_bt.ttf);
  }

  body {
    margin: 0px;
    color: rgb(0 177 64);
    overflow: hidden;
    height: 100vh;
    position: fixed;
  }

  .blend {
    transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    height: 100%;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
  }

  .screenContainer {
    width: 100vw;
    height: 100vh;
    z-index: 0;
  }
  .mobile-logo-wrapper {
    display: none;
  }

  #logo {
    display: block;
    width: calc(100vw - 72px);
    height: calc(50vh - 49px);
    position: fixed;
    top: 36px;
  }

  #logo2 {
    display: block;
    width: calc(100vw - 72px);
    height: calc(50vh - 49px);
    bottom: 28px;
    position: fixed;
  }

  #issuenumber {
    display: inline;
    font-family: swisBoldExtended;
    font-size: 9.5em;
    line-height: .95em;
    position: fixed;
    margin: 0;
    bottom: 21px;
  }

  #screen1 {
    width: calc(100vw - 72px);
    height: calc(100vh - 72px);
    margin: 36px;
    top: 0px;
    position: fixed;
    opacity: 1;
    z-index: 10;
  }

  #screen2 {
    /* width:100%; */
    height: calc(100vh - 60px);
    top: 0;
    left: 0;
    padding-top: 32px;
    padding-bottom: 28px;
    padding-left: 36px;
    padding-right: 36px;
    font-family: swisBold;
    text-align: justify;
    font-size: 1.75em;
    line-height: 1.05em;
    letter-spacing: -.025em;
    opacity: .15;
    z-index: -50;
    overflow: scroll;
  }

  #credits {
    position: fixed;
    bottom: 28px;
    width: calc(100vw - 72px);
  }

  #screen3 {
    width: calc(100vw - 72px);
    /* height:calc(100vh - 72px); */
    top: 0px;
    margin-top: 18px;
    margin-left: 24px;
    margin-right: 24px;
    font-family: swisBoldExtended;
    font-size: 9.5em;
    line-height: .95em;
    position: fixed;
    opacity: 0;
    z-index: -100;
  }

  #address {
    width: 96%;
    font-family: swisBold;
    text-align: justify;
    font-size: .185em;
    margin-top: .54em;
    line-height: 1.05em;
    letter-spacing: -.02em;
    text-align: center;
    position: fixed;
    bottom: 28px;
  }

  .centered {
    text-align: center;
  }

  .subscribe {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: swisBoldExtended;
    color: rgb(0 177 64);
    font-size: 1em;
    line-height: .95em;
    display: flex;
    align-items: center;
    justify-content: left;
    border: .14em solid rgb(0 177 64);
    margin-left: 12px;
    margin-top: .12em;
    margin-bottom: .12em;
    padding-left: 0.2em;
    padding-right: 0;
    height: 1.86em;
    width: calc(100vw - 72px);
    overflow: hidden;
  }

  .button {
    background: none;
    border: none;
    font-family: swisBoldExtended;
    color: rgb(0 177 64);
    font-size: 1em;
    line-height: .95em;
    cursor: pointer;
    text-align:left;
    padding:0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .mobile-logo-wrapper {
    display: none;
  }

  #logo {
    display: block !important;
  }

  #logo2 {
    display: block !important;
  }

  #issuenumber {
    display: inline !important;
  }
}

@media screen and (max-width : 1242px) {
  #logo {
    display: none;
  }

  #logo2 {
    display: none;
  }

  #issuenumber {
    display: none;
  }

  @font-face {
    font-family: swisBold;
    src: url(Swis721_BT_Bold.ttf);
  }

  a {
    text-decoration: none;
    color: rgb(0 177 64);
    /* z-index: 2; */
  }

  @font-face {
    font-family: swisBoldExtended;
    src: url(swiss_721_bold_extended_bt.ttf);
  }


  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
  .mobile-logo-wrapper {
    width: calc(100vw - 72px);
    margin-bottom: 72px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .mobile-logo-wrapper:nth-child(1){
    animation-delay: .1s;
  }
  .mobile-logo-wrapper:nth-child(2){
    animation-delay: .2s;
  }
  .mobile-logo-wrapper:nth-child(3){
    animation-delay: .3s;
  }
  .mobile-logo-wrapper:nth-child(4){
    animation-delay: .4s;
  }
  .mobile-logo-wrapper:nth-child(5){
    animation-delay: .5s;
  }

  body {
    margin: 0px;
    color: rgb(0 177 64);
    overflow: hidden;
    height: 100vh;
    position: fixed;
  }

  .blend {
    transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    height: 100%;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
  }

  .screenContainer {
    width: 100vw;
    height: 100vh;
    z-index: 0;
  }

  #logo {
    display: none;
  }

  #logo2 {
    display: none;
  }



  .logomobile {
    width: 100%;
  }

  .numbermobile {
    position: relative;
    font-family: swisBoldExtended;
    font-size: 9.5em;
    line-height: .95em;
    margin: 0;
    margin-top: -.95em;
    bottom: 0px;
  }

  #issuenumber {
    display: none;
  }

  #screen1 {
    width: calc(100vw - 72px);
    height: 100vh;
    margin: 0 36px 0 36px;
    top: 0px;
    position: fixed;
    opacity: 1;
    padding-top: 36px;
    overflow-y: scroll;
    /* position: relative; */
    z-index: 10;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  #screen1::-webkit-scrollbar {
    display: none;
  }

  #screen2 {
    width: calc(100vw - 72px);
    height: calc(100vh - 60px);
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 28px;
    padding-left: 36px;
    font-family: swisBold;
    text-align: justify;
    font-size: 2em;
    line-height: 1.05em;
    letter-spacing: -.025em;
    opacity: .15;
    z-index: -50;
    position: fixed;
  }

  #credits {
    position: fixed;
    bottom: 28px;
    width: calc(100vw - 72px);
  }

  #screen3 {
    width: calc(100vw - 72px);
    height: calc(100vh - 72px);
    top: 0px;
    margin-top: 16px;
    margin-left: 24px;
    margin-right: 24px;
    font-family: swisBoldExtended;
    font-size: 8.7em;
    line-height: 1.05em;
    position: fixed;
    opacity: 0;
    z-index: -100;
  }

  #address {
    width: 96%;
    font-family: swisBold;
    font-size: .24em;
    margin-top: .54em;
    line-height: 1.05em;
    letter-spacing: -.02em;
    text-align: center;
    position: fixed;
    bottom: 28px;
  }

  .centered {
    text-align: center;
  }

  .subscribe {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: swisBoldExtended;
    font-size: 1em;
    line-height: 1.05em;
    width: calc(100vw - 72px);
    border: solid .18em rgb(0 177 64);

    color: rgb(0 177 64);
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 10px;
    margin-top: .19em;
    margin-bottom: .19em;
    padding-right: 0;
    padding-left: 5px;
    height: 1.82em;
    overflow: hidden;
    position: relative;
  }

  .button {
    background: none;
    border: none;
    font-family: swisBoldExtended;
    color: rgb(0 177 64);
    font-size: 1em;
    line-height: .95em;
    cursor: pointer;
    text-align: left;
    padding:0;
  }
}

@media screen and (max-width : 1242px) and (hover: hover) and (pointer: fine) {
  @font-face {
    font-family: swisBold;
    src: url(Swis721_BT_Bold.ttf);
  }

  a {
    text-decoration: none;
    color: rgb(0 177 64);
    z-index: 2;
  }

  @font-face {
    font-family: swisBoldExtended;
    src: url(swiss_721_bold_extended_bt.ttf);
  }

  body {
    margin: 0px;
    color: rgb(0 177 64);
    overflow: hidden;
    height: 100vh;
    position: fixed;
  }

  .blend {
    transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    height: 100%;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
  }

  .screenContainer {
    width: 100vw;
    height: 100vh;
    z-index: 0;
  }

  #logo {
    width: calc(100vw - 72px);
    height: calc(50vh - 49px);
    position: fixed;
    top:36px;
  }

  #logo2 {
    width: calc(100vw - 72px);
    height: calc(50vh - 49px);
    bottom: 28px;
    position: fixed;

  }

  #issuenumber {
    font-family: swisBoldExtended;
    font-size: 4.75em;
    line-height: .95em;
    position: fixed;
    margin: 0;
    bottom: 29px;

  }

  #screen1 {
    width: calc(100vw - 72px);
    height: calc(100vh - 72px);
    margin: 36px;
    top: 0px;
    position: fixed;
    opacity: 1;
    z-index: 10;
  }

  #credits {
    position: fixed;
    bottom: 28px;
    width: calc(100vw - 72px);
  }

  #screen2 {
    /* width:100%; */
    height: calc(100vh - 62px);
    top: 0;
    left: 0;
    padding-top: 32px;
    padding-bottom: 30px;
    padding-left: 36px;
    padding-right: 36px;
    font-family: swisBold;
    text-align: justify;
    font-size: 1.25em;
    line-height: 1em;
    letter-spacing: -.025em;
    opacity: .15;
    z-index: -50;
    hyphens: auto;
    overflow: scroll;
  }

  #screen3 {
    width: calc(100vw - 72px);
    top: 0px;
    margin-top: 22px;
    margin-left: 31px;
    margin-right: 24px;
    font-family: swisBoldExtended;
    font-size: 4.75em;
    line-height: 1.06em;
    position: fixed;
    opacity: 0;
    height: 100%;
    z-index: -100;
  }

  #address {
    width: 90%;
    font-family: swisBold;
    text-align: justify;
    font-size: .270em;
    margin-top: .89em;
    line-height: 1em;
    letter-spacing: -.02em;
    text-align: center;
    position: fixed;
    bottom: 30px;
  }

  .centered {
    text-align: center;

  }

  .subscribe {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid .2em rgb(0 177 64);
    margin-left: 5px;
    color: rgb(0 177 64);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-right: 0;
    margin-top: .19em;
    margin-bottom: .15em;
    padding-left: 0.2em;
    padding-right: 0;
    height: 1.76em;
    overflow: hidden;
    position: relative;
    font-family: swisBoldExtended;
    font-size: 1em;
    line-height: 1.06em;
  }

  .button {
    background: none;
    border: none;
    font-family: swisBoldExtended;
    color: rgb(0 177 64);
    font-size: 1em;
    line-height: .95em;
    cursor: pointer;
    text-align:left;
    padding:0;
  }
}
