/* /public/css/theme/school/utilities/helpers.css */

.screen {
    min-height: 98vh;
}

.small-screen {
    min-height: 20vh;
}
.text-block {
    width: 80%;
}
.text-block-parts {
    margin: 1rem;
}
.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.flex-row-left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
.flex-box {
    flex-grow: 1;
    margin: .5rem;
}
.flex-grow3 {
    flex-grow: 3;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.double-paragraph {
    font-size: var(--doubleParagraph);
}
.smallText {
    padding: .5rem;
}
.custom-hr {
    color: var(--colorGrey);
}
.bold {
    font-family: "Futura Book", "Futura Book Cyrillic", sans-serif;
}
.display-none {
    display: none;
}
.open {
    display: block;
}
.checkbox {
    margin: 1rem 1rem .1rem;
}

.head-massage {
    font-size: var(--font-size-h1) !important;
    font-weight: 600;
    text-align: center;
    margin: 1rem;
}