@font-face {
    font-family: 'Sora';
    src: url('/assets/Sora.ttf');
}

body {
    background: linear-gradient(to bottom, #111111, #5FD7FF);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Sora", sans-serif;
    font-size: clamp(1rem, 2vw, 1.5em);
    color: #FFFFFF;
    padding: 2vw;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p { margin: 0; color: #aaeeff; }
h1 { font-size: clamp(2.5rem, 6vw, 3.5rem); }
h2 { font-size: clamp(2rem, 5vw, 3rem); }
h3 { font-size: clamp(1.5rem, 4vw, 2.25rem); }
h4 { font-size: clamp(1.25rem, 3vw, 1.75rem); }
h5 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
h6 { font-size: clamp(1rem, 2vw, 1.2rem); }
p  { font-size: clamp(0.95rem, 1.8vw, 1.1rem); }

.itemdiv {
    margin-top: 2vh;
    display: flex;
    justify-content: space-between;
    gap: 2vh;
    flex-wrap: wrap;
}

.item {
    margin: 0;
}

.textgradient {
    background-image: linear-gradient(to right, #FFFFFF, currentColor);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#funText {
    margin-top: 2vh;
    margin-bottom: 4vh;
    white-space: pre-line;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
}

.list {
    background-color: rgba(17,17,17,0.1);
    color: #FFFFFF;
    border-radius: 1rem;
    padding-top: 40px;
    width: 90%;
    font-size: clamp(0.9rem, 1.8vw, 1.2rem);
}

.projects, .members, .footer {
    background-color: rgba(17,17,17,0.1);
    padding: 40px;
    margin: 40px;
    margin-top: 0;
    border-radius: 1rem;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.members {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#projects, #members {
    display: flex;
}

#projects {
    flex-direction: column;
}

#members {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.projects:hover, .members:hover, .footer:hover {
    background-color: #1a1a1a;
    transition: background-color 0.5s ease;
}

a {
    text-decoration: none;
    font-size: inherit;
}

.socials {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1vw;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer {
    flex: 1 1 20px;
    display: flex;
    flex-direction: row;
    gap: 1vw;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

img.mv {
    margin: 0;
}

.mtop {margin-top: 4vh;}
.mbottom {margin-bottom: 4vh;}
.mleft {margin-left: 4vw;}
.mright {margin-right: 4vw;}
.mv {margin: 4vh 0;}
.mh {margin: 0 4vw;}

.RED_B { color: #FF0000; }
.GEEN_B { color: #00FF00; }
.YELLOW_B { color: #FFFF55; }
.BLUE_B { color: #5555FF; }
.MAGENTA_B { color: #FF55FF; }
.LIGHT_BLUE_B { color: #5FD7FF; }
.PINK_B { color: #FF87D7; }
.PURPLE_B { color: #5F00AF; }
.ORANGE_B { color: #FF5F00; }
.CYAN_B { color: #00AF87; }
.COLOR_RESET { color: #FFFFFF; }
.BLACK_B { color:#000000; }
.WORKSHOP.B { color:#115A69; }
