html {
    overflow-y: scroll;
} /* to avoid jump due to scrollbar */

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

#homepage {
    overflow: hidden;
}

.fz-navbar {
    background-color: #e9e9e9 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #090909;
}

.fz-main {
    padding-top: 54px;
}

.fz-pdf {
    width: 100%;
    padding: 0.9rem;
    margin-bottom: 0.9rem;
    border: 1px solid #999;
    background-color: #e9e9e9;
}

.fz-pdf a {
    color: #191919;
    font-weight: bold;
}


/* minel wand page - CORRETTO */
.fz-left-minel {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    background-image: url("../images/minel/minel-main-donna-h900.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;  /* o auto 100% */
    /* background-attachment: fixed;  RIMOSSO - non serve perché il div è già fixed */
    background-color: #000;
}

.fz-left-content {
    width: 100%;
    text-align: center;
    padding: 19px;
    margin-top: 54px;
    opacity: 0.45;
}

.fz-logo-wrapper {
    display: inline-block;
}

.fz-logo-img {
    max-width: 100%;
    height: auto;
}

.fz-logo-link {
    display: inline-block;
    text-decoration: none;
}

/* Contenuto destro - invariato */
.fz-right-minel {
    margin-left: 50%;
    background-color: #fff;
}

.fz-minel-all {
    margin-top: 0.9rem;
}

.fz-minel-bracelets {
    border-bottom: 2px solid #999;
    margin-top: 0.9rem;
}

.fz-minel-bracelets-last {
    margin-top: 0.9rem;
}

.fz-minel-quote {
    position: absolute;
    bottom: 4.5rem;
}

.fz-minel-quote-image {
    float: right;
}

.fz-minel-tab {
    margin: 0 auto;
    padding: 0 15px;
}

.fz-storia-img {
    float: right;
    padding-bottom: 0.9rem;
}

.tab-content {
    margin-bottom: 50px;
}

/* when not active use specificity to override the !important on border-(color) */
.nav-tabs .nav-link:not(.active) {
    border-color: transparent !important;
    color: #999;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #191919;
    background-color: #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #727272;
}

.border {
    border: 1px solid #999 !important;
}

.fz-border {
    border-bottom: 1px solid #fff !important;
}

/* Responsive */
@media (max-width: 768px) {
	.fz-left-content {
    margin-top: 9px;
	}
    .fz-left-minel {
        position: relative;
        height: auto;
        background-image: none;
    }
    
    .fz-right-minel {
        margin-left: 0;
    }
    
    .fz-left-content {
        padding: 9px;
    }
}

@media (min-width: 768px) {
    .fz-minel-quote {
        background: rgba(255, 255, 255, 0.5);
    }
}

.fz-footer {
    z-index: 9;
    position: fixed;
    background-color: #d9d9d9;
    bottom: 0;
    left: 0;
    width: 100%;
}

.fz-footer a {
    color: #fc7c01;
    text-decoration: none;
}

@media (max-width: 768px) {
    .fz-footer {
        z-index: 9;
        position: relative;
        margin: 0;
        width: 100%;
    }
}