@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: 100vw;
    min-height: 100vh;
    background-color:white;
    text-align: center;
}

.colorcurrent{
    display:block;
    width: 100vw;
    min-height: 100vh;
    background:     linear-gradient(to left, white 25%, transparent 75%),
                    linear-gradient(to top, white 25%, transparent 75%);
    background-color: #CBFFD1;
    text-align:center;
}

.colorpast{
    position:fixed;
    display:block;
    width: 100vw;
    height: 100vh;
    background:     linear-gradient(to right, white 25%, transparent 75%),
                    linear-gradient(to top, white 25%, transparent 75%);
    background-color: #C6B462;
    text-align:center;
    overflow-y:scroll;
}

.colornext{
    position:fixed;
    display:block;
    width: 100vw;
    height: 100vh;
    background:     linear-gradient(to right, white 25%, transparent 75%),
                    linear-gradient(to bottom, white 20%, transparent 80%);
    background-color: #BBB0E3;
    text-align:center;
    overflow-y:scroll;
}

.backgroundgradient{
    overflow-y:scroll;
}

.colorcurrent_past{
    display:block;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to top, white 25%, transparent 75%),
                linear-gradient(to left, #C6B462 25%, #CBFFD1 75%);
    text-align:center;
}

.colorcurrent_next{
    display:block;
    width: 100%;
    min-height: 100vh;
    background:     linear-gradient(to left, #BBB0E3 25%, transparent 75%),
                    linear-gradient(to top, white 25%, #CBFFD1 75%);
    text-align:center;
}

.colorpast_next{
    display:block;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to right, white 25%, transparent 75%),
                linear-gradient(to top, #BBB0E3 30%, #C6B462 70%);
    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: absolute;
}

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

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

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

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

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

.next{
    float: right;
    text-align:center;
    bottom: 0px;
    height:30vh;
}

.next_button{
    position: relative;
    bottom: 20vh;
    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_next {
    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_next:hover {
    background-color: #BBB0E3;  
    text-decoration: none;
}

.button_next_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_next_active:hover{
    background-color: #BBB0E3; 
    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: 22vh;
    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: */
    .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: 12.5vh; 
        line-height: 9vh;
    }
    
    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%;
        padding-top: 4vh;
        top: 41vh;
        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;
    }
    .colornext{
        display:block;
        width: 100%;
        border-bottom: 0;
        background-image:radial-gradient(circle farthest-side, #BBB0E3 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_next {
        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_next_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: 23%;
    }

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

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

}

