html, body, .bg-dark, #logged-in div.col.py-3, .dropdown-menu {
    background-color: #F5F5F5 !important;
}

h1.logo-title {
    display: block;
    width: 250px;
    height: 143px;
    background-image: url(../images/assistant/logo_nommy.png);
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto 10px;
}

@media all and (display-mode: standalone) {
    margin: -20px auto 10px;
}

#logged-in #menu-wrapper ul.nav li .nav-link, #logged-in #menu-wrapper div.dropdown a {
    color: #737f8a !important;
}
#logged-in #menu-wrapper ul.nav li .nav-link.active {
    color: #f8d570 !important;
    background-color: transparent !important;
}
.tab-content {
    padding-top: 15px;
}
img#get-started-nommy, img#get-started-nommy-chef {
    width: 60%;
    margin: 0 auto;
    display: block;
}

/* landing pages */
.landing-page div:has(.card), section.landing-page div.nommy-introduction {
    display: block;
}
section#ai-assistant-features div.nommy-introduction {
    flex-direction: row-reverse;
}
.landing-page .card {
    margin: 10px;
}
.testimony .card {
    width: inherit;
}
section.landing-page div.nommy-introduction img {
    max-width: 48%;
}
.card-price p.price {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 0;
}
.card-price p.sub-price {
    text-align: center;
    font-size: 0.8em;
    color: #4e595f;
}
.card-price a {
    text-align: center;
    display: block;
    margin-top: 10px;
    padding: 10px;
    background-color: #f8d570;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}
.landing-page form input[type="text"],.landing-page form input[type="password"], form input[type="text"], form input[type="password"], form input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.landing-page form button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
}
iframe {
    border: 0;
    width: 100%;
    height: 500px;
}
#footer, .copyright {
    background-color: #F5F5F5;
    color: #737f8a;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    display: block;
    overflow-x: auto;
    #overflow: scroll;
}
table tbody, table thead {
    display: block;
    min-width: 480px;
}
table tbody tr, table thead tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
table tr td, table tr th {
    padding: 10px;
    /* text-align: center; */
}
table tr td:nth-child(2), table tr th:nth-child(2) {
    background: #f8d57085;
}

/**
* Marketing website
 */
body.marketing nav ul.nav {
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: stretch;
}
body.marketing nav {
    margin-bottom: 20px;
}
body.marketing a.register-link {
    background-color: #f8d570;
    color: #f5f5f5;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
body.marketing p.register-button:has(a) {
    text-align: center;
    margin-top: 20px;
}
body.marketing p.register-button a:hover {
    background-color: #f8d57085;
    border-color: #f8d57085;
}
blockquote {
    border-left: 3px solid #f8d570;
    width: 75%;
    padding-left: 13px;
    margin: 1rem auto 0;
}
.blockquote-footer {
    margin-top: inherit;
}
blockquote footer {
    text-align: right;
}
body.marketing .bg-home {
    background-image: url(../images/banner/bg-gym-fitness.jpg);
    background-size: cover;
    background-position: center;
    min-height: 350px;
    width: 100%;
    background-blend-mode: darken;
    background-color: rgba(0,0,0,0.6);
    padding: 10%;
}
body.marketing .bg-home h2 {
    font-weight: bold;
    font-size: 3rem;
}
body.marketing .bg-home p, body.marketing .bg-home h2 {
    color: #F5F5F5;
}
body.marketing .bg-home p {
    font-size: 1.2rem;
    margin-top: 10px;
}
footer {
    margin-bottom: 1rem;
}
form label[for=registration_form_agreeTerms], form label[for=registration_form_agreeNewsletter] {
    display: contents;
}

input.form-control {
    border: 1px solid #0b0b0b !important;
    background-color: #fefefe;
}
label {
    padding-top: 10px;
    color: #0b0b0b;
    display: block;
}
input[type=text], input[type=password] {
    width: 100%;
}
p.login, p.register {
    text-align: center;
    color: #0b0b0b;
}
button.btn {
    margin: 10px auto;
    color: #0b0b0b;
    display: block;
}
.feature {
    width: 50%;
    margin: 0;
    max-width: 50%;
    display: flex;
    border-radius: 0;
    background-color: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
    align-items: center;
}
.feature img {
    object-fit: cover;
    width: 200px;
    height: 200px;
    border: 0;
    border-radius: 10px;
}
.feature div {
    padding: 10%;
}
div.how-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: space-between;
    justify-content: center;
    flex-wrap: nowrap;
}

.demo {
    height: 500px;
    width: 50%;
    position: relative;
}
.demo img, .demo video {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
}
.demo video.demo-gif {
    margin-left: 66px;
    height: 88%;
    margin-top: 27px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .landing-page div:has(.card), section.landing-page div.nommy-introduction {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .card-price {
        width: 18rem;
    }
    .testimony .card {
        width: 50%;
    }
    section#ai-assistant-features div.nommy-introduction {
        flex-direction: row-reverse;
    }
    #logged-in div.col.py-3 {
        position: relative;
    }
    iframe {
        border: 0;
        width: 100%;
        height: 600px;
    }
    table {
        width: 80%;
        display: table;
    }
}
@media (max-width: 768px) {
    .row:has(.feature) {
        flex-direction: column;
    }
    .feature {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .feature img{
        width: 50%;
        height: auto;
    }
    .feature div {
        padding: 2%;
    }
}