.support {
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%;
}
.support .support-label {
    font-size:14px;
    margin-bottom:10px;
}

.block .cont {
    text-align: center;
}

.block .h1 {
    margin: 2rem 0;
}

.block .subtitle {
    width: 75%;
    text-align: center;
    display: inline-block;
    margin: 2rem 0;
    font: 200 30px MPLUSRounded1c;
}

.block.welcome .location {
    margin: 5rem 0 2rem;
    font-weight: bold;
}

.block.bggrey {
    background: #f6f6f6;
}

.block.welcome {
    background: no-repeat url("../images/forums/2025-2.webp") 50% 50%;
    background-size: cover;
}

.welcome-cont .center-container {
    min-height: 0;
    height: 100%;
}
.welcome-cont {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-around;
}
.welcome-cont div:first-child {

}

.welcome-cont div:last-child {
    flex-grow: 1;
}

.block.welcome .h1 {
    margin-top: 2rem;
}

.block.welcome * {
    color: white;
}

.block-overlay {
    background: rgba(0, 0, 0, 0.75);
    padding: 0;
}
.block .text-large {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.block .text-regular {
    text-align: left;
    margin-bottom: 2rem;
}
.block .button-container {
    margin-top: 3rem;
}

.block .vpad {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.partners {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.partners-item:hover {
    opacity: 0.6;
}
.partners-item {
    text-decoration: none;
    transition: opacity 300ms;
    margin: 3rem 1rem;
    width: 12rem;
    flex-grow: 1;
}

.partner-logo {
    background: no-repeat url("") 50% 50%;
    background-size: contain;
    width: 8rem;
    height: 8rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.partner-name {
    font-size: 1rem;
    color: black;
}

.caption {
    font-size: 1rem;
    margin-top: 0;
        color: #555;
}

.question {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin: 2rem 0;
}
.q-number {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    border: 1px solid steelblue;
    color: steelblue;
    flex-shrink: 1;
}
.q-text {
    text-align: left;
    padding: 0.55rem 0 0.5rem 1rem;
}

.photos-container .img {
    border-radius: 1rem;
}
