html {
    margin: auto;
    width: 80%;
    background: black;
    border: 1px;
    border-style: solid;
    border-color: #EC1E5D;
    margin-bottom: 100px;
}

body {
    background-color: black;
    color: whitesmoke;
    text-align: center;
    align-content: center;
    justify-content: center;
}

header {
    background: linear-gradient(45deg, black, #2CE7DA 15%, black, #EC1E5D);
    background-color: black;
    color: whitesmoke;
    align-content: center;
    font: 18pt "Arial";
}

header img {
    float: left;
    background-color: black;
    border: 1px;
    border-style: solid;
    border-color: #2CE7DA;
}

.subheader {
    float: left;
    position: sticky;
    width: 100%;
}

h1 {
    float: center;
    text-align: center;
}

#ticker {
    position: center;
    right: 170px;
    top: 195px;
    float: none;
}

nav {
    float: left;
    font-family: 'Times New Roman', Times, serif;
}

nav ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    color: #2CE7DA;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: black;
    border: 1px;
    border-style: solid;
    border-color: #EC1E5D;
}

nav ul li button {
    display: block;
    color: #2CE7DA;
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
    box-shadow: none;
    font-size: medium;
    font-family: 'Times New Roman', Times, serif;
}

/*nav ul li button:hover {
    background-color: #111111;
    border: 1px;
    border-style: solid;
    border-color: #EC1E5D;
}*/

div {
    float: right;
    background-color: none;
}

#howtohelp ul {
    text-align: left;
}

#Mission {
    margin-top: auto;
    margin-left: 20%;
    margin-right: 20%;
}

#CallToAction {
    margin-top: auto;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}

#CallToAction ul {
    list-style: numeric;
    text-align: left;
}

#Fundraising {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 8%;
    text-align: center;
    float: none;
}

#Fundraising ul {
    list-style-type: numbered;
    text-align: left;
}

#Models ul {
    margin: auto;
    padding: 0;
    overflow: hidden;
}

#Models li {
    list-style-type: none;
    text-align: left;
    display: block;
}

.hostCont {
    width: 100%;
    align-content: center;

}

.hostCont ul {
    float: none;
    width: 100%;
}

.hostCont div {
    align-self: center;
}

#Socials {
    width: 25%;
    float: left;
    margin: 0;
}

.Hosts {
    display: grid;
    grid-template-areas:
        "links logo"
        "name name";
    grid-template-columns: 1fr 3fr;
    gap: 3px;
    padding: 16px;
    align-items: center;
}

.allhosts {
    width: inherit;
    align-content: center;
}

.Hosts div {
    padding: 1px;
}

.Hosts div.links {
    grid-area: links;
}

.Hosts div.logo {
    grid-area: logo;
}

.Hosts div.name {
    grid-area: name;
    text-align: right;
}

.logos {
    border-radius: 50%;
}

.ar_sheets {
    width: 375px;
    height: 375px;
}

.Socials {
    Float: right;
    margin: 10px;
}

.Socials a {
    padding-left: 5px;
}

#EventList {
    list-style: none;
    float: center;
    align-self: center;
    text-align: center;
    justify-items: auto;
}

#PastEventList {
    list-style: none;
    float: center;
    align-self: center;
    text-align: center;
    justify-items: auto;
}

.AmzWish {
    border: #2CE7DA solid 1px;
    background: none;
    color: #2CE7DA;
    height: 65px;
    width: 200px;
    border-radius: 50%;
}

.AmzWish:hover {
    background-color: #111111;
    border: 1px;
    border-style: solid;
    border-color: #EC1E5D;
    pointer-events: auto;
    cursor: pointer;
}

.image {
    display: grid;
    grid-template-areas:
        "pic"
        "cap";
    grid-template-columns: 1fr auto;
    gap: 3px;
    padding: 16px;
    align-items: center;

}

.donationImgs {
    display: grid;
    grid-template-areas:
        "pic"
        "cap";
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3px;
    padding: 16px;
    justify-content: center;
    width: 100%;
    overflow: unset;
}

#caddy {
    position: center;
}

/* .donationImgs .image {
    max-height: 200;
    max-width: auto;
    justify-content: center;
    object-fit: scale-down;
}
 */
.image div {
    padding: 1px;
}

.image div.pic {
    grid-area: pic;
}

.image div.cap {
    grid-area: cap;
    text-align: left;
    text-wrap: inherit;
}

.qrCodesDon {
    width: 100%;
    justify-self: center;
}

#Sponsors {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 8%;
    text-align: center;
    float: none;
}

#Sponsors h1 {
    color: #2CE7DA;
}

.DonationMeter {
    height: auto;
    width: fit-content;
}

.DonationMeter iframe {
    position: absolute;

}

.fr_dropbtn {
    background-color: black;
    color: #2CE7DA;
    box-shadow: none;
    border: none;
    display: block;
    font: serif;
}

/* Dropdown Content (Hidden by Default) */
.fr_dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    z-index: 1;
}

/* Links inside the dropdown */
.fr_dropdown-content a {
    color: #2CE7DA;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.fr_dropdown-content a:hover {
    background-color: black;
    color: #EC1E5D;
}

/* Show the dropdown menu on hover */
.fr_dropdown:hover .fr_dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.fr_dropdown:hover .fr_dropbtn {
    background-color: black;
}

.contribute {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2%;
    text-align: center;
    float: none;
}

.contribute ul {
    list-style: numeric;
    text-align: left;
}

.contribute ul li {
    margin-bottom: 8px;
}

.contribute h3 {
    color: #2CE7DA;
}

/*_____________________________________________________________________________________________________________*/
/*_____________________________________________MOBILE-VIEW_____________________________________________________*/
/*_____________________________________________________________________________________________________________*/
@media only screen and (max-width: 834px) {
    html {
        margin: auto;
        width: 95%;
        background: black;
        align-content: center;
        border: 1px;
        border-style: solid;
        border-color: #EC1E5D;
        margin-bottom: 100px;
    }

    body {
        background-color: black;
        color: whitesmoke;
        text-align: center;
    }

    header {
        padding-top: 50px;
        background: linear-gradient(45deg, black, #2CE7DA 15%, black, #EC1E5D);
        background-color: black;
        color: whitesmoke;
        align-content: center;
        font: 16pt "Arial";
    }

    header img {
        height: 300px;
        width: 300px;
        float: inherit;
        background-color: black;
        border: 1px;
        border-style: solid;
        border-color: #2CE7DA;
    }

    .subheader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
        z-index: 100;
    }

    h1 {
        text-align: center;
    }

    #ticker {
        position: static;
        float: none;
        right: 175px;
        top: 180px;
        padding-top: 20px;
        background-color: black;
        border: 1px;
        border-color: #EC1E5D;
    }

    nav {
        float: left;
    }

    nav ul {
        display: none;
        width: 100%;
        position: sticky;
        list-style-type: none;
        margin: auto;
        padding: 0;
        overflow: inherit;
        text-align: left;
        background-color: black;
        justify-content: left;
        z-index: 1;
    }

    nav ul li {
        width: 100%;
        float: left;
        height: max-content;
        
    }

    nav ul li a {
        width: max-content;
        color: #2CE7DA;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        
    }

    .show ul {
        display: block;
        float: left;
    }

    nav ul li a:hover {
        background-color: black;
        border: 1px;
        border-style: solid;
        border-color: #EC1E5D;
    }

/*      nav ul li a button {
        width: max-content;
        color: #2CE7DA;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    } */
 
    div {
        float: right;
        background-color: none;
    }

    #howtohelp ul {
        text-align: left;
    }

    #Mission {
        margin-top: auto;
        margin-left: 20%;
        margin-right: 20%;
    }

    #Fundraising {
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 50px;
    }

    #Fundraising ul {
        list-style-type: numbered;
        text-align: left;
    }

    #Models li {
        list-style-type: lower-alpha;
        text-align: left;
    }

    .hostCont {
        width: 100%;
        height: auto;
        align-items: center;
        float: none;
    }

    .allhosts {
        width: 100%;
        margin-left: 20%;
        margin-right: 20%;
    }

    .Socials {
        display: block;
        width: 30px;
        padding-right: 20px;
    }

    .Hosts {
        display: grid;
        grid-template-areas:
            "links logo"
            "name name";
        gap: 3px;
        padding: 16px;
        grid-auto-columns: 50%;
    }

    .Hosts div {
        padding: 1px;
    }

    .Hosts div.links {
        grid-area: links;
    }

    .Hosts div.logo {
        grid-area: logo;
    }

    .Hosts div.name {
        grid-area: name;
        text-align: right;
    }

    .logos {
        border-radius: 50%;
    }

    .ar_sheets {
        width: 375px;
        height: 375px;
    }

    .Socials {
        Float: right;
        margin: 10px;
    }

    .Socials a {
        padding-left: 5px;
    }

    #EventList {
        list-style: none;
        float: center;
        align-self: center;
        text-align: center;
        justify-items: auto;
    }

    #PastEventList {
        list-style: none;
        float: center;
        align-self: center;
        text-align: center;
        justify-items: auto;
    }

    /*button {
        border: #2CE7DA solid 1px;
        background: none;
        color: #2CE7DA;
        height: 65px;
        width: 200px;
        border-radius: 50%;

    }*/

    /*button:hover {
        background-color: #111111;
        border: 1px;
        border-style: solid;
        border-color: #EC1E5D;
        pointer-events: auto;
        cursor: pointer;
    }*/

    .container {
        float: left;
        cursor: pointer;
    }

    .bar1,
    .bar2,
    .bar3 {
        float: none;
        width: 35px;
        height: 5px;
        background-color: whitesmoke;
        border: 1px solid black;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        transform: translate(0, 11px) rotate(-45deg);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: translate(0, -11px) rotate(45deg);
    }

    .image {
        display: grid;
        grid-template-areas:
            "pic"
            "cap";
        grid-template-columns: auto;
        gap: 3px;
        padding: 16px;
        align-items: center;

    }

    .donationImgs {
        display: grid;
        grid-template-areas:
            "pic"
            "cap";
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 3px;
        padding: 16px;
        justify-content: center;
        overflow: visible;
    }

    .donationImgs .image {
        max-height: 200;
        max-width: auto;
        justify-content: center;
        object-fit: scale-down;
    }

    .image div {
        padding: 1px;
    }

    .image div.pic {
        grid-area: pic;
    }

    .image div.cap {
        grid-area: cap;
        text-align: left;
        text-wrap: inherit;
    }

    .qrCodesDon {
        width: 100%;
        justify-self: center;
    }

    .ptadCal {
        min-width: 200px;
    }

    /* .container {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio 
    } */

    .responsive-iframe {
        width: 100%;
        height: 500;
        border: none;
    }

    #Sponsors {
        margin: 0;
        margin-top: 8%;
        text-align: center;
        float: none;
    }

    #Sponsors h1 {
        color: #2CE7DA;
    }

    .spLogos {
        width: 95%;
        overflow: hidden;
    }

    .spLogos img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    .DonationMeter {
        height: auto;
    }

    .DonationMeter iframe {
        position: fixed;
        right: 170px;
        top: 195px;
        float: right;
    }

    .fr_dropbtn {
        background-color: black;
        color: #2CE7DA;
        box-shadow: none;
        border: none;
        /*display: block;*/
        font: serif;
    }

    /* Dropdown Content (Hidden by Default) */
    .fr_dropdown-content {
        display: none;
        position: sticky;
        background-color: black;
        min-width: 160px;
        float: left;
        z-index: 1;
    }

    /* Links inside the dropdown */
    .fr_dropdown-content a {
        color: #2CE7DA;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        float: none;
    }

     /* Change color of dropdown links on hover */
   /* .fr_dropdown-content a:hover {
        background-color: black;
        color: #EC1E5D;
    } */

    .fr_dropdown {
        float:none;
    }
    /* Show the dropdown menu on hover */
/*     .fr_dropdown:hover .fr_dropdown-content {
        display: block;
    } */

    /* Change the background color of the dropdown button when the dropdown content is shown */
/*     .fr_dropdown:hover .fr_dropbtn {
        background-color: black;
    } */

    .AmzWish {
        border: #2CE7DA solid 1px;
        background: none;
        color: #2CE7DA;
        height: 65px;
        width: 200px;
        border-radius: 50%;
    }

    .AmzWish:hover {
        background-color: #111111;
        border: 1px;
        border-style: solid;
        border-color: #EC1E5D;
        pointer-events: auto;
        cursor: pointer;
    }

}