#main_content {
   padding-top: 10px;
}

#welcome_text {
    padding-bottom: 0;
}

footer {
    width: 100%;
    background: white;
    color: #727272;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
}

footer p {
    width: 100%;
    height: 100%;
    margin: auto;
}

.dropdown-item {
    padding-left: 2rem;
}

.dropdown-item-disabled {
    padding-left: 2rem;
}

.dropdown-item-checked:before {
    position: absolute;
    left: .4rem;
    content: '✓';
    font-weight: 600;
}

#cookies_dialog_close {
    border: none;
    background: white;
}

#logo {
    height: 500px;
}

@media only screen and (min-width: 860px) {
    #welcome_text_1 {
        display: inline;
    }

    #welcome_text_2 {
        display: none;
    }

    body {
        top: 53px;
        height: 100vh;
    }

    #page_body {
        position: relative;
        min-height: 100vh;
    }

    main {
        display: flex;
        justify-content: center;
        align-items: center; 
    }

    footer {
        position: absolute;
        bottom: 0;
    }
}

@media only screen and (max-width: 860px) {
    #welcome_text_1 {
        display: inline;
    }

    #welcome_text_2 {
        display: none;
    }
}
