    *{
    box-sizing: border-box;
    align-items: baseline;
}

*, *::before, *::after {
  box-sizing: border-box;
}
        
html{
    background-color: black;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
}

body{

}

a{
    text-decoration: underline;
    color: white;
}

a:visited {
    text-decoration: underline;
    color: white;
}

#wrapper{
    background: none;
    width: 100%;  
}

#overlay{
  position: fixed;
  display: block;
  width: 100%; /* Full width (cover the whole page) */
  height: 70%; /* Full height (cover the whole page) */
  left: 0;
  right: 0;
  bottom: 0;
z-index: 999;
    background: linear-gradient(to bottom, #0000 0%, black 90%)
}

header{
padding: 0;
position: absolute;
margin: 0;
margin-top: 3vh;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 95%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

header > p{
    margin: 0;
    margin-top: 2px;
    margin-right: auto;
    flex-basis: 100%;
    font-family: 'Tomorrow', sans-serif;
    font-size: calc(0.5em + 0.5vw);
    color: white;
}

h2{
    margin: 0;
    color: white;
    font-family: big-caslon-fb, serif;
    font-weight: 400;
    font-size: calc(0.8em + 0.7vw);
}

#title{
font-family: big-caslon-fb, serif;
    font-weight: 700;
    font-style: italic;
    flex-basis: 60%;
    font-size: calc(1em + 0.7vw);
}

header a{
    text-decoration: none;
}

header a:hover{
    text-decoration: underline;
}

#mobile-warning, #tablet-warning{
position: absolute;
display: block;
    font-family: 'Tomorrow', sans-serif;
font-size: calc(0.65em + 1vw);
top: 20%;
width: 80vw;
max-width: 500px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: black;
z-index: 999;
padding: 10px;
text-align: center;
color: white
}

#tablet-warning{
    display: none;
}

#body-text{
position: relative;
  display: block;
  top: 40vh;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  color: white;
  line-height: 1.5;
    font-family: big-caslon-fb, serif;
    font-weight: 400;
    text-align: 
}

blockquote{
    color: white;
}

footer{
    display: none;
}
/*----------------------BREAKPOINT------------------------- */
/* Medium devices (tablets, 768px and up)*/
/*
@media screen and (min-width: 768px) { 
    #mobile-warning{
        display: none;
    }
    
    #tablet-warning{
        display: block;
    }
}
*/
/*----------------------BREAKPOINT------------------------- */
@media screen and (min-width: 992px){

:root {
    z-index: 991;
  cursor: none;
  --cursorX: 50vw;
  --cursorY: 50vh;
}
:root:before {
    z-index: 991;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  background: radial-gradient(
    circle 13vmax at var(--cursorX) var(--cursorY),
    rgba(0,0,0,0.1) 30%,
    rgba(0,0,0,.6) 60%,
    rgba(0,0,0,1) 100%
  )
}
    
html{
    overflow-y: scroll;
    cursor: default;
}

/* REMOVES SCROLLBAR
::-webkit-scrollbar {
  display: none;
    }
 -ms-overflow-style: none;
*/

h2{
    margin: 0;
    color: white;
    font-size: calc(1em + 0.5vw);
/*    font-size: calc(10px + (40 - 10) * ((100vw - 320px) / (1920 - 320)));*/
}       
#wrapper{
    width: 100%;  
}

#overlay{
  display: none;
}

#mobile-warning, #tablet-warning{
display: none;
}

header{
    z-index: 999;
    margin-top: 3vh;
}

header > p{
    font-size: calc(0.7em + 0.5vw);
}

#body-text{
  top: 50vh;
  width: 80vw;
  max-width: 800px;
    margin-bottom: 100vh;
    color: white;
}
  
#quote{
    text-align: center;
    margin-bottom: 40vh;
}
    
footer{
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
transform: translateX(-50%);
    color: white;
    z-index: 990;
    margin-bottom: 50vh;
}
    
    h3{
        cursor: pointer;
        padding: 30px;
        margin: 0;
        font-family: big-caslon-fb, serif;
    font-weight: 400;
    }
    
}

.alternate{
    z-index: 992;
}

/*
h2{
  font-size: calc(10px + (30px - 10px) * ((100vw - 320px) / (1920 - 320)));  
}
*/

