@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.masthead[b-5wnfiy7akp] {
    height: 400px;
    min-height: 200px;
    background: url('/images/index_cover.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 400px rgba(255,216,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mastheadSmAndDown[b-5wnfiy7akp] {
    height: 400px;
    width: 100%;
    min-height: 200px;
    background: url('/images/index_cover.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 400px rgba(255,216,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-container[b-5wnfiy7akp] {
    display: flex;
    flex-direction: column;
    padding-top: 1%;
    padding-bottom: 1%;
    justify-content: center;
    align-items: center;
}

    .content-container h1[b-5wnfiy7akp] {
        align-self: center;
        font-weight: lighter;
    }

    .content-container h4[b-5wnfiy7akp] {
        align-self: center;
        font-weight: lighter;
    }

.what-is-container[b-5wnfiy7akp] {
    display: flex;
    justify-content: center;
    align-items: center;
}

hr.solid[b-5wnfiy7akp] {
    border-top: 3px solid #bbb;
    margin: 5px auto 5px auto;
    width: 50px;
}

.what-is-content[b-5wnfiy7akp] {
    display: flex;
    flex-direction: column;
    order: 3;
    max-width: 800px;
    text-align: justify;
    margin-right: 3%;
}

.what-is-contentSmAndDown[b-5wnfiy7akp] {
    display: flex;
    flex-direction: column;
    order: 3;
    max-width: 800px;
    text-align: left;
}

.content-container.gray-c[b-5wnfiy7akp] {
    background: #ECF0F1;
}

.content-container.contacts-form[b-5wnfiy7akp] {
    align-items: stretch;
}

.format-card-header[b-5wnfiy7akp] {
    background-color: #bbbbbb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100px;
}
/* /Shared/DatesList.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.logo[b-fa75vtngu7] {
    background: url('/images/logo.png');
    min-width: 50px;
    min-height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.logo-text[b-fa75vtngu7] {
    cursor: pointer;
    font-weight: bold;
}
/* /Shared/SelectLanguage.razor.rz.scp.css */
