* {
    font-family: 'IBM Plex Sans';
    margin: 0;
    padding: 0;
}

html {
    max-width: 100%;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #151515 transparent;
}

body  {
    background-color: #f4f4f4;
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

hr {
    margin-right: 10px;
    margin-left: 10px;
    height: 3px;
    border: none;
    background-color: #bd9afd;
}

#navbar {
    height: 56px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background-color: #f4f4f4;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    font-size: 16px;
    z-index: 999;
}

#navbar img,
#navbar a {
    padding-left: 5px;
    height: 45px;
    max-height: 100%;
}

#navbar .nav-list ul {
    padding-right: 10px;
    list-style-type: none;
    display: flex;
}

#navbar .nav-list li {
    padding-left: 10px;
}

#navbar .nav-list a {
    color: #151515;
    text-decoration: none;
}

#navbar .nav-list a:hover,
#navbar .nav-list a:active {
    color: #bd9afd;
    text-decoration: underline solid #bd9afd;
}

#navbar button {
    all: unset;
    display: none;
    flex-direction: column;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    text-align: center;

}

#navbar button:hover,
#navbar button:active {
    background-color: #dddddd;
}

#sidebar {
    display: none;
    background-color: #f4f4f4;
    width: 100%;
    font-size: 20px;
    position: fixed;
    top: 56px;
    z-index: 998;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

#sidebar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    list-style: none;
}

#sidebar li {
    width: 100%;
}

#sidebar a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    align-items: center;
    color: #151515;
    text-decoration: none;
}

#sidebar a:hover,
#sidebar a:active {
    background-color: #dddddd;
}

#home {
    scroll-margin-top: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background-image: url('../imgs/bg.webp');
    background-color: #dae5fc;
    background-position: center;
    background-size: cover;
    color: #31115b;
    overflow: hidden;
}

#home .hero {
    margin-top: 60px;
    height: 400px;
    width: 540px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 2px solid rgba(0,0,0,0.1);
}

#home img {
    height: 35%;
    padding-bottom: 10px;
}

#home h1 {
    font-style: normal;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 5px;
    letter-spacing: 1px;
}

#home h2 {
    font-style: normal;
    font-weight: normal;
}

#home a {
    text-decoration: none;
    color: #f4f4f4;
    background-color: #bd9afd;
    border-radius: 30px;
    font-size: 25px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

#home a:hover,
#home a:active {
    background-color: #bd9afd;
    background:linear-gradient(135deg,#ffafd2,#bd9afd);
}

#about {
    scroll-margin-top: 56px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #31115b;
}

#about h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    position:sticky;
    top: 0;
}

#about h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #dddddd;
    border-radius: 15px;
    border: 2px solid rgba(0,0,0,0.1);
    height: auto;
    color: #31115b;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 85vw;
    margin-bottom: 15px;
}

#location {
    margin-top: 5px;
}

#about p {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

#about h3 {
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

#socials {
    display: flex;
}

#socials a {
    color: #31115b;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

#socials a:hover,
#socials a:active {
    color: #31115b;
    text-decoration: underline;
}

#insta {
    margin-right: 10px;
}

#socials svg {
    height: 30px;
}

#about img {
    margin-bottom: 15px;
    height: auto;
    width: 175px;
}

#schedule {
    scroll-margin-top: 56px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #31115b;
}

#timeline {
    display: flex;
    margin-bottom: 30px;
}

#schedule h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    position:sticky;
    top: 0;
    color: #31115b;
}

#schedule h2 {
    font-weight: normal;
    font-style: italic;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

#schedule .month {
    font-size: 24px;
    align-self: flex-start;
    width: 100%;
}

#schedule .monthly-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    margin-right: 10px;
    margin-left: 10px;
}

#schedule .monthly-container h1 {
    margin-left: 98px;
}

#schedule .event-container {
    display: flex;
    position: relative;
}

#schedule .event-container .text {
    margin-left: 5px;
}

#schedule .event-container::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45.5px;
  width: 0;
  border-left: 3px solid #bd9afd;
}

#schedule .event-container h1 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #31115b;
    top: 0;
}

#schedule .event-container h2 {
    margin: 0;
    position: relative;
    margin-top: 10px;
    bottom: 10px;
    display: flex;
    color: #bd9afd;
    font-size: 16px;
    font-weight:bold;
}

#schedule .event-container h3 {
    font-size: 16px;
    font-weight: normal;
}

#schedule .event-container p {
    display: block;
    margin-bottom: 10px;
}

#schedule .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    padding: 20px;
    background-color: #dddddd;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #bd9afd;
    z-index: 990;
}


#schedule img {
    align-items: center;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: auto;
    z-index: 991;
}

#organizers {
    scroll-margin-top: 56px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#title {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    position: sticky;
    top: 0;
    color: #31115b;
}

#containers {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#organizers .container {
    background-color: #dddddd;
    color: #31115b;
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    width: 320px;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid rgba(0,0,0,0.1);
}

#organizers h2 {
    font-size: 20px;
    font-style: normal;
}

#names {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
}

#organizers p {
    text-align: center;
}

#organizers .wrap {
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #bd9afd;
    margin-bottom: 10px;
}


#organizers img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    width: 135px;
}

#organizers svg {
    width: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#organizers svg#avatar {
    display: block;
    flex-shrink: 0;
    width: 125px;
    height: 125px;
    padding-bottom: 10px;
}

footer {
    color: #dddddd;
    background-color: #31115b;
    height: auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 16px;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active {
    color: #f4f4f4;
}

@media (max-width: 850px) {

    #navbar .nav-list  {
        display: none;
    }

    #navbar button {
        display: flex;
    }

    #home .hero {
        height: 400px;
        width: 90vw;
    }

    #about h2 {
        width: 95vw;
    }

    #organizers .container {
        height: 475px;
    }

    #timeline {
        display: flex;
        flex-direction: column;
    }

    #schedule .event-container h2 {
    display: flex;
    position: relative;
    color: #bd9afd;
    font-size: 16px;
    font-weight:bold;
    margin-top: 10px;
    }
}

@media (max-width: 355px) {
    #home img {
        height: 25%;
    }

    #home h1 {
        font-size: 20px;
    }
    
    #home h2,
    #home a {
        font-size: 15px;
    }

}