/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

body {
  background: white;
  color: red;
  text-align: center;
  font-size: 10vw;
  font-family: sans-serif;
}

header {
  border-bottom: 0.7vw solid red;
}

a {
  color:inherit;
  text-decoration: none;
}

#global {
  /* margin:  0 2vw; */
}

li {
  border-bottom: 0.7vw solid red;
  padding:20px 5vw;
  background: white;
}

li:last-child {
  border-bottom: none;

}

#global li:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:0;
  border-bottom: none;
    background:red;
  color:white;
}

li:nth-child(2) {
  position: -webkit-sticky;
  border-top: 0.7vw solid red;
  position: sticky;
  top: 0;
  z-index:1;
}




li:nth-child(3) {
  position: -webkit-sticky;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index:2;
      background:red;
  color:white;
}

li:nth-child(4) {
  position: -webkit-sticky;
  border-top: 0.7vw solid red;
  position: sticky;
  top: 0;
  z-index:3;
}

li:nth-child(5) {
  position: -webkit-sticky;
  border-bottom: none;
  position: sticky;
  top: 0;
  background:red;
  color:white;
  z-index:4;
}

li:nth-child(6) {
  position: -webkit-sticky;
  border-top: 0.7vw solid red;
  position: sticky;
  top: 0;
  z-index:5;
}

li:nth-child(7) {
  position: -webkit-sticky;
  border-bottom: none;
  position: sticky;
  top: 0;
        background:red;
  color:white;
  z-index:6;
}

li:nth-child(8) {
  position: -webkit-sticky;
  border-top: 0.7vw solid red;
  position: sticky;
  top: 0;
  z-index:7;
}

li:nth-child(9) {
  position: -webkit-sticky;
  border-bottom: none;
  position: sticky;
  top: 0;
        background:red;
  color:white;
  z-index:8;
}

li:nth-child(10) {
  position: -webkit-sticky;
  border-top: 0.7vw solid red;
  position: sticky;
  top: 0;
  z-index:9;
}
li:nth-child(11) {
  position: -webkit-sticky;
  border-top: 0.7vw solid red;
  position: sticky;
  top: 0;
  background:red;
  color:white;
  z-index:10;
}

li:nth-child(12) {
  position: -webkit-sticky;
  border-top: 0.7vw solid red;
  position: sticky;
  background:white;
  top: 0;
  z-index:11;
  height: calc(100vh - 40px);
}

/* li.active a{
  display: none;
} */

li.active{
  position: relative !important;
}