body {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Merriweather', serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 25px;
    color: black;
}

h2 {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 20px;
    color: #888888;
}

h3 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: auto;
    color: #888888;
    text-align: center;
}

h4 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: auto;
    color: black;
    text-align: center;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #888888;
}

/* centered title text */
.title {
    text-align: center;
}

/* accentuated, bigger main text */
p.accent {
    text-align: center;
    font-size: 20px;
}

i {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    color: #888888;
}

/* smaller e.g. for picture annotation */
i.annotation {
    font-size: 12px;
}

a,
a:visited {
    color: #888888;
}

/* no underline */
a.subtle {
    text-decoration: none;
}

hr {
    color: #888888;
    size: 2px;
    width: 80%;
}

ul,
ol {
    color: #888888;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    list-style-type: none;
}

ol {
    list-style-type: decimal;
}

/* small lists, centered */
ul.small {
    text-align: center;
    padding: 0;
}

li {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #888888;
}

/* accentuated, bigger text */
li.accent {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
}

div.noMobile {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    text-align: center;
    padding-top: 40vh;
}

@media screen and (max-width: 750px) {
    div.noMobile {
        display: block;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

/* ---------------- */
/*    Custom CSS    */
/* ---------------- */

div#coordinates,
div#angles,
div#section {
    position: fixed;
    top: auto;
    left: auto;
    color: white;
}

div#mapInfo {
    position: fixed;
    top: 96vh;
    left: 2vh;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    text-shadow: #000000 1px 0 10px;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

section {
    height: 100vh;
    width: 80%;
    padding-left: 10%;
    text-align: justify;
}

div.loadingContainer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-color: white;
}

div.loader {
    border: 16px solid #f0f0f0;
    border-top: 16px solid #888888;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 30vh auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div.container {
    float: left;
}

div.left {
    float: left;
    width: 66%;
}

div.right {
    float: right;
    width: 34%;
}

.sources {
    width: 100%;
    padding-left: 0;
}

.foot {
    padding-top: 20px;
    text-align: center;
}

div.media {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10% 0 10%;
    height: auto;
    position: relative;
}

div.media img {
    width: 80%;
    max-height: 40%;
    display: block;
    margin: 0 auto;
}

i.annotation {
    line-height: 10px;
}

.icon-scroll,
.icon-scroll:before {
    position: relative;
    left: 50%;
}

.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    top: 50%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 2px #888888;
    border-radius: 25px
}

.icon-scroll:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    background: #888888;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(35px);
    }
}

h1 {
    line-height: 45px;
    text-align: center;
}

label {
    font-family: 'Raleway', sans-serif;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #888888;
    text-align: center;
    font-size: 20px;
    display: block;
    text-align: center;
}

input[type=range] {
    height: 23px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: #B6B6B6;
    border-radius: 10px;
    border: 1px solid #8A8A8A;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #828282;
    border: 1px solid #FFFFFF;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #888888;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #B6B6B6;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: #B6B6B6;
    border-radius: 10px;
    border: 1px solid #8A8A8A;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #828282;
    border: 1px solid #FFFFFF;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #888888;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #B6B6B6;
    border: 1px solid #8A8A8A;
    border-radius: 20px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #B6B6B6;
    border: 1px solid #8A8A8A;
    border-radius: 20px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 1px #828282;
    border: 1px solid #FFFFFF;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #888888;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #B6B6B6;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #B6B6B6;
  }
  
  