.container-fluid {
    padding: 0px;
}
.row {
margin: 0}
/*** NAVBAR ***/
.navbar-collapse {
    position: relative;
    margin: 1em;
    overflow: hidden;
}

.navbar-collapse ul {
    display: flex;
    /*flex-direction: row;*/
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
}
.navbar-collapse li {
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid red;
    color: #fff;
}

.index-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
  
.index-toggler.navbar-toggler {
    border-color: #fff;
} 

a {
    font-family: 'bebasregular';
    color: #fff !important;
    text-decoration: none;
}

/* gestione inversa colori per pagine diverse da index*/
.nav-link.custom-link {
    color:#000 !important; 
}

.nav-link.custom-link.active {
    color:red !important; 
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
  
.custom-toggler.navbar-toggler {
    border-color: #000;
} 
/* fine gestione */

#hiddenlogo {
    display: none;
}

#imglogo {
    display: block;
    float: right;
    margin-right: 20%;
    margin-top: 20px;
}

.navbar {
    margin-top: 20px;
    margin-left: 20px;
}

.navbar-separator-certificazioni {
    display: none;
}

/*** END NAVBAR ***/

/** NEW BACKG_IMG */
  #image-head {
    background-image:url("../images/DSC01277.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 1500px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: black;
    text-align: center;
  }
/** END NEW BACK_IMG **/

/* SLOGAN*/
#slogan {
    margin-top: 25%;
}

#slogan h1 {
    color: #FFF;
	text-shadow: -2px 2px black;
    font-family: 'bebasregular';
    padding: 0;
    font-size: 80px;
}
/* END SLOGAN*/


/* AZIENDA */
.chisiamo {
    color: #000;
    font-family: 'evogriaregular';
    font-size: 150px;
    text-align: center;
    letter-spacing: 25px;
}

.chisiamo-container, .chisiamo-txt {
    margin-top: 20px;
    margin-bottom: 15%;
}

.chisiamo-txt {
    margin-top: 3%;
}
/* AZIENDA_SEPARATOR*/

/* .chisiamo-separator {
    border-left: 6px solid #f00;
    height: auto;
    left: 50%;
    margin-bottom: 3%;
} */
.chisiamo-separator {
    height: auto;
    width: 1px;
    background-color: #f00;
    border-radius: 99px;
    margin-right: 5%;
    margin-bottom: 3%;
    margin-top: 2%;
}
.chisiamo-txt p {
    margin-right: 10%;
    margin-left: 10%;
    text-align: justify;
    font-weight: 400;
    font-size: large;
    margin-bottom: 30px;
}

.chisiamo-txt span {
    font-weight: 500;
}
/* END AZIENDA */

/* SERVIZI */
.servizi {
    color: #000;
    font-family: 'evogriaregular';
    font-size: 7vw;
    text-align: left;
    margin-left: 10%;
    width: auto;
}

.servizi-container p  {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
    font-weight: 400;
    font-size: large;
    margin-bottom: 30px;
}

.point {
    color: #f00;
}

.servizi-img {
    padding-right: 50px;
    margin-bottom: 5%;
}

.servizi-img img {
    width: 100%;
    margin-top: 20%;
}
/* END SERVIZI */

/* INIZIO CERTIFICAZIONI */
.certificazioni {
    color: #000;
    font-family: 'evogriaregular';
    font-size: xxx-large;
    text-align: center;
}
.certificazioni-container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* END CERTIFICAZIONI */

/* INIZIO GALLERIA */
.galleria {
    color: #000;
    font-family: 'evogriaregular';
    font-size: xxx-large;
    text-align: center;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-gallery {
    padding: 0;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    background-color: #000;
  }
  
  .column img {
    margin-top: 12px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
/* END GALLERIA*/

/* FOOTER INIZIO */

footer {
    background-color: #000;
}

.footer-container {
    margin: 0;
}

.footer-container h5 {
    color: #fff;
    font-family: 'bebasregular';
}

.footer-container p {
    color: #fff;
    margin-bottom: 0;
}

.footer-container i {
    margin-right: 10px;
}

.copyright {
    color: #fff;
    font-size: x-small;
}

.copyright a {
    font-family: 'system-ui';
    color: #fff;

}
/* FOOTER FINE */


/* DESKTOP */

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .servizi {
        font-size: 6.5vw;
    }
}

/*DESKTOP MIDDLE*/
@media screen and (min-width: 767px) and (max-width: 992px)  { /*1279px*/

    #hiddenlogo {
        display: block;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    #imglogo {
        display: none;
    }

    /* .chisiamo-separator {
        display: none;
    } */
    .servizi-img {
        padding-right: 12px;
    }

    #servizi-img-2 {
        margin-bottom: 10%;
    }

    .servizi {
        /* font-size: 80px; */
    }
    .servizi-container p {
        font-size: large;
    }

}
/*END DESKTOP MIDDLE*/

/* MOBILE MIDDLE*/
@media screen and (min-width: 577px) and (max-width: 766px)  { /*1279px*/
    #hiddenlogo {
        display: block;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    #imglogo {
        display: none;
    }

    .chisiamo-separator {
        display: none;
    }
    .servizi-img {
        padding-right: 12px;
    }

    #servizi-img-2 {
        margin-bottom: 10%;
    }

    .servizi {
        font-size: 13.5vw;
    }
    .servizi-container p {
        font-size: large;
    }
}
/* END MOBILE MIDDLE*/

/* MOBILE */
@media (max-width: 576px) {


    #hiddenlogo {
        display: block;
        width: auto;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    #imglogo {
        display: none;
    }
    #slogan {
        margin-top: 50%;
    }

    #slogan h1 {
        font-size: 50px;
    }
    .chisiamo {
        letter-spacing: 5px;
    }
    .chisiamo-txt p {
        font-size: large;
    }

    .servizi {
        font-size: 13.5vw;
    }

    .servizi-container p {
        font-size: medium;
    }

    .servizi-container .servizi-info {
        text-align: left;
    }

    .servizi-img {
        padding-right: 12px;
    }

    .servizi-img img {
        width: 100%;
        margin-top: 10%;
    }

    #servizi-img-2 {
        margin-bottom: 10%;
    }

    /* CERTIFICAZIONI */
    .certificazioni-container img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
    }
    /* FINE CERTIFICAZIONI */

    /* GALLERIA NEW */
    .column {
        width: 100%;
    }
    /* END GALLERIA */
}

@media (max-width: 320px) {

    .servizi-container {
        margin-top: 20px;
    }
    .servizi {
        font-size: x-large;
    }

    #hiddenlogo {
        display: block;
        width: 100%;
    }

    .certificazioni {
        font-size: x-large;
    }

}

