@font-face{
    font-family: "Helvetica";
    src: url("fonts/Helvetica.ttc");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Helvetica";
    src: url("fonts/Helvetica.ttc");
    font-weight: bold;
    font-style: normal;
}

*,

::after
::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html{
    font-size: 100%;
}

body{
    background-color: #f5f5f5;
    color: rgb(90, 90, 90);
    font-family: Flux-Bold, Helvetica, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 2rem;
}

::selection{
    background: whitesmoke;
    color: rgb(33, 33, 33);
}

.nav a{
    text-decoration: none;
    border: 0px !important;
}

a:link,
a:active,
a:visited{
    color: grey;
    border-bottom: 0.2vh solid grey;
    text-decoration: none;
}

a:hover{
    color: grey;
    text-decoration: none;
    border-bottom: 0px; 
}

.dropbtn{
    font-family: inherit;
    font-size: 5.0vh;
    color: inherit;
    background: transparent;
    border: none;
}

.dropdown{
    position: relative;
    display: inline-block;
}

.dropdown-content a{
    display: none;
    position: absolute;
    background: black;
    font-size: inherit;
    width: 100%;
    z-index: 1;
    bottom: 100%;
}

.dropdown-content a{
    margin-bottom: 5%;
    text-align: center;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover{
    color: grey;
    background-color: whitesmoke;
}

.dropdown:hover .dropdown-content{
    display: block;
}

.toc a{
    text-decoration: none;
    border-bottom: 0px;
}

.toc a:hover{
    color:black;
}

.gift-wrap{
    height: 90vh;
    width: 100%;
    overflow: hidden;
    display: flex;
}

.left,
.right{
    width: 50%;
    padding: 2rem;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.25s;
}

.left{
    border-right: 0.3vh solid grey;
}

.left::-webkit-scrollbar,
.right::-webkit-scrollbar{
    display: none;
    width: 0 !important;
}

.title-img{
    width: 49%;
    position: fixed;
    top: -32%;
    left: 0%;
    bottom: 50%;
    z-index: -500;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

h1.title{
    font-family: Helvetica, sans-serif;
    font-size: 5.5vw;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    margin-left: 5.5vw;
    margin-right: 5vw;
    text-shadow: 1vh 1vh black;
}

.direct{
    margin-top: 1vh;
    transform: rotate(10deg);
    text-align: center;
}

.action{
    text-align: left;
    transform: rotate(-10deg);
}

.for{
    text-align: right;
}

.prison{
    text-align: center;
    transform: rotate(10deg);
}

.abolition{
    text-align: center;
    transform: rotate(2.5deg)
}

.h2{
    margin-top: 10%;
    margin-bottom: 5%;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 2vw;
}

.pagination{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pagination-contents{
    position: relative;
}

.footer-button{
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 9;
}

.footer-button label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vw;
    position: fixed;
    bottom: 1%;
}

.footer-button label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vw;
    position: fixed;
    bottom: 1%;
    right: 0%;
    background: transparent;
    color: grey;
    cursor: pointer;
    display: inline-block;
    text-align: right;
    padding-right: 1%;
    width: auto;
    height: 5.75vh;
}

img.up-arrow{
    height: 50%;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

button.current-section{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2vw;
    background: whitesmoke;
    color: grey;
    border: 0px;
    padding: 1%;
    position: fixed;
    top: 0;
    right: 0;
    text-align: certer;
    z-index: 10000;
}

.bottom{
    width: 100%;
    height: 10vh;
    border-radius: 2%;
}

.nav{
    width: 100%;
    border-top: 0.3vh solid grey;
    padding: 1%;
    height: inherit;
    align-items: center;
}

ul{
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-around;
}

ul li{
    display: inline-block;
    font-family: Helvetica, sans-serif, sans-serif, Arial, sans-serif;
    font-size: 2vw;
    letter-spacing: 0.0125vw;
}

.standout{
    width: 50%;
    font-family: Helvetica;
    letter-spacing: auto;
    font-size: 3.0vw;
    font-weight: bold;
}

li:first-of-type::after{
    font-family: Courier, monospace;
}

.toc-stack{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5%;
}

.toc-items{
    flex: 50%;
}

button {
    cursor: pointer;
}

button.toc{
    background: transparent;
    color: grey;
    border: 0.4vh solid grey;
    border-radius: 15%;
    width: 18vw;
    height: 18vw;
    border-radius: 40px;
    font-family: Courier, monospace;
    font-size: 2.25vw;
    padding: 5%;
    margin: 2.5%;
    vertical-align: text-top;
}

button.toc:hover{
    color: whitesmoke;
    background: grey;
}

button.language {
    background: whitesmoke; 
    color: grey;
    border: 0.4vh solid grey;
    border-radius: 100%;
    font-family: Flux-Regular, Helvetica, sans-serif;
    font-size: 2vw;
    padding: 5%;
    margin: 0.5%;
    text-align: center;
    position: absolute;
    bottom: 22%;
    left: 0%;
    transform: scale(0.625) skew(-3deg, -3deg);
}

.languague:hover{
        background: grey;
        color: whitesmoke;
}

.section-header{
        display: flex;
        justify-content: center;
        align-items: center;
}

h1.section{
        font-family:  Helvetica, sans-serif;
        display: inline-block;
        text-align: center;
        font-weight: normal;
        font-style: normal;
        font-size: 2.0vw;
        border: 0.2vh solid grey;
        border-radius: 14px;
        margin: 0px auto;
        padding: 2%;
}

h1.section-fill {
        font-family: Helvetica, sans-serif;
        display: inline-block;
        text-align: center;
        font-weight: normal;
        font-style: normal;
        font-size: 1.5vw;
        border: 0.3vh solid grey;
        background: grey;
        border-radius: 14px;
        margin: 0px auto;
        padding: 2%;
}
    
p.mobile {
        display: none;
        color: whitesmoke;
        background-color: gray;
        padding: 5%;
        font-size: 3.25vw;
        line-height: 100%;
}    
@media (max-width: 640px) {
        p.mobile {
            display: block
        }
}
    
p {
        font-size: 1.75vw;
        line-height: 150%;
        font-weight: normal;
        font-style: normal;
        text-indent: 15px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 8%;
}

    
p:first-of-type {
        margin-top: 10%;
}
    
p:last-of-type {
        margin-bottom: 10%;
    }
    
.excerpt {
        font-family: Helvetica, sans-serif;
        font-size: 0.75vw;
        line-height: 0.5vw !important;
        text-transform: uppercase;
    }
    
img {
        margin-top: 5%;
        max-width: 80%;
        /* border-radius: 30px; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* Firefox 10+, Firefox on Android */
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        /* IE 6-9 */
        filter: gray;
    }
    
img:hover {
        transform: rotate(5deg);
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none;
    }
    
img.arrow {
        max-height: 10%;
        max-width: 50%;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none;
    }
    
.arrow:hover {
        transform: scale(1.08, 1.08) !important;
    }
    
blockquote p {
        font-size: 1vw;
        line-height: 125%;
        font-style: italic;
        text-align: center;
        padding: 0;
        margin-top: 0;
    }
    
iframe {
        display: block;
        height: 50vh;
        margin: 0 auto;
        padding: 5%;
        border: 0px;
    }