body {
    padding-top: 84px;
    background-color: #1d1d1d;
}

#main-header {
    padding-top: 30px;
    padding-bottom: 10px;
}

#main-header h1 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f45950;
    padding: 0;
    margin: 0 0 20px;
}

.thumbnail h2 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f45950;
    padding: 16px 16px 0;
}

.section-title {
    height: 240px;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid rgba(244, 89, 80, 0.2);
    overflow: hidden;
}

.thumbnail {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

/* Force 4th card onto its own row */
.container > .col-sm-4:nth-child(5) {
    clear: left;
    margin-top: 20px;
}

#div-dropdown-menu {
    height: 222px;
    min-height: 222px;
    max-height: 222px;
}

.dropdown-menu-lists {
    width: 60%;
    margin: 10px 20%;
    background-color: #1f1f1f;
    color: #ededed;
    font-size: 16px;
}

.dropdown-menu-lists option {
    background-color: #1f1f1f;
    color: #ededed;
    font-size: 16px;
}

label, input {
    font-size: 18px;
    margin: 0 20% 5%;
    color: #ededed;
}

.radio-buttons {
    font-size: 18px;
    margin: 0 20%;
    color: #E6E6E6;
}

.radio-buttons input {
    margin-top: 0;
    margin-bottom: 8px;
    margin-right: 6px;
    margin-left: 0;
}

input[type="checkbox"] {
    margin-top: 0;
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 0;
}

#checkboxes label {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
}

#checkboxes br {
    display: none;
}

body > .container {
    position: relative;
    min-height: calc(100vh - 84px);
    padding-bottom: 70px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .radio-buttons input { margin-bottom: 4px; }
    label, input { margin-bottom: 3%; }
}
