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

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

body {
    min-width: 100%;
    display: block;
    margin: 0;
    background-color:black;
}

.main {
    position: absolute;
    text-align: center;
    padding-left: 30vw;
    width: 40vw;
    padding-top: 40px;
    padding-bottom: 20px;
}

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

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

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

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

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

a.button_navigation:visited {
    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;
}

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

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

.infobox p{
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 40;
    font-size: 2.2vh;
    line-height: 2.8vh;
    color:white;
    margin: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: white;
    -webkit-text-stroke: 0.7px white; 
}

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

a.mail:visited{
    text-decoration: none;
    font-family: 'Pencerio-Hairline';
    color: white;
    -webkit-text-stroke: 0.7px white; 
}

a:visited {
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
  text-decoration: none;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
.projects {
        padding: 0;
        width: 100%;
        position: relative;
        left: 0%;
    }

.linkbox{
        top:8vw;
        left:8vw;
        margin: 0px;
        position: fixed;
    }
    
.main{
        width: 84vw;
        padding: 25vh 8vw 8vw 8vw;
        margin:0;  
    }
    
.button{
        display: none;
    }
    
.button_navigation{
        font-size: 4.5vh;
        line-height: 5vh;
    }
    
h1 {
        font-size: 17vh; 
        line-height: 12.5vh;
    }

p {
        font-size: 2.5vh;
        line-height: 2.6vh;
    }
}
