html{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

:root {
    /* Assign variables here */
    --min-page-width: 800px;
    --min-page-height: 400px;
    --nav-bar1-height: 80px;
    --nav-bar2-width: 100px;
    --section-height: 650px;
}

/* HORIZONTAL NAV BAR */
.nav-gradient{ 
    position: fixed;
    width: 100%;
    min-width: var(--min-page-width);
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1), rgba(255,255,255,0) 100%);
    height: 120;
    top: 0px;
}

.nav-bar1{
    position: fixed;
    width: 100%;
    min-width: var(--min-page-width);
    
    height: var(--nav-bar1-height);
    top: 0px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    
    
}

.home-nav {
    background: none;
    width: 20%;
    display: block;
    float: left;
}

.home-nav img{
    height: var(--nav-bar1-height);
    padding-top: 15px;
    padding-left: 15px;
}

.nav-bar1 li {
    float: right;
    padding-right: 50px;
}
.links1 {
    
}

.nav-bar1 li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 24px;
    height: 30px;
    padding-top:18px; 
    padding-bottom:32px; 
}

li a:hover {
    /*-webkit-animation: fadein-main 0.5s;
    opacity: 0.5;*/
    font-style: italic;
}

.nav-bar1-accent{
    float: right;
    height: var(--nav-bar1-height);
    width:15px;
    height: 50px;
    padding: 15 20 15 0;
}
.nav-bar1-inner{
    float: right;
    background:black;
    height: var(--nav-bar1-height);
    width:15px;
    height: 50px;
}

/* VERTICAL NAV BAR */
.nav-bar2-container{
    position: fixed;
    background: none;
    width: var(--nav-bar2-width);
    min-height: var(--min-page-height);
}
.nav-bar2{
    padding-top: var(--nav-bar1-height);
    min-height: var(--min-page-height);
    height: 600px;
    background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1), rgba(255,255,255,0) 100%);
    list-style-type: none;
    margin: 0;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding-left:10px;
    
    
}
.nav-bar2 li {
    float: right;
    padding-top: 40px;
    
}

.nav-bar2 li a {
    position: absolute;
    left: 50%;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 18px;
    height: 25px;
    padding: 25 0 25 0;
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}

.contents-link {
    top: 270px;
}

.authors-link {
    top: 370px;
}

.nav-bar2 h3 {
    line-height: 0px;
    font-size: 20;
    font-size: 17px;
    
}
.nav-bar2-accent{
    height: 70px;
    padding-left: 24px;
    padding-top: 75px;
}

.nav-bar2-inner{
    background:black;
    height: 5px;
    width: 40px;
}

/* BODY */
body{
    font-family: quasimoda;
    width: 100%;
}

/* COVER SECTION */
.cover-container{
    min-width: 1100px;
    height: var(--section-height);
    padding-left: var(--nav-bar2-width);
}

.cover{
    display: block;
    height: var(--section-height);
    background: none;
}

.cover-text{
    display: block;
    float:left;
    padding-left:15%;
    padding-top: 150px;
    width: 35%;
    height: var(--section-height)-150px;
}
.cover-text h1{
    font-size: 120px;
    line-height: 0;
    padding-bottom: 15px;
    margin-top: 30;
    
}
.cover-text h2{
    font-family: quasimoda;
    font-size: 25px;
    font-weight: 100;
    line-height: 8px;
    padding-left: 5px;
    
}
.cover-text h5{
    font-size: 53px;
    padding-left: 0px;
    line-height: 12px;
    margin-bottom:50px;
    margin-top:70px;
    /*color: rgb(235, 235,0);*/
    letter-spacing: 5.6px;
    font-family: garamond;
    font-weight: 100;
    text-align: right;
}
.cover-image {
    display: block;
    float: left;
    width: 30%;
    height: 450px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 0px;
}
.cover-image img{
    height: 450px;
}
/* CONTENTS SECTION */
.contents-container{
    height: 600;
}

/* CONTENTS NAV BAR */

.contents-nav-background{
    display: block;
    height: 100px;
    background: none;
    width: 100%;
}

.contents-nav{
    padding-left: var(--nav-bar2-width);
    display: block;
    height: 100px;
}

.contents-nav h1 {
    float:left;
    display: block;
    text-align: center;
    font-size: 40px;
    height: 50px;
    margin: 0;
    width: 180px;
    padding: 20 0 30 0;
    padding-left: 15%;
}

.contents-nav li {
    list-style-type: none;
    height: 50px;
    float: left;
    padding: 20 20 30 20;
}
.articles-link{
    text-align: right;
    padding-left: 75px;
}

.contents-nav li a {
    display: block;
    text-align: right;
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-family: quasimoda-2;
    font-weight: 100;
    height: 30px;
    padding-top:18px; 
    padding-bottom:32px;
}

.contents-nav-accent{
    display: block;
    float: left;
    height:35px;
    padding-top: 35px;
    padding-bottom: 30px;
    width: 2px;
}
.contents-nav-inner{
    width: 2px;
    background:black;
    height: 35px;
}

/* CONTENTS CAROUSEL */
.contents-carousel{
    overflow-x: auto;
    display: flex;
    height: 450px;
    background: none;
    padding-left: var(--nav-bar2-width);
}

.contents-carousel a {
}

.article-box{
    float: left;
    min-width: 400px;
    height 0px;
    margin-left: 80px;
}

.article-box-deco{
    float: left;
    display: block;
    width: 10px;
    height: 100%;
    margin-right: 10px;
    background: black;
}

.article-box a {
    text-decoration: none;
    color: black;
}

.article-image-container h3:hover {
    letter-spacing: 1.2px;
}

.article-image-container h2:hover {
    text-decoration: underline;
}

.article-image-container {
    background: none;
    max-height: 250px;
    margin:auto;
}

.article-image-container img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
    border: 1px solid black;
}

.article-desc-container{
    background: none;
    text-align: center;
    margin-bottom: 10px;
}
.article-desc-container h1{
    font-size: 28px;
    height: 30px;
    margin:0px;
    font-family: quasimoda;
    font-weight: 100;
    margin-bottom: 15px;
    text-align: left;
}

.article-image-container h2{
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 100;
    font-size: 27px;
    line-height: 30px;
    font-family: quasimoda;
}
.article-image-container h3{
    text-align: left;
    margin-top: 15;
    font-weight: 100;
    font-size: 23px;
    color: black;
    font-family: quasimoda;
    /*font-family: cormorant-garamond;*/
    
}


/*
.contents-carousel a {
}

.article-box{
    float: left;
    min-width: 400px;
    height 300px;
    margin-left: 120px;
}

.article-box-deco{
    float: left;
    display: block;
    width: 10px;
    height: 100%;
    margin-right: 10px;
    background: black;
}

.article-box a {
    text-decoration: none;
    color: black;
}

.article-desc-container h3:hover {
    letter-spacing: 1.2px;
}
.article-desc-container h2:hover {
    color: grey;
}
.article-image-container{
    background: none;
    max-height: 250px;
    margin:auto;
}
.article-image-container img{
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
    margin-bottom: 45px;
}

.article-desc-container{
    background: none;
    text-align: center;
    margin-bottom: 10px;
}
.article-image-container h1{
    font-size: 28px;
    height: 30px;
    margin:0px;
    font-family: quasimoda;
    margin-bottom: 15px;
    text-align: left;
}

.article-desc-container h2{
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 100;
    font-size: 32px;
    line-height: 30px;
    font-family: cormorant-garamond;
    cursor: pointer;
}
.article-desc-container h3{
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 18px;
    color: black;
    font-family: quasimoda;
    /*font-family: cormorant-garamond;/
    font-style: italic;
}



/* AUTHORS SECTION */

.authors-container{
    top: 1300px;
    height: var(--section-height);
    padding-left: var(--nav-bar2-width);
}

.authors{
    display: block;
    height: var(--section-height);
    background: none;
    min-width: 1100px;
}

.authors-image {
    display: block;
    float: left;
    width: 40%;
    height: 450px;
    padding-left:15%;
    margin-top: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    min-width: 400px;
}
.authors-image img{
    height: 250px;
    width: 100%;
    object-fit:cover;
}
.authors-image h1{
    font-size: 40px;
    line-height: 0;
    padding-bottom: 15px;
    
}
.authors-image h3{
    font-size: 16px;
    font-weight: 100;
    line-height: 16px;
    margin-top: 40px;
    margin-bottom: 0;
    letter-spacing: 1px;
    
}
.authors-image h4{
    font-size: 20px;
    font-weight: 100;
    font-family: cormorant-garamond;
    color: black;
    margin: 0;
    margin-top: 20;
    
}

.authors-text{
    display: block;
    float:left;
    padding-left:20px;
    padding-top: 50px;
    width: 40%;
    min-width: 350px;
    height: 250px;
}

.authors-text h2{
    font-family: quasimoda-2;
    font-size: 40px;
    font-weight: 100;
    padding-left: 60px;
    line-height: 15px;
    cursor: pointer;
}