* {
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    font-size: 16px;
    line-height: 2rem;
    padding-top: 670px;
}

.bold {
    font-weight: bold;
}

h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 72px;
    letter-spacing: 0.8rem;
    line-height: 1em;
    font-weight: 300;
    margin: 10px;
}

h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    margin: 10px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    margin: 10px;
}

img {
    max-width: 100%;
}

.hero {
    position: fixed;
    top: 0px;
    z-index: 0;
    font-size: 1.8rem;
}

.hero img {
    height: 100px;
}

.content {
    width: 100%;
    background-color: white;
    z-index: 1;
    position: relative;
}

.banner {
    width: 100%;
    min-height: 670px;
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 0 3px 30px #323232;
}

img.circular {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-centered {
    align-items: center;
    justify-content: center;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.row {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.attendee-list {
    gap: 30px;
}

footer {
    background-color: #1a1a1a !important;
    color: #e5e5e5;
    position: relative;
}

footer img.brand {
    height: 30px;
}

@media (max-width: 680px) {
    h1 {
        font-size: 12vw;
    }

    .hero {
        font-size: 8vw;
    }
}

.countdown {
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    font-size: 4rem;
    font-weight: 200;
    line-height: 4rem;
    -webkit-font-smoothing: subpixel-antialiased;
}

.placeholder-table {
    opacity: 0.5;
}

.placeholder-table li {
    min-height: 3rem;
}

.placeholder-table label {
    position: absolute;
    font-size: 4rem;
    transform: rotate(-45deg);
    z-index: 3000;
    top: 11rem;
    margin-left: -2rem;
    opacity: 0.3;
    text-align: center;
    width: 100%;
}
