@import url('pencerio.css');
@import url('clash-grotesk.css');


html {
    width: 100%;
    margin: 0;
    overflow-y:  scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}

body {
    min-width: 100%;
    margin: 0;
    min-height: 100vh;
}

::-webkit-scrollbar{
    display: none;
  }

.colorwhite{
    display: block;
    width: 100%;
    min-height: 100vh;
    background-color:white;
    text-align: center;
}

.colorcurrent{
    display:block;
    width: 100%;
    min-height: 100vh;
    background-image:linear-gradient(to right, #CBFFD1 40%, white 60%);
    text-align:center;
}

.colorpast{
    position:fixed;
    display:block;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(to left, #C6B462 40%, white 60%);
    text-align:center;
    overflow-y:scroll;
}

.backgroundgradient{
    overflow-y:scroll;
}

.colorcurrent_past{
    display:block;
    width: 100%;
    min-height: 100vh;
    background-image:linear-gradient(to right, #CBFFD1 40%, #C6B462 60%);
    text-align:center;
}

h1 {
    font-size: 18vh; 
    font-style: normal;
    line-height: 13vh;
    font-family: 'ClashGrotesk-Regular';
    margin: 0;   
}

h2 {
    margin: 0 0 0.5vh 0;
    font-family: 'Georgia';
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5vh;
    letter-spacing:-1;
    color:black; 
}

p {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 40;
    font-size: 2.2vh;
    line-height: 2.8vh;
    color:black;
    margin:0;
}

.left{
    float: left;
    padding: 40px 0 0 40px;
    display: block;
    position: relative;
}

.current{
    float: left;
    text-align: center;
}

.current_button{
    position: relative;
    top: -15.5vh;
    text-align: center;
}

.right{
    float: right;
    padding: 40px 40px 0 0;
    display: block;
    position: relative;
}

.past{
    float: right;
    text-align:center;
}

.past_button{
    position: relative;
    top: -15.5vh;
    text-align: center;
}

.infobox{
    text-align: left;
    width: 30vw;
    margin: 40px;
    position: fixed;
    bottom: 0;
    left:0;
}

.linkbox{
    width: 30vw;
    margin: 40px;
    position: fixed;
    left:0;
    bottom: 19vh;
    text-align: left;
}

.left_link{
    text-decoration: none;
    font-family: 'Pencerio-Hairline';
    color: black;
    -webkit-text-stroke: 0.7px black;
    }

.left_link:hover{
    text-decoration:underline;
}

.left_link:visited{
    color:black;
}

section::after {
  content: "";
  display: table;
  clear: both;
}

a:link {
    text-decoration: none;
    color:black;
    font-family: 'Pencerio-Hairline';
    -webkit-text-stroke: 0.7px black;
}

a:visited {
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
  text-decoration: none;
}

.button {
    background-color: black;
    border: 1px solid black;
    border-radius: 10vh;
    color: black;
    font-size: 3.7vh;
    line-height: 5vh;
    padding: 0 0.3vh 0 0.5vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Pencerio-Hairline';
    -webkit-text-stroke: 0.7px black;
}

.button:hover{
    text-decoration: none;
}

.button_current {
    background-color: white;
    border: 1px solid black;
    border-radius: 10vh;
    color: black;
    font-size: 3.7vh;
    line-height: 5vh;
    padding: 0 0.3vh 0 0.5vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Pencerio-Hairline';
    -webkit-text-stroke: 0.7px black;
}

a.button_current:hover {
    background-color: #CBFFD1; 
    text-decoration: none;
}

.button_current_active {
    background-color: white;
    border: 1px solid black;
    border-radius: 10vh;
    color: black;
    font-size: 3.7vh;
    line-height: 5vh;
    padding: 0 0.8vh 0 0.5vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Pencerio-Hairline';
    -webkit-text-stroke: 0.7px black;
}

.button_current_active:hover{
    background-color: #CBFFD1; 
    text-decoration: none;
}

.button_past {
    background-color: white;
    border: 1px solid black;
    border-radius: 10vh;
    color: black;
    font-size: 3.7vh;
    line-height: 5vh;
    padding: 0 0.3vh 0 1.2vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Pencerio-Hairline';
    -webkit-text-stroke: 0.7px black;
}

a.button_past:hover {
    background-color: #C6B462;  
    text-decoration: none;
}

.button_past_active {
    background-color: white;
    border: 1px solid black;
    border-radius: 10vh;
    color: black;
    font-size: 3.7vh;
    line-height: 5vh;
    padding: 0 0.8vh 0 0.5vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Pencerio-Hairline';
}

a.button_past_active:hover{
    background-color: #C6B462; 
    text-decoration: none;
}

.button_navigation {
    background-color: none;
    border: 1px solid black;
    border-radius: 10vh;
    color: black;
    font-size: 3.7vh;
    line-height: 5vh;
    padding: 0 0.3vh 0 1.2vh;
    margin-top: 0.5vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Pencerio-Hairline';
    -webkit-text-stroke: 0.7px black;
}

a.button_navigation:hover {
    background-color: black;
    color: white;
    text-decoration: none;
    -webkit-text-stroke: 0.7px white;
}

.button_navigation_cv {
    background-color: none;
    border: 1px solid black;
    border-radius: 10vh;
    color: black;
    font-size: 3.7vh;
    line-height: 5vh;
    padding: 0 0.9vh 0 0.5vh;
    margin-top: 0.5vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Pencerio-Hairline';
    -webkit-text-stroke: 0.7px black;
}

a.button_navigation_cv:hover {
    background-color: black;
    color: white;
    text-decoration: none;
    -webkit-text-stroke: 0.7px white;
}

.button_navigation_current {
    background-color: white;
    border: 1px solid black;
    border-radius: 10vh;
    color: black;
    font-size: 3.7vh;
    line-height: 4.7vh;
    padding: 0 0.3vh 0 1.2vh;
    margin-top: 0.5vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Pencerio-Hairline';
    -webkit-text-stroke: 0.7px black;
}

a.button_navigation_current:hover {
    background-color: black;
    color: white;
    text-decoration: none;
    -webkit-text-stroke: 0.7px white;
}

.button_navigation_cv_current {
    background-color: white;
    border: 1px solid black;
    border-radius: 10vh;
    color: black;
    font-size: 3.7vh;
    line-height: 5vh;
    padding: 0 0.9vh 0 0.5vh;
    margin-top: 0.5vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Pencerio-Hairline';
    -webkit-text-stroke: 0.7px black;
}

a.button_navigation_cv_current:hover {
    background-color: black;
    color: white;
    text-decoration: none;
    -webkit-text-stroke: 0.7px white;
}
.projects {
    width: 30vw;
    text-align: center;
    color: black;
    display: block;
    position: absolute;
    left: 35vw;
    padding: 40px 0 40px 0;
    margin-bottom:40px;
}

.projects p{
    font-family: 'Georgia';
    font-weight: 40;
    font-size: 2.2vh;
    line-height: 2.8vh;
}

.projects_few {
    width: 30vw;
    padding-top: 35vh;
    text-align: center;
    color: black;
    display: block;
    position: absolute;
    left: 35vw;
}

.projects_few p{
    font-family: 'Georgia';
    font-weight: 40;
    font-size: 2.2vh;
    line-height: 2.8vh;
}
.projects_one {
    width: 30vw;
    padding-top: 45vh;
    text-align: center;
    color: black;
    display: block;
    position: absolute;
    left: 35vw;
}

.projects_one p{
    font-family: 'Georgia';
    font-weight: 40;
    font-size: 2.2vh;
    line-height: 2.8vh;
}



@media only screen and (max-width: 620px) {
  /* For mobile phones: */
     /* For mobile phones: */
    .body{
        width: 100%;
        margin: 0;
        height: 90vh;
    }
    
    .infobox{
        top:0;
        display: block;
        width: 84vw;
        height: 15vh;
        margin: 8vw;
    }
    
    .linkbox{
        bottom:0;
        width:84vw;
        margin:8vw;
    }
    
    h1{
        font-size: 17vh; 
        line-height: 12vh;
    }
    
    h2{
        font-family: 'Georgia';
        text-transform: uppercase;
        font-size:2.6vh;
    }
    
    p{
        font-family: 'Georgia';
        font-size: 2.5vh;
        line-height: 2.6vh;
    }
    
    .left{
        float: none;
        padding: 5%;
        top: 24vh;
        width: 90%;
        height: 20vh;
    }
    
    .colorcurrent{
        display:block;
        width: 100%;
        min-height: 100vh;
        background-image:radial-gradient(circle farthest-side, #CBFFD1 50%, white 95%);
        text-align:center;
    }

    .colorpast{
        display:block;
        width: 100%;
        border-bottom: 0;
        background-image:radial-gradient(circle farthest-side, #C6B462 45%, white 95%);
        text-align:center;
        overflow-y: scroll;
    }

    .button_current {
        font-size: 4.5vh;
        line-height: 5vh;
    }
    
    .button_past {
        font-size: 4.5vh;
        line-height: 5vh;
    }
    
    .button_past_active {
        font-size: 4.5vh;
        line-height: 5vh;
    }
    
    .button_current_active{
        font-size: 4.5vh;
        line-height: 5vh;
    }

    .button_navigation{
        font-size: 4.5vh;
        line-height: 5vh;
        margin-top:1.5vh;
    }
    
    .button_navigation_cv {
        font-size: 4.5vh;
        line-height: 5vh;
    }

    .current{
        float: none;
        height: 1vh;
    }
    
    .current_button{
        top: 38%;
    }

    .right{
        float: none;
        padding: 5%;
        padding-top: 31vh;
        width: 90%;
        height: 20vh;
    }

    .past{
        float: none;
        height: 1vh;
    }
    
    .past_button{
        position: relative;
        top: 35%;
        right:0;
    }
    
    .projects {
        width: 84vw;
        padding: 25vh 8vw 8vw 8vw;
        margin-bottom: 0px;
        position: relative;
        left: 0%;
    }
    
    .projects_few {
        width: 84vw;
        padding: 26vh 8vw 8vw 8vw;
        position: relative;
        left: 0%;
    }
    
    .projects_one {
        width: 84vw;
        padding: 46vh 8vw 8vw 8vw;
        position: relative;
        left: 0%;
    }
}

