html,
body {
    height: 100%;
    background-color: #DDD;
    background-image: url(../img/background-image.jpg);
    background-size: cover;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #444;
}

hr {
    background-color: rgb(0, 0, 0);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

.h1,
h1 {
    font-size: 1.7rem
}

.h2,
h2 {
    font-size: 1.6rem
}

.h3,
h3 {
    font-size: 1.5rem
}

.h4,
h4 {
    font-size: 1.4rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1.1rem
}

.container {
    max-width: 1024px;
}

a {
    color: #000;
}

a:hover {
    color: #444;
}

label {
    width: 100%;
}

.form-label {
    margin-bottom: .25rem;
}

.form-control,
.form-select {
    border-radius: 0;
}

.alert {
    border-radius: 0;
    border: 0;
}

.form-control:focus {
    border-color: #444444;
    box-shadow: 0 0 0 .25rem rgba(68, 68, 68, .25);
}

.form-select:focus {
    border-color: #444444;
    box-shadow: 0 0 0 .25rem rgba(68, 68, 68, .25);
}

.form-check-input:checked {
    background-color: #d8262f;
    border-color: #d8262f;
}

.form-check-input:focus {
    border-color: #444444;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(68, 68, 68, .25);
}

.btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(68, 68, 68, .25);
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-primary {
    background-color: #d8262f;
    border-color: #d8262f;
    color: #fff;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #d8262f;
    color: #d8262f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #fff;
    border-color: #d8262f;
    color: #d8262f;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(221, 224, 227, .0) !important;
}

.btn-secondary {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #fff;
    border-color: #444;
    color: #444;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    background-color: #fff;
    border-color: #444;
    color: #444;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(221, 224, 227, .0) !important;
}

.fcl-master-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fcl-container {
    background-color: #FFF;
    box-shadow: 0 0 1.5rem #AAAAAA;
    padding: 15px 0;
}

.fcl-title,
.fcl-desc {
    text-align: right;
}

.fcl-blocks {
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #d8262f;
    color: #FFF;
}

.fcl-blocks .title {
    text-transform: uppercase;
    font-weight: 600;
}

.fcl-blocks .subtitle {
    font-size: 1rem;
}

.block-num {
    color: #FFF;
}

.fcl-info,
.meal-box-list {
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.fcl-info:hover {
    background-color: #444;
    color: #FFF;
}

.fcl-info .title {
    text-transform: uppercase;
    font-weight: 600;
}

.fcl-info .subtitle {
    font-size: 1rem;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.fcl-sub-title {
    text-align: left;
}

.meal-img {
    width: 100%;
    max-height: 250px;
    max-width: 200px;
}

#custom-label-form [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#custom-label-form [type=radio]+.meal {
    cursor: pointer;
}

#custom-label-form [type=radio]+.meal {
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 1rem;
}

#custom-label-form [type=radio]:checked+.meal {
    box-shadow: 0 0 0 3px rgba(0, 185, 0, 0.4);
}

.meal-name {
    font-weight: 600;
    font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
    html,
    body {
        height: auto;
        background-size: auto;
    }
    .fcl-master-box {
        height: 100%;
        display: unset;
        justify-content: unset;
        align-items: unset;
    }
    .fcl-container {
        margin: 15px 0;
    }
    .fcl-title,
    .fcl-desc {
        text-align: center;
    }
    .logo {
        text-align: center;
        display: block;
    }
    .fcl-sub-title {
        text-align: center;
    }
}

@media only screen and (max-height: 850px) {
    html,
    body {
        height: auto;
        background-size: auto;
    }
    .fcl-master-box {
        height: 100%;
        display: unset;
        justify-content: unset;
        align-items: unset;
    }
    .fcl-container {
        margin: 15px 0;
    }
    .fcl-title,
    .fcl-desc {
        text-align: center;
    }
    .logo {
        text-align: center;
        display: block;
    }
    .fcl-sub-title {
        text-align: center;
    }
}

.img-box-food {
    width: 190px;
    height: 140px;
    margin: 0 auto;
    max-width: 100%;
 }
 
 .img-box-food img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
 }