
*
{
    margin: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}
*:has(option[value="light"]:checked)
{
    color:white;
}
body
{
    display:flex;
    justify-content: center;height: 500px;
    background-color: grey;
}
h1
{
    font-weight: 1;
    font-size: 45px;
    line-height: 5px;
}

h2
{
    font-weight: 1;
    font-size: 30px;
}


header {
    height: fit-content;
    border-radius: 20px;
    background-color: rgba(131, 247, 190, 0.8);
    display: flex;
    align-items: center;
    padding-left: 0.5em;
    padding-top: 3em;
    padding-bottom: 3em;
}


header:has(option[value="light"]:checked)
{
    background-color: #7c0841;
    color:white;
}

.panel
{
    border: 2px  solid #3d3d3d;
    border-radius: 30px;
    margin: 20px;
    padding: 10px;
    width: max(800px,60%);
    background-color: rgba(230 230, 235, .8);
    backdrop-filter: blur(4px) invert(100%); 
    height:fit-content;
}
.panel:has(option[value="light"]:checked)
{
background-color: rgba(14, 14, 14,0.8);
}

#pfp
{
    border-radius: 30px;
    border: 1px solid rgb(47,57,75);
    margin-right: 5px;
}

select
{
    font-size:15px;
    height: 4vh;
    margin: 4px;
    background-color: rgb(15, 14, 14);
    color:white;
    border-radius:10px;
    align-self: flex-start;
}
select:hover
{
    background-color: #2d2d2d;
}
select:has(option[value="light"]:checked)
{
    background-color: rgb(237, 237, 237);
    color:black;
}
select:hover:has(option[value="light"]:checked)
{
    background-color: rgb(219, 216, 216);
}
p
{
    word-wrap: no-wrap;
    margin:20px;
}
dt
{  
    color: rgb(244, 66, 66);
    font-size: 25px;
    font-weight: 300;
}
dt:has(option[value="light"]:checked)
{
    color: lightblue;
}
dd
{
    font-weight:100;
    margin-left:15px;
}
.EducationBox
{
    border: 1px solid rgb(47,57,75);
    border-radius: 5px;
    display:flex;
    justify-content:flex-start;
    height: fit-content;
    padding:1vh;
    margin: 1vh;
}
.ImageBox 
{
    display: flex;
    margin: 0.5vh;
    justify-content: center;
    align-items: center;
    margin-right:1vw;
}
.EducationBox img
{
    background-color: transparent;
    width: 16vw;
    height:auto;
}

.EducationBox dd
{
    font-size: 18px;
}

.skillbox
{
    margin-top: 10px;
    width:50%;
}

.awardsbox dt
{
    margin-bottom: 1vh;
}
.awardsbox dd
{
    margin-bottom:2vh;
}

/*
.awardsbox dd::first-line 
{
    font-size: 16px;
    font-style: italic;
}*/

#achievement_showcase
{
    cursor:ew-resize;
    margin-top: 5px;
    display:flex;
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    position:relative;
}

.card
{
    scroll-snap-align: center;
    scroll-snap-stop:always;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    border-radius:14px;
    text-align: center;
}

.card img
{
    border-radius: 15px;
    width:  90%;
}
a
{
    text-decoration: none;
    color:rgb(22, 162, 209);
}
