/* GENERAL DOCUMENT */
@font-face {
    font-family: "Voyage-Regular";
    src: url("../fonts/Voyage-Regular.eot") format("eot"),
         url("../fonts/Voyage-Regular.woff") format("woff"),
         url("../fonts/Voyage-Regular.woff2") format("woff2");
  }

@font-face {
    font-family: "Reader-Regular";
    src: url("../fonts/reader-regular.eot") format("eot"),
        url("../fonts/reader-regular.woff") format("woff"),
        url("../fonts/reader-regular.woff2") format("woff2"),
        url("../fonts/reader-regular.ttf") format("ttf");
}


body {
    margin: 0px;
    height: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    background-color: rgb(239, 246, 255);
}

body::-webkit-scrollbar {
    display: none;
}

#generalcontainer {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 90px;
    position: relative;
    z-index: 30;
}

.spacer {
    height: 60px;
    width: 100%;
}

#name {
    font-size: 120px;
    font-family: Voyage-Regular, Helvetica, sans-serif;
    line-height: 120px;
    height: auto;
    color: rgb(24, 24, 24);
    position: relative;
    z-index: 20;
}

#bio {
    font-size: 22px;
    line-height: 28px;
    font-family: Reader-Regular, Helvetica;
    height: auto;
    max-width: 840px;
    width: auto;
    position: relative;
    z-index: 20;
}

#links {
    height: auto;
    max-width: 600px;
}

.link {
    font-size: 22px;
    line-height: 36px;
    font-family: Reader-Regular, Helvetica;
    color: black;
    position: relative;
    z-index: 20;
}

a {
    text-decoration: none;
}

a:hover {
    color: rgb(255, 131, 29);
}

#selectedworks {
    width: 100%;
    height: calc(100vh - 120px);
    padding-top: 30px;
}

#heading {
    font-size: 34px;
    font-family: Reader-Regular, Helvetica, sans-serif;
    color: rgb(24, 24, 24);
    padding-top: 30px;
    padding-bottom: 150px;
    position: sticky;
    z-index: 20;
}

.articlelist {
    padding-top: 20px;
    list-style: none; 
    text-indent: -10px; 
    margin-left: -30px;
    padding-bottom: 90px;
}

.article {
    font-size: 22px;
    line-height: 30px;
    font-family: Reader-Regular, Helvetica;
    color: black;
    position: relative;
    z-index: 20;
}

#footer {
    position: fixed;
    bottom: 0px;
    padding-top: 20px;
    font-family: Reader-Regular;
    width: 100%;
    background-color: rgb(239, 246, 255);
    border-top: 1px solid black;
    z-index: 30;
}

#footertag {
    padding-left: 60px;
    padding-bottom: 20px;
}


@media only screen and (max-width: 800px) {
    #generalcontainer {
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 30px;
        padding-bottom: 90px;
    }
    #name {
        font-size: 90px;
        line-height: 90px;
    }
    #bio {
        font-size: 18px;
        line-height: 24px;
        max-width: 600px;
    }
    
    #links {
        height: auto;
        max-width: 600px;
    }
    
    .link {
        font-size: 18px;
        line-height: 24px;
        font-family: Reader-Regular, Helvetica;
        color: black;
    }
    .spacer {
        height: 30px;
    }
    #heading {
        font-size: 24px;
    }
    .article {
        font-size: 18px;
        line-height: 28px;
        font-family: Reader-Regular, Helvetica;
        color: black;
    }

  }

  @media only screen and (max-width: 550px) {
    #generalcontainer {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 90px;
    }
    #name {
        font-size: 60px;
        line-height: 60px;
    }
    #bio {
        font-size: 18px;
        line-height: 24px;
        max-width: 600px;
    }
    
    #links {
        height: auto;
        max-width: 600px;
    }
    
    .link {
        font-size: 18px;
        line-height: 24px;
        font-family: Reader-Regular, Helvetica;
        color: black;
    }
    .spacer {
        height: 30px;
    }
    .article {
        font-size: 18px;
        line-height: 28px;
        font-family: Reader-Regular, Helvetica;
        color: black;
    }
    #footertag {
        padding-left: 30px;
        padding-bottom: 20px;
    }
  }


  #mattercanvas {
    top: 0px;
    position: fixed;
    z-index: 0;
    left: 0px;

}