#checkout {
    position: sticky;
    width: 100%;
    height: 80px;
    top: 0px;
}

#checkout button {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: orange;
    color: white;
    font-size: 2em;
    border: none;
    font-weight: 900;
    cursor: pointer;
}

#checkout button:hover {
    color:#DC1B07;
    background-color: #FFF;
}

#checkout button, .callout {
    color: #FFF;
    background-color: #DC1B07;
    text-shadow: #333 4px 0 1px;
}

#hype {
    font-size: 1.8em;
    text-align: center;
    
}

.callout {
    width:50%;
    margin: auto;
}

.section {
    font-size: 1.3em;
}

.section, h1, h2, h3, #hype {
    padding: 10px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #cfd8dc;
}

@media screen and (min-width: 1200px) {
    #content {
        width: 75vw;
    }
}

#content {
    margin: auto;
    background-color: white;
    height: fit-content;
}
a {
    color: #DC1B07;
}
figure {
    text-align: center;
    height: 500px;
    width: auto;
    margin: auto;
    margin-bottom: 30px;

}

figcaption {
    font-size: .7em;
}

figure img {
    height: inherit;
}

#logo {
    width: 100%;
    height: auto;
}

#panelists {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

#logos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.logo {
    max-width: 600px;
    display: block;
}

.panelist {
    max-width: 420px;
    text-align: center;
    margin: 10px;
}

.panelist img {
    border-radius: 200px;
    box-sizing: border-box;
    background-color: #DDD;
    border: 5px solid #cfd8dc;
}

.center {
    text-align: center;
}