@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
.navbar-nav .nav-link{
    color:#8d848d;
    font-size: 1.10em;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color:#b8b4b8;
}

.navbar-nav li a:hover {
    color:#d01ad3;
}

#index-header {
    background-image: url("../img/1-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

#index-header h1 {
    font-size: 4em;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding-top: 1em;
}

#index-header p {
    font-family: Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,var(--nv-fallback-ff);
    font-size: 1.5em;
    font-weight: 600;
    padding-top: 1em;
}

#main {
    background-image: url("../img/nexus-auto-savers-1080-x-1080.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}



#main > h1, #main > p {
    color: #fff;
}

#member {
    background-color: #F2EBEB;
}

#f-menu {
    background-color: #000c66;
}

#f-menu a { text-decoration: none;}


#f-menu a:hover {
    color:#d01ad3 !important;
    text-decoration: underline;
}

.text-left{
    color:red;
    text-align:start;
}

footer {
    background-color: #050a30;
}