body {
     background-size: 350%;
}
 main, footer, .intro-links, nav, .toggled, input.toggled-exit:checked ~ .toggled {
     max-width: 100vw;
}
 .menu a, .search, .search input[type="Text"], .search input[type="submit"], .burger, .burger label.burger-toggle, nav ul {
     height: 3rem;
}
 .home p {
     margin-left: auto;
     margin-right: auto;
     max-width: 20rem;
     text-align: center;
}
/* NAVIGATION */
 .btn, footer .btn {
     width: 100%;
     text-align: center;
     clear:both;
}
body:not(.menu-on) .sticky ul {
    box-shadow: none !important;
    background: none !important;
}
body:not(.menu-on) .sticky .logo {
        background: url(../img/logo2-white.svg) left center / contain no-repeat !important;
}
 .btn, footer .subscribe input[type="email"], footer .subscribe input[type="text"] {
     padding: 1rem 1rem;
}
 .btn i {
     text-align: center;
     float: left;
}
 body.home .menu-container {
     min-height: 15rem;
     height: 15rem;
}
 body:not(.home) .menu-container {
     min-height: 20rem;
}
 body.menu-on label.toggled-exit {
     z-index: 2;
}
 body.menu-on .logo {
     background-size: auto 70%;
     background-position: center center;
}
 .intro-links {
     margin: 0;
     grid-template-columns: 1fr;
}
 body:not(.menu-on) .intro-links {
     display: none;
}
 body.menu-on .search input[type="submit"] {
     background: transparent url(../img/search-white.png) center center / auto 50% no-repeat;
}
 body.menu-on .search input[type="text"]:focus {
     border:0;
     width: 50%;
     margin: 0;
     box-shadow: inset 0.4rem 0.4rem 0px rgba(0,0,0,0.3);
}
 nav, .toggled, input.toggled-exit:checked ~ .toggled {
     width: 100vw;
     max-width: 100vw;
     margin: 0;
     padding: 0;
}
 nav ul {
     grid-template-columns: 1fr 1fr;
     height: auto;
     grid-template-rows: 1fr 1fr;
}
 nav ul li {
     display: block;
}
 .intro-links a {
     border-bottom: 0.1rem solid rgba(255,255,255,0.1);
}
 .animated-gradient {
     width: 100%;
     grid-column-start: 1;
     grid-column-end: 2;
     grid-row-start: 1;
     position: relative;
}
 .logo {
      transform: translateZ(0)  none;
     background-size: auto 70%;
     background-position: center center;
     width: 100%;
}
 .logo:hover {
     filter: invert(1);
     background-color: white;
     background-image: url(../img/logo2.svg);
}
 body.menu-on .logo:hover {
     filter: invert(1);
     background-color: black;
}
 .burger {
     grid-column-start: 2;
     grid-column-end: 3;
     grid-row-start: 1;
     overflow: hidden;
}
 body:not(.menu-open) .burger label.burger-toggle {
     background: rgba(0,0,0,0.02);
}
 body:not(.menu-open) .burger label.burger-toggle:hover {
     background: black;
}
 body:not(.menu-open) .burger label.burger-toggle:hover > .burger-line {
     background: white;
}
 body.menu-on .burger label.burger-toggle {
     background: rgba(255,255,255,0);
}
 body.menu-on .burger label.burger-toggle:hover {
     background: rgba(255,255,255,0.2);
}
 body.menu-on .search {
     background: rgba(255,255,255,0.1);
}
 body.menu-on .search input[type="Text"]:focus + input[type="submit"], body.menu-on .search input[type="Text"]:hover + input[type="submit"] {
     background: url(../img/search-white.png) center center / auto 50% no-repeat;
     background-color: rgba(255,255,255,0.2);
}
 body .search {
     background: rgba(0,0,0,0.08);
}
 .burger label.burger-toggle, .burger, .logo {
     height: 8rem;
     margin: 0;
}
 .burger > span {
     width: 100%;
}
 .burger label.burger-toggle {
     width: 100%;
     border-radius: 0;
      transform: translateZ(0)  scale(1.5);
}
 .burger label.burger-toggle span {
     margin-left: auto;
     margin-right: auto;
}
 .menu {
     display: none;
}
 .toggled .menu {
     display: grid;
}
 .menu a {
     float: none;
}
 .sm-menu {
     text-align: center;
     display: block;
}
 .search, .search form {
     grid-column-start: 1;
     grid-column-end: 3;
     grid-row-start: 2;
     width: 100%;
     height: 5rem;
     padding: 0;
     margin: 0;
     border-radius: 0;
     position: relative;
     z-index: 5;
}
 input.burger-toggle:checked ~ .toggled .intro-links {
     background-color: rgba(0,0,0,0.9);
}
input.burger-toggle:checked ~ .toggled {
    margin-top: 5rem;
}
.toggled .intro-links {
    margin-top: 0;
}
nav::before {
    background: none;
}
body.menu-on .search input[type="Text"]:focus + input[type="submit"] {
    width: 50%;
}
body.menu-on nav ul {
     background-color: rgba(0,0,0,0.9);
    height: 13rem;
}
 .search form {
     height: 100%;
}
 .search input[type="text"]:focus {
     width: 50%;
     cursor: text;
     opacity: 1;
     border:0;
     border-bottom: 0.4rem solid rgba(0,0,0,0.3);
     box-shadow: inset 0.4rem 0.4rem 0px rgba(0,0,0,0.3);
     background: white;
     padding-left: 1rem;
}
 .search input[type="text"] {
     height: 5rem;
     position: absolute;
     left: 0;
     padding-left: 0;
     width: 100%;
     z-index: 1;
     cursor: pointer;
     outline: 0;
     opacity: 0;
     transition: all 0.2s ease;
     font-size: 1.5rem;
     font-weight: bold;
     margin: 0;
     border-radius: 0;
     border-bottom: 0.4rem solid transparent;
     box-shadow: inset 0rem 0rem 0px rgba(0,0,0,0.3);
}
 .search input[type="submit"] {
     background: transparent url(../img/search-black.png) center center / auto 50% no-repeat;
     height: 5rem;
     border: 0;
     outline: 0;
     display: block;
     position: absolute;
     right: 0;
     width: 100%;
     transition: width 0.2s ease;
}
 h1 strong {
     max-width: 100vw;
     font-size: 5rem;
     -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto;
}
/* cta audience */
 .cta-audience {
     display: grid;
     margin: auto;
     padding: 5rem 0;
     width: 80%;
}
 .cta-audience .box-link {
     margin: 2rem 0;
     height: 16rem;
}
 .cta-audience .cta {
     text-align: center;
     align-self: end;
     display: grid;
     grid-template-rows: 1fr 1fr;
     grid-row-start: 1;
}
 .cta-audience .btn {
     width: 100%;
}
/* activities */
 .activities {
     width: 80%;
     margin: auto;
     padding: 5rem 0rem;
     grid-gap: 2rem;
}
 .activities .btn {
     width: 100%;
}
 .activities > div {
     margin-bottom: 6rem;
}
/* DOWNLOAD */
 .dl-box {
     display: block;
     padding-top: 23rem;
     padding-bottom: 10rem;
}
.dl-box h1 {
    max-width: 70%;
    margin-bottom: 3.5rem;
}
 .dl-box::before {
     background: url(../img/dl-app.png) center top / 10rem no-repeat;
}
section.download {
    background-position: center 5rem;
}
 .dl-box p {
     margin: auto;
     max-width: 18rem;
     text-align: center;
}
 .get-it-here {
     display: grid;
     grid-template-columns: 1fr 1fr;
     width: 80%;
     margin: auto;
     justify-content: center;
     margin-top: 4rem;
     grid-gap: 1em;
}
 .dl-box .get-it-here a {
     display: inline-block;
     margin: auto;
}
 .dl-box .playstore img, .dl-box .appstore img {
     height: auto;
     width: 100%;
}
 .app-hover .dl-box::before {
      transform: translateZ(0)  scale(1.1);
}
/* FOOTER */
 footer {
     width: 80%;
     margin: auto;
}
 h1, h2, footer, footer .links, footer .subscribe {
     text-align: center;
}
 footer .row-1 {
     display: grid;
     grid-template-columns: 1fr;
     grid-gap: 6rem;
}
 .footer-menu div:not(.lined-header) {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     grid-gap: 0.5rem;
}
 .not-modal.iframe {
     height: 30vh;
}
 footer .row-2 {
     display: grid;
     grid-template-columns: 1fr;
     grid-gap: 6rem;
     margin-top: 6rem;
}
 .subscribe {
     grid-row-start: 1;
}
 footer .subscribe .free-wrap {
     display: grid;
     grid-gap: 1rem;
     margin-top: 0.5rem;
}
 .social-wrap {
     grid-row-start: 3;
}
 .footer-menu a {
     margin-bottom: 0.5rem;
}
 .footer-menu a:first-child {
     display: block;
     grid-area: 1 / 1 / 1 / 4;
}
 .footer-menu a:not(:first-child) {
     display: block;
}
 .social {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     grid-gap: 0.5rem;
}
 .social .btn i {
     float: none;
}
 footer .subscribe input[type="email"], footer .subscribe input[type="text"] {
     border-radius: 0;
}
/* MODALS */
 .modal-map-window:target > div, .modal-map-window .iframe {
     width: 100%;
     height: 100vh;
     border-radius: 0;
}
 .fullscreen {
     padding: 1rem 1.5rem;
     font-size: 1.5rem;
}
 .modal-map-window .fullscreen {
     padding: 1.5rem 2rem;
     font-size: 2rem;
}
 .modal-window > div {
     width: 90%;
     background: transparent;
     box-shadow: none;
}
 .modal-window:not(.modal-map-window):target > div {
     padding-top: 1rem;
}
 .modal-window div h1 {
     text-align: left;
}
 #contact-modal form input[type="submit"] {
     width: 100%;
}
 #contact-modal form {
     display: block;
}
 #contact-modal form input, #contact-modal form textarea {
     margin-bottom: 0.5rem;
}
 .modal-window .btn {
     margin-bottom: 0.5rem;
}
 .modal-window a.btn:not(:hover) {
     background: white;
}

 .home .modal-window a.btn:not(:hover) {
     background: black;
}
/* width */
 ::-webkit-scrollbar {
     width: 0;
}
 .half h2:last-of-type {
     margin-bottom: 3rem;
}
 .half p:last-of-type {
     margin-bottom: 3rem;
}
 .logo {
     transition: none;
}
 body:not(.menu-on) .search input[type="Text"]:focus + input[type="submit"], body:not(.menu-on) .search input[type="Text"]:hover + input[type="submit"] {
     background: black url(../img/search-white.png) center center / auto 50% no-repeat;
}
 .dark-bg body .search {
     background: rgba(255,255,255,0.08);
}
 section, footer {
     max-width: 100vw;
}
 .more-items {
     padding: 10rem 0;
}
 .more {
     width: 80%;
     margin: auto;
}
 #grid-view:checked ~ .view {
     grid-template-columns: 1fr 1fr;
}
 .half div.sub-left .exhibit, .half div.sub-right .exhibit {
     bottom: -35rem;
}
 .half.left div.main .exhibit, .half.right div.main .exhibit {
     bottom: 10rem;
}
 .modal-window > div {
     width: 100%;
     padding:0 10% 2rem 10%;
}
 .more-modal.modal-window > div {
     position: relative;
     width: 100vw;
     min-height: 70vh;
}
 .more-modal .modal-close {
     padding: 1rem 4rem 1rem 2rem;
     font-size: 3rem;
}
 .more-modal img {
      transform: translateZ(0)  translate(0,30%);
    z-index: 99;
     right: -7rem;
     top: -2rem;
}
 .half .gif {
     border-radius: 100%;
}
 #div1, #div2, #div3, #div4, #div5 {
     position: absolute;
     margin-top: 25vh;
}
 @media screen and (max-width:600px) {
     .more-modal.modal-window h1 {
         position: absolute;
          transform: translateZ(0)  rotate(90deg);
         left: -6rem;
         top: 21%;
         pointer-events: none;
         font-size: 5rem;
         line-height: 3.5rem;
         min-width: 50vh;
    }
}
 @media screen and (max-width:500px) {
     .footer-menu div:not(.lined-header) {
         display: grid;
         grid-template-columns: 1fr 1fr;
         grid-gap: 0.5rem;
    }
     .footer-menu a:first-child {
         display: block;
         grid-area: 1 / 1 / 1 / 3;
    }
     #grid-view:checked ~ .view {
         grid-template-columns: 1fr;
    }
     #list-view:checked ~ .view a img {
          transform: translateZ(0)  translate(-50%,-50%);
         position: relative;
         top: 50%;
         left: 50%;
    }
     .grid-view, .list-view {
         display: none;
    }
     .directions {
         position: absolute;
         bottom: 2rem;
         font-size: 0.8rem;
    }
}
 @media screen and (max-width:750px) and (max-height:960px) {
     .more-modal.modal-window .exhibit {
         top: auto;
         left: 4rem;
         bottom: 28rem;
          transform: translateZ(0)  rotate(90deg) scale(2.2) translate(6.8rem,0.6rem);
    }
}
 @media screen and (max-width:750px) and (min-height:961px) {
     .more-modal.modal-window .exhibit {
         top: auto;
         left: 4rem;
         bottom: 28rem;
          transform: translateZ(0)  rotate(90deg) scale(2.2) translate(6.8rem,0.6rem);
    }
     .more-modal img {
          transform: translateZ(0)  translate(0,30%);
        z-index: 99;
         right: -4rem;
         top: -4vh;
    }
     .more-modal.modal-window h1 {
         position: absolute;
          transform: translateZ(0)  rotate(90deg);
         left: -11.7rem;
         top: 21%;
         pointer-events: none;
         font-size: 7rem;
         line-height: 4rem;
         min-width: 50vh;
    }
}
 @media screen and (max-width:750px) and (min-height:1000px) {
     .more-modal img {
          transform: translateZ(0)  translate(0,30%);
        z-index: 99;
         right: -4rem;
         top: -3vh;
         max-height: 60vh;
    }
}
 @media screen and (min-width:550px) and (max-width:750px) and (min-height:961px) {
     .more-modal img {
          transform: translateZ(0)  translate(0,30%);
        z-index: 99;
         right: -8rem;
         top: -5vh;
         max-height: 70vh;
    }
}
 fieldset > div {
     grid-template-columns: 1fr 1fr;
}
 body:not(.modal-is-open) .modal-window {
     margin-left: 0;
}
 body:not(.menu-on) .search input[type="Text"]:focus + input[type="submit"] {
    width: 50%;
}
body:not(.home) .main-bg {
    background-size: 1200px;
    background-position: center top;
}
body.home .main-bg {
    background-size: 950px;
    background-position: center top;
}
section.download {
    margin-left: 0;
}

h1,h2,h3,h4,h5,p {
     -webkit-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
}
h1 {
    word-break:normal;
    margin-left: auto;
    margin-right: auto;
    hyphens: auto;
    max-width: 90vw;
}
body:not(.home) .section-intro h1 {
    max-width: 100vw;
    padding: 0;
}
body:not(.home) .section-intro h1 strong {
    font-size: 7rem;
     line-height: 5rem;4
    margin-top: 2rem !important;
    display: block;
    text-align: center;
    text-shadow: 0px 0px 105px rgba(0,0,0,0.5);
}
b.past-scroller {
    display: none;
}
b.scrollpast + div img {
   transform: none;
}
b.scrollpast + div.main.trex img:nth-of-type(1) {
   transform: none;
}
html,body {
    overflow-x: hidden;
}
b.scrollpast + div.main img:nth-of-type(1),
b.scrollpast + div.main img:nth-of-type(2),
b.scrollpast + div.main img:nth-of-type(3),
b.scrollpast + div.main img:nth-of-type(4),
b.scrollpast + div.main img:nth-of-type(5),
b.scrollpast + div.main img:nth-of-type(6),
b.scrollpast + div.main img:nth-of-type(7),
b.scrollpast + div.main img:nth-of-type(8),
b.scrollpast + div.main img:nth-of-type(9),
b.scrollpast + div.main img:nth-of-type(10),
b.scrollpast + div.sub-left img:nth-of-type(1),
b.scrollpast + div.sub-left img:nth-of-type(2),
b.scrollpast + div.sub-left img:nth-of-type(3),
b.scrollpast + div.sub-left img:nth-of-type(4),
b.scrollpast + div.sub-left img:nth-of-type(5),
b.scrollpast + div.sub-left img:nth-of-type(6),
b.scrollpast + div.sub-left img:nth-of-type(7),
b.scrollpast + div.sub-left img:nth-of-type(8),
b.scrollpast + div.sub-left img:nth-of-type(9),
b.scrollpast + div.sub-left img:nth-of-type(10) {
    transform:  scale(1) translateX(0);  
}