
main {
    min-height: 85vh;               /* Push the footer to the bottom */
}

.container, .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
}
.container-small, .container-large {
    max-width: 100%;
}
@media (min-width: 768px) {
    .container-large {
        width: 970px;
    }
}
@media (min-width: 992px) {
    .container-small {
        width: 700px;
    }
    .container-large {
        width: 1170px;
    }
}
@media (min-width: 1200px) {
    .container-small {
        width: 900px;
    }
    .container-large {
        width: 1500px;
    }
}

.noselect {
    user-select: none;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background: #101010;            /* Material Grey 950 */

    user-select: none;
}

.nav-link {
    cursor: pointer;
}

.nav-item.active > .nav-link {
    color: #FFFFFF;
}


.header_layout {
    margin: 0;
    padding: 2.5rem 2rem;
    z-index: 100;

    background: #2196F3;            /* Material Blue 500 */
    color: #FFFFFF;
}
@media (max-width: 992px) {
    .header_layout {
        padding: 2.5rem 0.5rem;
    }
}

.intro_title_big {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
@media screen and (max-width: 768px) {
    .intro_title_big {
        font-size: 36px;
    }
}

.intro_title_small {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.my-content-text {
    padding: 20px 10px 10px 10px;
    vertical-align: middle;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .my-content-text {
        padding: 0 10px 10px 10px;
    }
}

.store-badge {
    width: 250px;
    height: auto;
}
.store-badge-apple {
    padding: 5px 18px;
    width: 250px;
    height: auto;
}


img.screenshot {
    width: auto;
    height: auto;
    max-height: 440px;
    margin: 0 auto;
    float: bottom;
    cursor: zoom-in;
}
img.screenshot:hover {
    box-shadow: 1px 1px 10px #616161; /* Material Grey 700 */
}
img.phone_screenshot_modal {
    width: auto;
    height: auto;
    max-height: 700px;
}
.modal_tablet_screenshot {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 0;
    max-width: none !important;
}
@media (min-width: 576px) {
    .modal_tablet_screenshot {
        width: 90% !important;
    }
}
@media (min-width: 992px) {
    .modal_tablet_screenshot {
        width: 75% !important;
    }
}

/* Carousel */
.carousel {
    max-height: 600px;
    max-width: 80%;
}
@media (max-width: 992px) {
    .carousel {
        max-width: 100%;
    }
}

/* Footer */
footer {
    display: block;
    background: #222222;
    color: #FFFFFF;
    padding: 15px 10px 30px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
a {
    color: #4d94ff;
    text-decoration: none;
}
a:hover {
    color: #3567b2;
}
#a_back_to_top {
    color: #FFFFFF;
    text-decoration: none;
}


@media (max-width: 576px) {
    .card {
        /* On small screen, make the card fill the space */
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
    }
}


/* FAQ page ---------------------------------------- */

.faq_main {
    margin: 0 1rem 1rem;
}
.faq_main > a {
    padding: .2rem .1rem;
}

.faq_main_title {
    margin-top: 2rem;
    margin-bottom: .1rem;
    font-weight: bold;

    user-select: none;
}

.faq_back > h2 > i {
    max-width: 30px;
}

a.faq_back {
    color: black;
}
a.faq_back > h2 {
    margin-bottom: 0;
}
a.faq_back:hover{
    text-decoration: none;
}

.card-header.faq {
    color: #4d94ff;
    font-size: 1.15rem;
    cursor: default;
}
.card-body {
    white-space: pre-line;
    padding-top: 0;
}

.pre_text {
    white-space: pre-line;
}

button.login {
    min-width: 140px;
    text-transform: uppercase;

    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}
@media (min-width: 992px) {
    button.login {
        min-width: 25%;
        margin-left: 10px;
        margin-right: 10px;
    }
}


.material-icons.feature_icon {
    font-size: 40px;
    padding: 6px;
}

.feature_list > div {
    display: -ms-flexbox!important;
    display: flex !important;

    -ms-flex-align: center!important;
    align-items: center !important;
}
.feature_list .material-icons {
    margin-inline-end: 10px;
}


/* Legal documents */
.section_title {
    font-weight: bold;
    font-size: 110%;
}
.container_terms {
    white-space: pre-line;
}

/* Cookie banner - cookieconsent@3 */
a.cc-btn {
    background-color: #F1d600 !important;
    color: #000000 !important;
    min-width: 100px;
}
a.cc-btn.cc-deny {
    margin-inline-end: 10px;
}
.cc-animate.cc-revoke {
    visibility: hidden !important;      /* Remove the popup */
}