/*--------------- HEADER -------------------*/

.navbar {
    box-shadow: 1px 1px 20px #888888!important;
}

.header {
    height: 6%;
}

.n {
    height: 8rem;
}

.logo {
    width: 200px;
    height: auto;
    margin-top: 50px !important;
    z-index: 10;
    padding: 0px;
    margin: 0px;
}

.nav-item {
    font-size: 15px;
    font-family: Verdana,sans-serif;
}

.div-item {
    justify-content: center;
}

.grey {
    color: #797c7d !important;
}

.back_c {
    width: 30%;
    height: 30%;
}

.back {
    width: 100%;
    height: 65rem;
    background-image: url("../IMAGE/h.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2560px 1440px;
}

.logo_wide {
    visibility: visible;
    align-items: center;
    margin-top: 0.5%;
}

.logo_mobile {
    visibility: hidden;
    align-items: center !important;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

.scritta_principale {
    text-shadow: 2px 2px 4px grey;
    font-size: 50px;
    color: white;
    text-align: center;
}

.btn_shop {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    background-color: #C62931 !important;
    font-size: 15px !important;
    margin-top: 3%;
}

@media screen and (max-width: 1550px) {
    .btn_shop {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }
}

/* TABLET */
@media screen and (max-width: 900px) {
    .n {
        z-index: 10;
    }

    .back {
        height: 80%;
    }

    .back_c {
        width: 60%;
        height: 30%;
    }

    #navbarNavAltMarkup {
        background-color: white;
        text-align: center;
    }

    .logo_wide {
        visibility: hidden;
        width: 0px;
        height: 0px;
        margin: 0px;
        padding: 0px;
    }

    .lg-mb {
        padding: 0px !important;
    }

    .logo_mobile {
        visibility: visible;
        width: 150px;
        height: auto;
        z-index: 10;
        margin: 0px !important;
        padding: 0px !important;
    }
}

/* TELEFONO */
@media screen and (max-width: 600px) {
    
    .header {
        height: 10%;
        padding: 0px;
        background-color: none;
    }

    .back {
        height: 90%;
    }

    .n {
        height: 8rem;
    }

    .collapse {
        z-index:10;
        background-color: white;
        margin: 0px;
        padding:0px;
    }

    .logo_wide {
        visibility: hidden;
        width: 0px;
        height: 0px;
        margin: 0px;
        padding: 0px;
    }

    .logo_mobile {
        visibility: visible;
        width: 130px;
        height: auto;
        z-index: 10;
        margin: 0px;
        padding: 0px;
    }

    #navbarNav {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .nav-link {
        text-align: center;
    }

    .back_c {
        width: 90%;
    }

    .btn_shop {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 3%;
    }
}