File size: 2,119 Bytes
30e9731
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
#container{
    position: relative;
    width: auto;
  }
  
  #sections{
    width: 340px;
  }
  
  #sections > div{
    background: white;
    opacity: .2;
    margin-bottom: 200px;
    line-height: 1.4em;
    transition: opacity .2s;
  }
  #sections > div:first-child{
    opacity: 1;
  }
  #sections > div:last-child{
    /*padding-bottom: 80vh;*/
    padding-bottom: 80px;
    margin-bottom: 0px;
  }
  #sections > div:first-child > h1{
    padding-top: 40px;
  }
  
  #sections > div.graph-scroll-active{
    opacity: 1;
  }
  
  #graph{
    margin-left: 40px;
    width: 500px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    float: right;
    height: 800px;
    font-family: sans-serif;
  
  }
  
  .slider{
    font-family: 'Google Sans', sans-serif;
  }
  
  #sections h1{
    text-align: left !important;
  }
  
  @media (max-width: 1000px) and (min-width: 926px){
    #sections{
      margin-left: 20px;
    }
  }
  
  @media (max-width: 925px)  {
    #container{
      margin-left: 0px;
    }

    h1{
      margin-bottom: 0px;
    }

  
    #graph{
      width: 100%;
      margin-left: 10px;
      float: none;
      max-width: 500px;
      margin: 0px auto;
    }
  
    #graph > div{
      position: relative;
      top: 0px;
    }
    #sections{
      width: auto;
      position: relative;
      margin: 0px auto;
      pointer-events: none;
    }
    #sections a{
      pointer-events: all;
    }
  
    #sections > div{
      background: rgba(255,255,255,.9);
      padding: 10px;
      border-top: 1px solid;
      border-bottom: 1px solid;
      margin-bottom: 80vh;
      width: calc(100vw - 20px);
      margin-left: -5px;
    }
  
    #sections > div > *{
      max-width: 750px;
    }
    .mini, .slider, i, .gated{
      margin: 0px auto;
    }
  
    #sections > div:first-child{
      opacity: 1;
      margin-top: -500px;
    }
  
    #sections > div:last-child{
      padding-bottom: 0px;
      margin-bottom: 0px;
    }
  
  
    #sections h1{
      margin: 10px;
      padding-top: 0px !important;
    }
  
    #sections h3{
      margin-top: .5em;
    }
  
  }