html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 0.95em;
    scroll-behavior: smooth;
    background-color: #f4f4ff;
    color: black;
}

* {
    box-sizing: border-box;
}

#home {
    min-height: 100vh;
}

#edlogo {
    margin-top: 1em;
}

#main-nav {
    padding-top: 1em;
    padding-bottom: 1em;
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.4s;
    z-index: 9999;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    display: inline;
    padding: 0.8em;
    font-size: 12px;
    transition: 0.5s;
}

#nav-logo {
    height: 44px;
    margin-left: 1em;
    vertical-align: middle;
    padding-top: 1em;
}

#main-nav a {
    text-decoration: none;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    padding: 1em;
    font-weight: bold;
}

#faq a {
    text-decoration: none;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    padding: 1em;
    font-weight: bold;
}

#contact a {
    text-decoration: none;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.2em;
    padding: 1em;
    font-weight: bold;
}

h1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: black;
}

p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-style: normal;
    line-height: 180%;
    color: black;
}

#hero-title {
    display: flex;
    justify-content: center;
    text-align: center;
}

#faq {
    padding: 2em;
    text-align: center;
}

#faq a {
    font-size: 20px;
    padding: 0;
}

.faq-card {
    background: rgba(88, 105, 255, 0.2);
    /* backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.25); */
  
    margin: 2em 2em;
    padding: 1em;
}

.canvaswrapper {
    position: relative;
}

#hero-content {

    animation: hero-text-animation 0.5s ease-in;
}

.logo {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    margin: 35vh 0 0 0;
    letter-spacing: -20px;
    padding-right: 10px;
}

#main-nav li {
    display: none;
}

#title-text {
    font-size: 48px;
    margin: 20vh 0 0 0;
    line-height: 15px;
    word-spacing: -350px;
    padding-left: 6px;
    display: block;
    padding-top: 8px;
}

#title-outline {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
    font-size: 48px;
    color: black;
    font-style: normal;
    font-weight: bold;
    z-index: 1;
}

#title-solid {
    position: relative;
    display: block;
    bottom: 12px;
    font-size: 48px;
    color: transparent;
    font-weight: normal;
    position: relative;
    padding-left: 10px;
    -webkit-text-stroke: 1px black;
    z-index: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: black;
}

h4 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: black;
}

button {
    display: inline;
    flex-direction: row;
    padding: 8px 10px;
    color: black;
    
    flex: none;
    order: 0;
    margin: 0px 10px;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8em;
}

#signup-button {
    background:rgba(252, 3, 244, 0.8);
    vertical-align: middle;
}

#discord-button {
    background: rgba(252, 3, 244, 0.8);
    vertical-align: middle;
}

.hero-button {
    display: flex;
    justify-content: center;
}

#clipboard-svg {
    height: 20px;
    width: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

#discord-svg {
    height: 20px;
    width: 20px;
    padding-right: 10px;
    vertical-align: middle;
}


/* Grow */

button {
    cursor: pointer;
    transform: translateZ(0);
    border: none;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

button:hover,
button:focus,
button:active {
    transform: scale(1.1);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    border: none;
}

#nav-logo {
    cursor: pointer;
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

#nav-logo:hover,
#nav-logo:focus,
#nav-logo:active {
    transform: scale(1.1);
}

#about {
    color: black;
    text-align: center;
    padding: 0 2vw;
    opacity: 1;
}



#schedule-desc {
    padding: 0 1em;
}

#schedule {
    padding: 5em 0;
    text-align: center;
}

table {
    color: black;
}

td {
    padding: 0.8em 0.4em;
    text-align: left;
}

.time {
    float: right;
    
    padding: 0.2em;
    
    font-weight: bold;
    color: black;
}

#schedule-container {
    display: flex;
    justify-content: center;
    padding: 2em;
    background: rgba(0, 0, 0, 0.6);
    /* backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); */
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
    
    background: rgba(252, 3, 244, 0.8);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

#about-title {
    color: rgba(252, 3, 244);
   
}
   

#motto-text {
    color: black;
    text-align: center;
}

#about-text {
    padding: 0 5vw;
}

#sponsor {
    text-align: center;
    padding-bottom: 7em;
}

#sponsor h3 {
color: rgba(252, 3, 244, 0.8);
  
    text-align: center;
}

.sponsor-logo {
    transform: scale(1);
    transition: 0.3s;
}

.sponsor-logo:hover,
.sponsor-logo:focus,
.sponsor-logo:active {
    transform: scale(1.1);
    transition: 0.3s;
}

#sponsor .col {
    margin: 2em 0;
}

#here {
    color: rgba(252, 3, 244, 0.8);
 
}

#sponsor a {
    padding: 0;
    font-size: 20px;
    text-align: center;
}

#contact {
    text-align: left;
    padding: 2em;
    background: rgba(252, 3, 244, 0.8);
    /* backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); */
}

#mail {
    padding-top: 1em;
}

#contact a {
    padding: 0;
}

#mlh-trust-badge {
    display: block;
    max-width: 100px;
    min-width: 60px;
    position: fixed;
    right: 50px;
    top: 0;
    width: 10%;
    z-index: 10000
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.row-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col {
    flex: 100%;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 23%;
    padding-top: 2em;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 100%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

[class*="col-"] {
    float: center;
}

@media screen and (min-width: 576px) {
    #home {
        background: url("../images/blob.svg");
        background-repeat: no-repeat;
        /* background-size: 180vh, 600px; */
        background-size: 100% auto;
        background-position: right top;
    }
    #nav-logo {
        vertical-align: middle;
        height: 44px;
        margin-left: 1em;
        /* display: inline; */
    }
    #title-outline {
        display: block;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
        font-size: 96px;
        color: black;
        font-style: normal;
        font-weight: bold;
        z-index: 1;
    }
    h1 {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
        font-style: normal;
        font-weight: bold;
        font-size: 60px;
    }
    h2 {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
        font-style: normal;
        font-weight: bold;
        font-size: 50px;
        color: black;
    }
    h3 {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
    }
    h4 {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
    }
    p {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 20px;
        font-style: normal;
        line-height: 180%;
        color: black;
    }
    #hero-title {
        display: flex;
        justify-content: center;
    }
    #title-solid {
        position: relative;
        display: block;
        bottom: 8px;
        font-size: 96px;
        color: transparent;
        font-weight: normal;
        position: relative;
        padding-left: 15px;
        -webkit-text-stroke: 2px black;
        z-index: 0;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    .logo {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
        font-style: normal;
        font-weight: bold;
        font-size: 96px;
        text-align: center;
        margin: 30vh 0 0 0;
        letter-spacing: -30px;
        padding-right: 10px;
    }
    #title-text {
        font-size: 48px;
        margin: 15vh 0 0 0;
        line-height: 15px;
        word-spacing: -350px;
        padding-left: 10px;
        display: block;
        /* padding-top: 18px; */
        padding-top: 24px;
    }
    button {
        display: flex;
        flex-direction: row;
        padding: 16px 40px;
        color: black;
 
        flex: none;
        order: 0;
        margin: 0px 10px;
        border: none;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1.25em;
    }
    #about-text {
        padding: 0;
    }
    #about {
        color: black;
        text-align: center;
        padding: 0 19vw;
        /* padding-top: 8em;
        padding-bottom: 8em; */
    }
    #clipboard-svg {
        height: 24px;
        width: 24px;
        padding-right: 10px;
    }
    #discord-svg {
        height: 24px;
        width: 24px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) {
    #main-nav li {
        display: inline;
    }
    #main-nav {
        padding-top: 3em;
        position: fixed;
        top: 0;
        width: 100%;
        transition: 0.4s;
        z-index: 9999;
    }
    #nav-logo {
        height: 56px;
        margin-left: 3em;
        vertical-align: middle;
        padding-top: 0;
    }
    #schedule {
        padding: 4em 0;
        background: url("../images/schedule-bg.svg");
        background-repeat: no-repeat;
        /* background-size: 180vh, 600px; */
        background-size: 100% auto;
        background-position: right;
        text-align: left;
    }
    #schedule-desc {
        padding: 0 4em;
        padding-bottom: 8em;
    }
    #scrollable-desc {
        position: sticky;
        display: block;
        top: 25%;
        z-index: 100;
    }
    #schedule-container {
        display: flex;
        justify-content: center;
        padding: 2em;
        /* background: rgba(0, 0, 0, 0.75); */
        background: rgba(252, 3, 244, 1);
 
        /* backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px); */
        color: black;
    }
    .col {
        flex: 50%;
    }
    .col-4 {
        width: 40%;
    }
    #bg-section {
        background: url("../images/faq-bg.svg");
        background-repeat: no-repeat;
        /* background-size: 180vh, 600px; */
        background-size: 100% auto;
        background-position: left;
    }
    #faq {
        /* height: 0vh; */
        padding: 4em 0;
        text-align: center;
    }
    .faq-card {
        background:rgba(252, 3, 244, 0.5);
        /* backdrop-filter: blur(40px);
        -webkit-backdrop-filter: blur(40px);
        box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.25); */
        /* backdrop-filter: blur(40px); */
        /* Note: backdrop-filter has minimal browser support */
   
        /* margin: 0 2em; */
        padding: 2em;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -ms-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }
    .faq-card.visible {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .faq-card:nth-child(2) {
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        -o-transform: translateY(80px);
        transform: translateY(80px);
    }
    .faq-card:nth-child(2).visible {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .faq-card:nth-child(3) {
        -webkit-transform: translateY(120px);
        -moz-transform: translateY(120px);
        -ms-transform: translateY(120px);
        -o-transform: translateY(120px);
        transform: translateY(120px);
    }
    .faq-card:nth-child(3).visible {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .faq-card:nth-child(4) {
        -webkit-transform: translateY(160px);
        -moz-transform: translateY(160px);
        -ms-transform: translateY(160px);
        -o-transform: translateY(160px);
        transform: translateY(160px);
    }
    .faq-card:nth-child(4).visible {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .faq-card:nth-child(5) {
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px);
        -ms-transform: translateY(200px);
        -o-transform: translateY(200px);
        transform: translateY(200px);
    }
    .faq-card:nth-child(5).visible {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .faq-card:nth-child(6) {
        -webkit-transform: translateY(240px);
        -moz-transform: translateY(240px);
        -ms-transform: translateY(240px);
        -o-transform: translateY(240px);
        transform: translateY(240px);
    }
    .faq-card:nth-child(6).visible {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 992px) {
    #home {
        background: url("../images/blob.svg");
        background-repeat: no-repeat;
        /* background-size: 180vh, 600px; */
        background-size: 100% auto;
        background-position: right top;
    }
    #about {
        color: black;
        text-align: center;
        padding: 1em 19vw;
        /* padding-top: 8em;
        padding-bottom: 8em; */
    }
    #main-nav a {
        text-decoration: none;
        color: black;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 1.4em;
        padding: 1.6em;
        font-weight: bold;
    }
    #nav-logo {
        height: 56px;
        margin-left: 3em;
        vertical-align: middle;
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    #home {
        background: url("../images/blob.svg");
        background-repeat: no-repeat;
        /* background-size: 180vh, 600px; */
        background-size: 100% auto;
        background-position: right top;
    }
    #home {
        min-height: 110vh;
    }
    #about {
        color: black;
        text-align: center;
        padding: 3em 19vw;
        /* padding-top: 8em;
        padding-bottom: 8em; */
    }
    #main-nav a {
        color: black;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 1.4em;
        padding: 2em;
        font-weight: bold;
    }
    #nav-logo {
        height: 56px;
        margin-left: 3em;
        vertical-align: middle;
        padding-top: 0;
    }
    .col-4 {
        width: 25%;
    }
}

@keyframes hero-text-animation {
    from {
        padding-top: 3em;
        opacity: 0.5;
    }
    to {
        padding-top: 0;
        opacity: 1;
    }
}