* {
    max-width: 100%;
    font-family: 'Cairo';
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

/* Above the fold */

.above_the_fold_img_wrap {

    position: absolute;
    width: 80%;
    height: 144vh;
    left: -10px;
    top: -353px;


    background: url(images/Liquid_Sunshine.webp);
    background-size: 85%;
    background-repeat: no-repeat;


}

.above_the_fold_text_wrap {
    width: 460px;
    font-size: 18px;
    text-shadow: 1px 1px 2px #000000;
    color: white;
    position: absolute;
    margin-left: 15%;
    margin-top: 30%;

}

#above_the_fold {
    z-index: -2;
    background-color: black;
    padding: 20px;
    height: 100vh;
}

#above_the_fold ul {
    z-index: 10;
    position: relative;
    font-size: 22px;
    text-shadow: 1px 1px 2px #000000;
    color: white;
    /* position: absolute; */
    margin-left: 65%;
    margin-top: 10%;
    width: 300px;



    list-style: none;
}


#above_the_fold li {

    font-size: 22px;
    text-shadow: 1px 1px 2px #000000;
    color: white !important;
    /* position: absolute; */

    /* width: fit-content; */



    list-style: none;
}

#above_the_fold b {
    font-size: 32px;
}

#above_the_fold a {
    /* display: inline-block; */
    font-family: 'Cairo';
    font-style: normal;
    color: white !important;
    /* font-weight: 400; */
    font-size: 30px;
    line-height: 60px;
    margin: auto;

    text-decoration: none;
    padding: 20px;
    transition: all 1s;


}

#above_the_fold a:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #ffffff;
    transition: width .2s ease, background-color .3s ease;
    /* .5 seonds for changes to the width and background-color */
    -webkit-transition: width .2s ease, background-color .3s ease;
    /* Chrome and Safari */
    -moz-transition: width .2s ease, background-color .3s ease;
    /* FireFox */
}

#above_the_fold li:hover a:after {
    width: 100%;
    background: #ffffff;
}


#above_the_fold a:hover:after {
    width: 100%;
    background: #ffffff;
}







@media only screen and (max-width: 600px) {
    .above_the_fold_img_wrap {
        left: 0px;
        right: 0;
        width: 100%;
        background-size: 100%;
        top: -100px;

        /* position: fixed; */
    }

    #above_the_fold {
        padding: 0;
        height: 80vh;

    }

    .above_the_fold_text_wrap {
        font-size: 17px;
        width: 300px;
        margin-left: 12%;
        margin-top: 40%;
    }

    #above_the_fold ul {
        display: none;
    }
}



/* navbar */
nav {
    position: sticky;
    width: 100%;
    top: 0;


}

nav h1 {
    width: fit-content;
    color: white;
    margin: 0;
    margin-top: 8px;
    margin-left: 10px;
    font-weight: 100;
}

.nav_list {}

nav ul {

    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(78, 78, 78);
    height: 60px;
}

nav li {

    float: right
}

nav li a {
    display: block;
    color: white !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#hamburger{
    display: none;
    margin-right: 12px;
    margin-top: 5px;
    font-size: 22px;

}

#myLinks{
    display: none;
    font-size: 15px;
    color: white;

    
}

#myLinks li{
    float: none;
    padding: 0;
    width: fit-content;
    display: inline;

}
#myLinks a{
    display: block;
  color: white;
  margin-left: 20px;
  margin-top: 10px !important;
  
}

#myLinks br{ 
    margin-left: 10px;
    margin-top: 30px !important;
  }

#myLinks ul{
  height: 175px;
}

@media only screen and (max-width: 600px) {
    #hamburger{
        display: flex;
        float: right;
    }
    nav h1 {
        margin-left: 20px;
        margin-top: 12px;
        font-size: 18px;
    }
    nav li a {
        display: none;
    }
   nav ul{
       max-width: 100%;
    }
    nav {
        max-width: 100%;
        position: fixed;
    }

   

    
}



/* main */

.artist_wrap {
    display: flex;
    margin-bottom: 100px;
}

.artist_wrap img {

    float: left;
    width: 450px;
    height: 450px;
    object-fit: cover;
    vertical-align: middle;
}

.artist_bio_wrap {
    width: 50%;
    margin-left: 30px;
    margin-right: 30px;
}

@media only screen and (max-width: 600px) {
    .artist_wrap {
        display: block;
        width: 100%;
    }
    .artist_bio_wrap {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .artist_wrap img {
        width: 100%;
    }


}

.tools_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.tool{
    width: 85%;
}

.tools_wrap p {
    height: fit-content;
}

@media only screen and (max-width: 600px) {
    #tools{
        
        width: 100%;
        margin-right: 10px;
    }

    .tools_wrap{
        display: block;
    }

    .tool{
        width: 90%;
    }
}

#history_entries{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.history_block{
    width: 85%;
    background-color: #9DCCCD;
    padding: 25px;
    border-radius: 30px;
    margin-top: 10px;
}

.block_1{
    height: fit-content;
}

.block_2{
    margin-top: 120px;
}

.block_3{
margin-top: -550px;
height: fit-content;
}

.block_4{
    margin-top: 100px;
}

@media only screen and (max-width: 600px) {
    #history_entries{
        display: block;
    }
    .history_block{
        width: 90%;
    }
    .block_2 , .block_1, .block_3, .block_4{
        margin-top: 20px;
    }

    
}


h2{
    font-size: 18px;
}

.see_btn{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-decoration: none !important;
    color: white !important;
}

h1{
    padding-top: 100px;
}

h1:first{
    margin-top: 0px;
}

#nav_h1{
    padding-top: 0;
}

/* Scroll bar */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgb(0, 0, 0);

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    width: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 
#02dcea
 */

#sources{
    display: block;
    position: relative;
    bottom: 0;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}




.main {
    margin-left: 12%;
    margin-right: 12%;
}

@media only screen and (max-width: 600px) {
    h1{
        padding-top: 50px;
    }
    #sources a{
        display: block;
        font-size: xx-small;
    }
}


 