* {
    margin: 0;
    padding:0;
}

html {
    scroll-behavior: smooth;
  }
/*-------------------------------- BODY --------------------------------*/

body {
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*------------------------------ LANDING ------------------------------*/

section {
    width: 100%;
    min-height: 100vh;
}

#landing {
    background-color: white;
}

#landing *:hover{
    color:#F1CEFF;
}

#landing nav {
    width: 100%;
    background-color: black;
    color: white;
}

.cv {
    color: white;
    text-decoration: none;
}
.about {
    color:white;
    text-decoration: none;
}
.contact {
    color:white;
    text-decoration: none;
}

#landing nav ul {
    margin: 0 auto;
    width: 50%;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#landing nav li {
    padding: 15px;
}

#landing {
    min-height:0;
}

/*-------------------------------- HERO --------------------------------*/

#hero {
    margin:0;
    min-height:100vh;
    background-image: url(../img/curve2.png);
    background-size:fixed;
    background-repeat:no-repeat;
    background-position-y: 0%;
    -moz-transform: scaleX(-1); /*thanks google*/
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    display:relative;
    background-position:relative;
}


#hero .title {
    color: black;
    position: absolute;
    margin-top: 0px;
    width: 40%;
    height: 40%;
    display: flex;
    align-items: center;
    flex-direction: column;    
    justify-content: center;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

h1 {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: bold;
    font-size:140px;
    position:absolute; bottom:-90px; right:160px;
    line-height:120px;
}

#hero p {
    margin-left: 0px;
    text-decoration:none;
    font-size:20px;
    font-family: 'Courier New', Courier, monospace;
    position:absolute; bottom:-106px; right:172px;
    font-weight: bolder;
}

.picRight{
    display:absolute;
    margin-top: 26%;
    margin-left:1%;
    align-items: right;
    border-radius: 50%;
    position:relative; bottom:380px; left:1010px;
    justify-content: center;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";    
}

#hero {
    background-size:cover;
    background-position:left;
    min-height:80vh;
    border-bottom: 0px;
}

/*------------------------------ ABOUT ME ------------------------------*/
#aboutme {
    border-top: 0px;
    margin-top:0;
    margin-bottom:0px;
    position: relative; bottom:0300px; left:000px;
    font-size:medium;
}

#aboutme .grid {
    background-color: #F1CEFF; 
    padding:50px;    
    margin-top: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

#aboutme .grid {
    color: #5b4264;
    font-size: x-large;
    text-shadow: 1px 1px white;
    font-weight: bolder;
    align-self:bottom;
    text-align:center;
    align-content:end;
}

.icon-education {
    position:relative;
    z-index:50;
    bottom:-200px;
    left:185px;
    vertical-align: bottom;
}

.icon-future {
    position: relative;
    bottom:-310px;
    left:470px;
    vertical-align: bottom;
}

.icon-hobbies {
    position: relative;
    bottom:-435px;
    left:815px;
    vertical-align: bottom;
    align-content:justify;
}

#aboutme .grid .title-education {
    position:relative; top:100px; right: 0px;;
    width: 550px;
    font-size:xx-large;
    font-family:'Courier New', Courier, monospace;
}

#aboutme .grid .title-future {
    position:relative; bottom:-224px;
    width: 550px;
    font-size:xx-large;
    font-family: 'Courier New', Courier, monospace;
}

#aboutme .grid .title-hobbies {
    position:relative; bottom:-355px;
    width: 550px;
    font-size:xx-large;
    font-family: 'Courier New', Courier, monospace;
}

#aboutme .grid .education {
    position:relative; top:16px; right: 0px;;
    width: 550px;
}

#aboutme .grid .future {
    position:relative; bottom:-144px;
    width: 550px;
}

#aboutme .grid .hobbies {
    position:relative; bottom:-272px;
    width: 550px;
}

#aboutme{
    min-height:0px;
}

/*------------------------------ PROJECTS ------------------------------*/

#projects *{ /*sorry for the mess, I had a big white bar that I tried to hide Lol...*/
    margin-top:0px;
}

.guide {
    font-family: 'Courier New', Courier, monospace;
    margin:30px;
    text-align: center;
    font-weight:bolder;
    font-size:xx-large;
    position:absolute; top:70px; right:590px;
}

#projects{
    min-height:0;
    position: relative; bottom:0300px; left:000px;
    margin:30px;
    align-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height:0vh;
}

.stockholm {
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-items:center;
    position:flex; bottom: 200px; left:700px;
}

.sanfrancisco {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    align-items:center;
    position:flex; bottom: 200px; left:700px;
}

.copenhagen {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin:30;
    align-items:center;
    position:flex; bottom: 200px; left:700px;
    
}

.column1 {
    position: relative;
    display: inline-block;
    overflow: hidden; 
    position:flex; right:-470px; top:200px;
}
.column1 .stockholm-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.column1:hover .stockholm-top {
    display: inline;
}

.column2 {
    position: relative;
    display: inline-block;
    overflow: hidden; 
    position:flex; right:-570px; top:200px;
}
.column2 .sanfrancisco-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.column2:hover .sanfrancisco-top {
    display: inline;
}

.column3 {
    position: relative;
    display: inline-block;
    overflow: hidden; 
    position:flex; right:-670px; top:200px;
}
.column3 .copenhagen-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.column3:hover .copenhagen-top {
    display: inline;
}

.column {
    float: left;
    width: 33.33%;
    flex: 33.33%;
    padding: 5px;
  }
  
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .row {
    display: flex;
  }
  
.grid2:hover {
    opacity: 1;
      
}


/*------------------------------ CONTACT ------------------------------*/


#contact{
    min-height: 100px;
    background-color:#F1CEFF;
    height: 10%;
    font-weight:bolder;
    font-size:x-large;
    color: #5b4264;
    text-align:center;
}

.socials{
    position:relative;top:15px;
    text-decoration: none;
    text-shadow: 1px 1px white;
}

.twitter{
    text-decoration: none;
    color: #5b4264;
}

.twitter:hover{
    color:black;
}

.instagram {
    text-decoration: none;
    color: #5b4264;
}

.instagram:hover{
    color:black;
}

/*------------------------------ FOOTER ------------------------------*/

footer {
    justify-content: fixed;
    margin:10px;
    color: gray;
    min-height: 10px;
    position: relative; bottom:000px; left:000px;
}