*, p {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    outline: none;
}

@font-face {
    font-family: "Century Schoolbook";
    src: url(fonts/CenturySchoolbook.woff2), url(fonts/CenturySchoolbook.woff);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Century Schoolbook", serif;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 1px;
    -webkit-text-stroke: .2px;
    -moz-text-stroke: .2px;
    background-color: white;
    color: black;
}

.bold {
    -webkit-text-stroke: .4px;
    -moz-text-stroke: .4px;
    font-weight: bold;
}

.center {
    text-align: center;
}

header {
    -webkit-text-stroke: .4px;
    -moz-text-stroke: .4px;
    font-weight: bold;
    z-index: 10;
}

header.desktop {
    position: fixed;
    left: 30px;
    top: 20px;
    z-index: 10;
}

.slanted {
    transform: skew(30deg);
    cursor: pointer;
    -webkit-text-stroke: 1px black;
}

.slanted:hover {
    transform: none;
}

header.mobile {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 40px 25px 70px 25px;
    background-image: linear-gradient(180deg, white 60%, rgba(255, 255, 255, 0));
    height: 8vh;
}

.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 60px 20px 60px 20px;
    background-image: linear-gradient(360deg, white 70%, rgba(255, 255, 255, 0));
    height: 8vh;
    z-index: 10;
    cursor: pointer;
}

main {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
}

div.text {
    display: flex;
    align-items: top;
    justify-content: flex-start;
    width: 80vw;
    height: auto;
    padding-bottom: 40px;
}

div.audio {
    display: flex;
    align-items: top;
    justify-content: flex-start;
    width: 80vw;
    height: auto;
    padding-bottom: 20px;
}

div.columns {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: top;
    justify-content: space-between;
}

div.column {
    width: 47.5%;
    height: auto;
    padding-bottom: 26px;
}

div.spacer {
    width: 15%;
    height: auto;
}

div.essay {
    width: 70%;
    height: auto;
    padding-right: 25px;
}

div.notes {
    width: 15%;
    height: auto;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 1px;
    -webkit-text-stroke: .2px;
    -moz-text-stroke: .2px;
}

.caption {
    font-size: 14px;
    line-height: 1.25; 
    letter-spacing: 1px;
    -webkit-text-stroke: .2px;
    -moz-text-stroke: .2px;
    padding-bottom: 40px;
    width: 45%;
}

img.with-caption {
    padding-bottom: 20px;
}

.credit {
    text-align: right;
}

span.title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

@keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}  

span.tab {
    width: 20px;
    display: inline-block;
}

img {
    display: block;
    padding-bottom: 40px;
}

img.big {
    width: 45%;
    height: auto;
}

img.small {
    width: 45%;
    height: auto;
}

img.hero {
    width: 100%;
    height: auto;
}

img.icon,
img.icon-b {
    width: 8vw;
    height: auto;
    padding-bottom: 0;
}

img.icon:hover {
    transition-duration: 0.2s;
    filter: invert(1);
}

img.icon-b:hover {
    transition-duration: 0.2s;
    filter: invert(1);
}

div.artist-icons {
    display: flex;
    flex-direction: row;
    width: 60%;
    justify-content: space-around;
    align-items: center;
}

div.web-icons {
    display: flex;
    flex-direction: row;
    width: 20%;
    justify-content: space-between;
    align-items: center;
}

div.bottom-space {
    width: 100%;
    height: 120px;
}

.invisible {
    display: none;
}

.visible {
    display: flex;
}

.mobile-nav-artists {
    height: 100vh;
    flex-direction: column;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 0 20px 0 20px;
    z-index: 3;
    cursor: pointer;
}

.mobile-nav-artist-ind {
    height: 8%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

img.nav-icon {
    height: auto;
    width: 10vw;
    padding-bottom: 0;
}

div.left-space {
    width: 20%;
}

nav {
    position: fixed;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(360deg, white 40%, rgba(255, 255, 255, 0));
    -webkit-transition: background-image 0.4s ease-in-out;
    transition: background-image 0.4s ease-in-out;
    width: 100vw;
    height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-top: 20px;
}

div.name, div.page-name {
    position: fixed;
    bottom: 20px;
    left: 20px;
    -webkit-text-stroke: .4px;
    -moz-text-stroke: .4px;
    font-weight: bold;
}

div.name-b {
    position: fixed;
    bottom: 40px;
    left: 20px;
    -webkit-text-stroke: .4px;
    -moz-text-stroke: .4px;
    font-weight: bold;
}

div.big-text {
    font-size: 28px;
    text-align: center;
    width: 95%;
    padding-bottom: 60px;
    display: none;
}

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

.underline {
    border-bottom: 2px solid black;
    cursor: pointer;
}

.white {
    filter: invert(1);
}

audio {
    width: 100%;
}

div.slideshow {
    width: 600px;
    height: 450px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    background-position: center;
    background-repeat: no-repeat;
}

.amina {
    background-image: url("images/amina/slideshow/1.png");
    background-size: contain;
}

.diana {
    background-image: url("images/diana/slideshow/015middlepod.png");
    background-size: contain;
}

div.slideshow div.right {
    width: 50%;
    height: 100%;
    cursor: e-resize;
}

div.slideshow div.left {
    width: 50%;
    height: 100%;
    cursor: w-resize;
}

sup {
    font-size: 12px;
}

.small-sup {
    font-size: 10px;
}

.top-none {
    margin-top: 0;
}

div.mobile-nav-artists {
    opacity: 0;
    z-index: -2;
}

@media only screen and (min-height: 1200px) {
    div.bottom-space {
        width: 100%;
        height: 220px;
    }
}

@media only screen and (max-width: 800px) {

    main.home {
        margin-top: 10%;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: flex;
        position: fixed;
    }

    div.text, div.audio {
        width: 100vw;
        padding: 0 20px 0 20px;
        flex-direction: column;
    }

    div.spacer {
        display: none;
    }

    div.essay {
        width: 100%;
        padding-bottom: 40px;
        padding-right: 0;
    }

    .caption {
        width: 100%;
        padding: 0 20px 40px 20px;
    }

    div.notes {
        width: 100%;
        padding-bottom: 40px;
        padding-right: 0;
    }

    img.small, img.big {
        width: 100%;
        padding: 0 20px 40px 20px;
    }

    img.with-caption {
        width: 100%;
        padding: 0 20px 20px 20px;
    }

    div.left-space {
        display: none;
    }

    div.web-icons {
        display: none;
    }

    div.artist-icons {
        display: flex;
        flex-direction: row;
        width: 90%;
        justify-content: space-between;
        align-items: center;
        margin-top: 10%;
    }

    div.icon-spacer {
        width: 20px;
        height: 100%;
    }

    img.icon,
    img.icon-b {
        width: 15vw;
        height: auto;
        padding-bottom: 0;
    }

    div.artist-name {
        display: none;
    }

    div.big-text {
        display: block;
        padding-top: 80px;
    }

    div.columns {
        flex-direction: column;
    }
    
    div.column {
        width: 100%;
    }    

    div.slideshow {
        width: 92%;
        height: 40vh;
        background-size: cover;
    }

    .slanted:hover {
        transform: skew(30deg);
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    nav {
        display: none;
    }

    div.mobile-nav-artists {
        opacity: 1;
        z-index: 2;
    }
    
}