@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root{
    --red: #f1414a;
    --white: white;
    --black: black;
}
* {
    margin: 0px;
    padding: 0px;
}
#redline{
    height: 7px;
    width: 100vw;
    background-color: var(--red);
    position:fixed;
    top: 0;
    right: 0;
}
body{
    /* background: url(../images/Body_background_tileable.svg);
    background-repeat: repeat;
    background-size: contain; */
    font-family: 'Roboto', sans-serif;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

header {
    background-color: var(--red);
    width: 400px;
    margin: auto;
    border-radius: 0px  30px;
}

a {
    text-decoration: none;
    color: black;
}

header ul {
    text-align: left;
    padding: 25px;
    display: flex;
}

header li {
    display: inline;
    color: white;
    font-size: 20px;
}

#G {
    margin: 9px 7px;
    color: white;
    font-size:  13px;
}

article{
    max-width: 1000px;
    margin: auto;
}

#poster{
    margin-top: 30px;
    border-width: thick;
    border-color: orange;
    box-shadow: 0px 0px 50px rgb(0 0 0/0.5);
    background: white;
    border-radius: 25px;
    display: flex;
}
#poster img#data{
    border-radius: 25px 0px 0px 25px;
}
#poster figcaption h1{
    font-size: 60px;
    color: #1F1F1F;
}
#poster figcaption{
    margin: 10px 20px 15px 20px;
    max-width: 660px;
    font-size: 20px;
}

#social{
    margin: 15px 0px 0px 0px;
    display: flex;
}

#linkedin{
    display: block;
    background: url(../images/LinkedIn.png);
    background-size: contain;
    width: 52px;
    height: 52px;
    margin: 0px 3px 0px 0px;
}

#linkedin:hover{
    background: url(../images/LinkedInho.png);
    background-size: contain;
    width: 52px;
    height: 52px;
    cursor: pointer;
}

#linkedin a{
    display: block;
    width: 52px;
    height: 52px;
}
#twitter{
    display: block;
    background: url(../images/Twitter.png);
    background-size: contain;
    width: 52px;
    height: 52px;
    margin: 0px 3px;
}

#twitter:hover{
    background: url(../images/Twitterh.png);
    background-size: contain;
    width: 52px;
    height: 52px;
    cursor: pointer;
}

#twitter a{
    display: block;
    width: 52px;
    height: 52px;
}

#instagram{
    display: block;
    background: url(../images/Instagram.png);
    background-size: contain;
    width: 52px;
    height: 52px;
    margin: 0px 3px;
}

#instagram:hover{
    background: url(../images/Instagramho.png);
    background-size: contain;
    width: 52px;
    height: 52px;
    cursor: pointer;
}
#instagram a{
    display: block;
    width: 52px;
    height: 52px;
}
#email{
    display: block;
    background: url(../images/Emailho.png);
    background-size: contain;
    width: 52px;
    height: 52px;
    margin: 0px 3px;
}
#email:hover{
    background: url(../images/Email.png);
    background-size: contain;
    width: 52px;
    height: 52px;
    cursor: pointer;
}
#email a{
    display: block;
    width: 52px;
    height: 52px;
    margin: 0px 5px;
}

#projects{
    color: white;
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 50px;
}
#works p{
    font-size: 20px;
}
#projects h2{
    padding: 20px 0px;
    background: #f1414a;
    border-radius: 30px  0px;
}

.proj{
    background: white;
    color: black;
    margin: 50px 0px 0px 0px;
    box-shadow: 0px 0px 50px rgb(0 0 0/0.3);
    border-radius: 25px;
    padding-bottom: 20px;
}
.header{
    display: flex;
    justify-content: space-around;
    padding: 0px 25px;
}
.header .pseudo{
    width: 150px;
}
.header button{
    width: 150px;
    height: 50px;
    background-color: var(--red);
    border: none;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    color: white;
    align-self: center;
}
.header button:hover{
    cursor: pointer;
    background-color: var(--red);
}
.proj figure{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#works h3{
    font-size: 30px;
    padding: 20px 0px 10px 0px;
}
#works .k{
    text-align: center;
    font-size: 40px;
    padding: 20px 0px;
}
#kasa{
    display: block;
    margin: auto;
}

#works figure{
   padding: 0px 25px 25px 25px; 
}

.k{
    text-align: center;
    font-size: 40px;
    padding: 20px 0px;  
}
iframe{
    display: block;
    margin: auto;
}

#project-expander {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}