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: 100;
    top: 0px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background: rgb(240,220,00);
    
}

.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;
}

/* BODY */
body{
    /*background: rgb(200,200,200);*/
    background: rgb(240,220,00);
    margin: 0px;
    margin-top: 200px;
    width: 100%;
    font-family: quasimoda;
}

.editorial-text{
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}

.editorial-col-1{
    display: relative;
    top: 0px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.editorial-col-2{
    display: relative;
    top: 0px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

h2, h3, h4, h5, h6 {
    padding-left: 4px;
}
h1{
    margin-left: 25%;
    margin-left: 25%;
    font-size: 80px;
    line-height: 0;
    padding-bottom: 15px;
    
}
a {
    text-decoration: none;
    color: black;
}
a:hover{
text-decoration: underline;
}
h2{
    font-family: quasimoda;
    font-size: 18px;
    font-weight: 100;
    line-height: 18px;
    margin-top: 25px;
    
}

h3{
    font-family: quasimoda;
    font-size: 20px;
    font-weight: 100;
    line-height: 20px;
    margin-top: 10px;
    
}
.  h4, h6{
    font-family: quasimoda;
    font-size: 20px;
    font-weight: 100;
    line-height: 12px;
    margin: 0;
    margin-top: 15px;
    
}
h5{
    font-family: adobe-handwriting-frank, sans-serif;
    font-size: 70px;
    line-height: 12px;
    margin:0;
    position: relative;
    bottom: 30px;
    left: 120px;
    color: rgb(255, 80,235);
    /*color: rgb(235, 235,0);*/
    letter-spacing: -1.5px;
}
h6 {
    margin-top: 26px;
}