* {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;

}

.main_nav {
    background: #FFFDF5;

}

.nospace {
    white-space: nowrap;
}

.header-sub-title {
    font-size: 20px;
}

body {
    background-color: rgba(255, 253, 245, 0.56) !important;
    padding-bottom: 0px !important;
}

.home-header {
    background: #FFFDF5;
    color: #000000;

}

.custom_button {
    box-shadow: none;
    font-style: normal;
    font-size: 25px !important;
    border-radius: 36px;
    /* line-height: 34px; */
    font-weight: 700;
    padding: 19px 60px !important;
    color: #FFFFFF;
    display: inline-block;
    background: linear-gradient(180deg, #F20B53 0%, #880157 100%);
}

.custom_button:hover {
    color: black;
}


.login_button,
.register_button {

    /* Auto layout */
    padding: 10px 40px !important;

    text-align: center;
    border-radius: 36px;
    margin: auto 10px;
    color: #000;
    border: 2px solid linear-gradient(180deg, #F20B53 0%, #880157 100%);
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #F20B53, #880157);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #FFFDF5 inset;
}

.navbar-toggler {
    padding: 10px 10px !important;
    font-size: 3em !important;

}

.register_button,
.navbar-toggler {
    box-shadow: none;
    color: #fff !important;
}

.dark-mode {
    display: none !important;
}

.light-mode {
    display: block;
}

.bg-custom {
    background: #FFFDF5;
    padding: 32px;
}

footer {
    background: #2D0428 !important;

}

.footer a,
.footer span {
    color: #FFF5F9 !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    /* identical to box height */

    text-align: center;

    color: #FFF5F9;
}

.footer .ion-icon-inner {
    color: #FFA9D0
}

.sub_text {
    font-size: 20px;
    white-space: nowrap
}

@media screen and (max-width:900px) {
    .main_nav .ml-auto {
        margin-left: inherit!important;
    }

    .navbar-toggler {
        color: #EC0A53 !important;
    }

    .navbar-nav.ml-auto {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .navbar-nav.ml-auto .nav-item {
        margin-top: 20px;

    }

    .home-header {
        padding-top: 100px;
    }

    .header-title {
        font-size: 32px;
        line-height: 42px;
    }

    .header-sub-title {
        line-height: 22px;
        white-space: normal;

    }

    .mt-4.d-flex.justify-items-between.align-items-center {
        margin-bottom: 50px;

    }

    .header-sub-title.nospace {
        white-space: normal;
    }

    .footer .links {
        display: flex;
        justify-content: center;
    }

    .footer a,
    .footer {
        font-size: 14px !important;
    }
}


@media (prefers-color-scheme: dark) {

    .bg-custom {
        background: #2D0428;
    }

    body {
        background-color: #2D0428 !important;
        color: #fff;

    }

    .bg-custom {
        background: #20051D;
    }



    .light-mode {
        display: none !important;
    }

    .dark-mode {
        display: block !important;
    }

    .main_nav {
        background: #20051D;

    }

    a.nav-link {
        color: #fff !important;
        font-style: normal;
        font-weight: 500;
        font-size: 20px !important;
        line-height: 27px;
    }

    .login_button,
    .register_button {

        border: 2px solid linear-gradient(180deg, #F20B53 0%, #880157 100%) !important;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #F20B53, #880157) !important;
        box-shadow: 2px 1000px 1px #20051D inset;



    }

    .register_button {
        box-shadow: none;

    }


    .home-header {
        background: #20051D;
        color: #fff;

    }




}
