html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.logo {
    margin-bottom: 10px;
    width: 150px;
}


.price {
    font-size: 28px;
    margin: 0;
}

.dish-info {
    font-style: italic;
    color: gray;
    font-size: 10px;
    margin: 0;
}

.dish-title {
    margin-bottom: 0;
}

.nopadding {
    padding: 0 !important;
}


.full-width {
    width: 100%;
}

.edit-block {
    border: 2px rgba(0, 0, 0, 0.4) solid;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.hr-edit-panel {
    margin-top: 0;
}

.dish-card {
    margin-top: 5px;
    margin-bottom: 5px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}