html {
    scroll-behavior: smooth;
}

.steps .step {
    margin: 1rem;
    padding: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    align-items: center;
    display: flex;
    flex-flow: column;
}

.steps .step .step-number {
    display: block;
    width: 42px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background-color: #F6F1BD;
    font-weight: 700;
    margin-bottom: 5px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%);
}

#main-index-title-container {
    display: flex;
    align-content: center;
    min-height: calc(100vh - 4em - 10px - 15px);
}

#main-index-title-container div.list-group {
    font-size: 125%;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%);
}

#main-index-title-container div.list-group .list-group-item {
    padding: 1rem 1.5rem;
    background: initial;
}

#main-index-title-left {
    align-content: end;
    display: flex;
    flex-wrap: wrap;
}

#main-index-title-left h1, #main-index-title-left h2 {
    background-color: var(--white);
    padding: 1rem;
    border-radius: 2px;
    opacity: 0.85;
}

#main-signin-form-container {
    background-color: var(--white);
    padding: 1rem;
    border-radius: 2px;
    color: var(--black);
}

#main-section .view-section {
    padding: 1rem 0 2rem 0;
}

#main-section .highlighted-card {
    border-radius: 2px;
    border: 1px solid var(--black-15);
    background-color: var(--white);
}

#main-section .list-features {
    list-style: none;
    padding-left: 0;
    font-weight: 400;
}

#main-section .features > div:not(.without-feature) {
    margin: 0.5rem 1rem;
    padding: 10px;
    text-align: center;
}

#main-section .features > div.without-feature {
    margin: 0 1rem;
    padding: 0 10px;
}

#main-section .features > div > h5 {
    font-size: 1.1rem;
}

#main-section .features > div > span {
    font-size: 0.8rem;
}

.index-preview-image {
    max-width: 400px;
    height: auto;
    width: auto;
    border-radius: 3px;
    padding: 5px;
    border: 1px solid var(--black-50);
}

.screens-thumbnails > a {
    max-width: calc((100% / 6) - 1rem - 2px);
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 20%);
}

.screens-thumbnails > a > img {
    width: 100%;
}

.card-header h2 {
    font-size: 1.5rem;
}

#main-section .with-background {
    background-color: var(--dark-light);
    color: var(--white);
}

.form-signin {
    width: 330px;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.message-top-box {
    padding-top: 25px;
}

.navigation-up-down {
    margin-bottom: 15px;
    margin-top: 15px;
}

.navigation-up-down > a {
    color: var(--warning)
}

.navigation-up-down > a:hover {
    color: #e0a800;
}

@media (min-width: 1921px) {
    #main-index-container {
        background: url("../files/screens/index_main_3000.jpg") no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1920px) {
    #main-index-container {
        background: url("../files/screens/index_main_1920.jpg") no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .screens-thumbnails > a {
        max-width: calc((100% / 3) - 1rem - 2px);
    }
}

@media (max-width: 768px) {
    .screens-thumbnails > a {
        max-width: calc((100% / 2) - 1rem - 2px);
    }

    #main-index-container {
        background: url("../files/screens/index_main_768.jpg") no-repeat;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    #main-index-container {
        /*background-position-x: 20%;*/
    }

    div.card-deck-pricing {
        flex-flow: column;
    }

    #main-index-title-left {
        text-align: center;
        margin-bottom: 1.5rem;
        justify-content: center;
    }

    h3.view-headline {
        text-align: center !important;
    }

    #main-index-title-left .display-4 {
        font-size: 2.8rem;
        font-weight: 400 !important;
    }

    #main-index-title-left .display-6 {
        font-size: 1.1rem;
    }

    .form-signin .form-control {
        font-size: 85%;
    }

    #main-index-title-container .btn {
        padding: 0.275rem 1rem;
    }

    .index-preview-image-container {
        text-align: center;
    }

    .index-preview-text {
        text-align: justify;
        margin-top: 2rem;
    }
}

@media (max-width: 500px) {
    .card-title.pricing-card-title {
        font-size: 2rem;
    }

    .card-header > h2 {
        font-size: 1.3rem;
    }

    #main-index-container {
        /*background-position-x: 30%;*/
    }
}
