
/* Asked Chatgpt how you are meant to add a downloaded font*/
@font-face {
    font-family: "KobayashiHenrietta";
    src: url(/fonts/KobayashiHenrietta-mLEEV.otf);
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

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

body{
    margin: 0;
    padding: 0;
    background-color: rgba(23, 23, 22, 0.914);
    font-family: EB Garamond;
    overflow-x: hidden;
}

body ul{
    margin: 0;
    padding: 0;
}

/* HEADER SECTION */

header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 5px 20px;
    background-color: #0b8aca;
    color: white;
    position: sticky;
    top: 0;
    width: max;
}

a{
    text-decoration: none;
    color: white;
}

#logo{
    font-family: "KobayashiHenrietta";
    font-size: clamp(20px, 4vw, 40px);
}
nav ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav ul li{
    padding: 10px 20px 10px 20px;
    list-style: none;
    font-size: clamp(10px, 3vw, 20px);
}

nav ul li:hover{
    background-color: #48b9f2;
    border-radius: 10px;
    transition: .3s;
    transform: translateY(-3px);
}

nav ul li a{
    color: white;
}

/* INTRO SECTION */


#intro{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 50px 50px 50px 50px;
    color: white;
}

#selfie{
    width: 20%;
    border-radius: 70px;
}

#greeting{
    font-size: clamp(50px, 10vw, 150px);
    font-weight: bold;
    font-family: EB Garamond;
    margin-bottom: 0;
}

.fill-blue{
    color: #48b9f2;
}

#job{
    font-style: italic;
    font-size: clamp(15px, 3vw, 100px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: clamp(10px, 4vw, 70px);
}

.work-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}

.work-links a{
    border: solid;
    background-color: #0b8aca;
    border-radius: 10px;
    padding: 15px;
    font-size: clamp(10px, 2vw, 35px);
    margin: clamp(10px, 2vw, 20px);
    transition: .3s;
}


.work-links a:hover{
    background-color: #48b9f2;
    box-shadow: 2px 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

/* ABOUT SECTION */

#about{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: white;
    background-color: black;
    border: solid white;
    border-radius: 20px;
    margin-right: clamp(10px, 5vw, 100px);
    margin-left: clamp(10px, 5vw, 100px);
    margin-top: 130px;
    margin-bottom: 130px;
    height: clamp(30%, 50vh, 50%);
}

#self-sticker{
    width: clamp(30%, 5vw, 40%);
    height: auto;
    border-radius: 70px;
}

.about-words{
    display: flex;
    flex-direction: column;
}

#about-title{
    font-size: clamp(40px, 10vw, 100px);
    font-weight: bold;
    font-family: EB Garamond;
    margin: 50px 0 30px 0;
    display: flex;
    justify-content: center;
}

#about-bio{
    font-size: clamp(20px, 4vh, 60px);
    margin: 10vh 10vw 10vh 10vw;
    text-align: center;
}

/* SKILLS SECTION */

/* Inspired by https://miro.medium.com/v2/resize:fit:1400/1*RzvQ8aR-ppMDMv_1x5o9Gg.png */

#skills{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: white;
}

#skills-title{
    font-size: clamp(50px, 4vw, 70px);
    font-weight: bold;
    font-family: EB Garamond;
    margin: 50px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skill-genre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    font-size: clamp(20px, 4vw, 40px);
}

#skills-words ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#skills-words ul li{
    margin: 10px;
    border: solid;
    padding: clamp(5px, 2vw, 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0b8aca;
    border-radius: 10px;
}

#skills-words ul li img{
    width: clamp(20px, 4vw, 50px);
    height: auto;
    margin-bottom: clamp(5px, 2vw, 10px);
}

#skills-words ul li:hover{
    background-color: #48b9f2;
    transition: .3s;
    transform: translateY(-3px);
}

/* COURSEWORK SECTION */

#coursework{
    margin-top: 150px;
}
    

#coursework-words{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 20px;
    color: white;
}

#coursework-title{
    font-size: clamp(50px, 4vw, 70px);
    font-weight: bold;
    font-family: EB Garamond;
    margin: 50px 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#coursework-words ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    border: solid white;
    border-radius: 10px;
    width: 80vw;
    padding: 5px;
    scrollbar-width: thin;
    scrollbar-color: #0b8aca white ;
}

#coursework-words ul li{
    margin:10px;
    font-size: clamp(20px, 4vw, 40px);
    border: solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0b8aca;
    border-radius: 10px;
    padding: 10px;
    flex: 0 0 auto;
}

#coursework-words ul li:hover{
    background-color: #48b9f2;
    transition: .3s;
    transform: translateY(-5px);
}

#coursework-words p{
    margin-top: -20px;
}