@media(max-width: 500px) {
    .reverse-columns {
        flex-direction: column-reverse;
        display: flex;
    }
}

.titled {
    font-family: 'Merriweather', serif !important;
    font-size: 58px !important;
    font-weight: 400 !important;
    line-height: 64px !important;
}

.subtitled {
    font-family: 'Merriweather', serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 36px !important;
}

.navbar {
    /*background-color: beige;*/
}

body{
    background-color: beige;
}

.dropzone{
    /*height: 80%;*/
    border: 4px dotted rgba(0, 0, 0, 0.3);
}
.wait{
    cursor: wait;
}
.nowait{
    cursor: auto;
}

.backimage{
    background-image: url(../img/background.jpg);
    background-blend-mode: hard-light;        
}
.tile{
    z-index: 10;
}
.modal-card{
    width: fit-content;
}