body {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5rem;
    padding: 50px 0px;
}

.infoBanner {
    position: fixed;
    top: 0;
    font-size: 1rem;
    background: #59d9f7;
    width: 100%;
    color: white;
    text-align: center;
}

.infoBanner a {
    color: white;
    font-weight: 700;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.topnav #myLinks {
    display: none;
    position: absolute;
    background: white;
    color: black;
    width: 100%;
    left: 0;
    padding-bottom: 40px;
    top: 150px;
}

.topnav #myLinks a {
    color: black;
    text-decoration: none;
}

.topnav #myLinks i {
    padding-top: 10px;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 1rem;
    width: 95%;
}

section {
    padding: 15px 0;
}

.donateSection {
    padding: 0;
}

header nav h3 {
    margin: 10px 0;
    padding: 10px 10px;
}

header nav #secondaryMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

header nav #secondaryMenu h3 {
    padding: 10px 16px;

}

/*header nav #secondaryMenu h3 {*/
/*     display: flex;*/
/*     justify-content: space-around;*/
/*     flex-direction: row;*/
/* }*/


header nav #secondaryMenu h3 a {
     color: black;
     text-decoration: none;
 }

header nav #secondaryMenu h3:first-child {
    border-right: 1px solid black;
}

button {
    background: #59d9f7;
    color: white;
    border-radius: 4px;
    font-size: 1.5rem;
    border: none;
    font-weight: bold;
    padding: 16px 32px;
}

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

header section {
    background-image: url("background.jpg");
    background-position: center;
    height: 800px;
    background-size: cover;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
}

i {
    font-size: 2rem;
    padding-right: 15px;
    color: black;
}

/*Tracker*/
.Tracker {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
    border-radius: 5px;
    margin-left: 12.5%;
    width: 75%;
    padding: 50px 10px;
    justify-content: center;
    background: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.Tracker .row {
    display: flex;
    justify-content: space-between;
    width: 75%
}

progress {
    width: 75%;
    height: 50px;

}

.topDonors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topDonors div {
    width: 75%;
    text-align: center;
}

.topDonors div h3 {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}


.topDonors div h3:nth-child(even) {
    background: #c9c9c9;

}

.raffleInfo, .reimaginedInfo {
    margin-left: 12.5%;
    width: 75%;
    display: flex;
    align-items: center;

}

.donateSection {
    position: fixed;
    display:flex;
    bottom: 0px;
}

.donateSection button {
    width: 100vw;
}

.tierSection {
    margin-left: 12.5%;
    display:flex;
    width: 75%;
    justify-content: space-around;
}

.tierSection div {
    border: 1px solid rgb(0 0 0 / 0.2);
    border-radius: 8px;
    background: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    text-align: center;
    width: 350px;
}

.tierSection img {
padding: 0;

}

.tierSection div article {
    padding: 20px;
}

.tierSection div ul {
text-align: left;
    font-size: 1.25rem;
}

p {
    font-size: 1.25rem;
}
img {
    width: 350px;
    padding: 50px;
}

.rafflePic {
    width: 550px;
}

.donationtiers {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.desktop-only {
    display: none;
}
.mobile-only {
    display: none;
}

.livestream {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    text-align: center;
    margin-left: 12.5%;
    width: 75%;
    flex-direction: column;
}

#countdown {
    font-size: 3rem;
    font-weight: 700;
}
.disclaimer {
    display: flex;
    margin-left: 12.5%;
    width: 75%;
    justify-content: center;

}

.disclaimer p {
    font-size: 1rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .mobile-only {
        display: block;
    }

    header nav, .Tracker .row {
        flex-direction: column;
        text-align: center;
    }

    .Tracker {
        width: 100%;
        margin-left: 0%;
        border-radius: 0px
    }

}

@media only screen and (max-width: 1000px) {
    .raffleInfo {
        flex-direction: column-reverse;
        align-items: center;
    }

    .reimaginedInfo {
        flex-direction: column;
        align-items: center;
    }

    .tierSection {
        flex-direction: column;
        align-items: center;
    }

    .tierSection div {
        margin-top: 50px;
    }

    .rafflePic {
        width: 350px;
    }

    header nav #secondaryMenu {
        display: none;
    }

    header nav {
        flex-direction: row;
    }
    
    .topDonors div h3 {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    display: flex;
        font-size: 0.875rem;
    justify-content: space-between;
}
}

@media only screen and (min-width: 1000px) {
    .desktop-only {
        display: block;
    }
}

      @keyframes 			firework-animation {
            0% {background-color : #ff8426;}
            25% {background-color : #fffc84;}
            50% {background-color : #ff83f4;}
            75% {background-color : #83b6ff;}
            100% {background-color : #ff8426;}
        }
        @-webkit-keyframes 	firework-animation {
            0% {background-color : #ff8426;}
            25% {background-color : #fffc84;}
            50% {background-color : #ff83f4;}
            75% {background-color : #83b6ff;}
            100% {background-color : #ff8426;}
        }
        @keyframes 			firework-seed-animation	{
            0% {background-color : #ff8426;}
            25% {background-color : #fffc84;}
            100% {background-color : #ff8426;}
        }
        @-webkit-keyframes	firework-seed-animation	{
            0% {background-color : #ff8426;}
            25% {background-color : #fffc84;}
            100% {background-color : #ff8426;}
        }
        @keyframes 			firework-fade-animation {
            0% {opacity : 1;}
            50% {opacity : 1;}
            100% {opacity : 0;}
        }
        @-webkit-keyframes 	firework-fade-animation {
            0% {opacity : 1;}
            50% {opacity : 1;}
            100% {opacity : 0;}
        }
        .fireWorkBatch {
            z-index : 999;
            position: absolute;
            top : 0px;
            left : 0px;
            animation-name : firework-fade-animation;
            animation-timing-function : cubic-bezier(0.5, 0, 1. 1);
            animation-duration : 2.5s;
        }
        .fireWorkParticle {
            z-index : 999;
            position: absolute;
            height : 5px;
            width : 5px;
            border-radius : 2.5px;
            animation-name : firework-animation;
            animation-timing-function : linear;
            animation-duration : 1s;
            animation-iteration-count : infinite;
        }
        .fireWorkSeed {
            z-index : 999;
            position: absolute;
            height : 5px;
            width : 5px;
            border-radius : 5px;
            animation-name : firework-seed-animation;
            animation-timing-function : linear;
            animation-duration : 0.5s;
            animation-iteration-count : infinite;
        }
