::-webkit-scrollbar{
    width: 15px;
}

::-webkit-scrollbar-track{
    background: black;
}
::-webkit-scrollbar-thumb {
    background: #2f3033;
    border-radius: 10px;
}
/*scroll bar /\   */

.navBar {
    background-color: rgb(34, 34, 34);
} 

body {
    background-color: rgb(58, 58, 58);
}

footer {
    margin-top: 2%;
}

.logoIMG {
    border-radius: 15px;
	width:90%;
}

.bg-section2 {
    margin-top: 2%;
    background-color: rgb(117, 117, 117);
}

.card {
    margin-top: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.card-img-top {
    width: 109.5%;
    margin-left: -4.8%;
    border-radius: 5px;
}

img {
    -webkit-user-drag: none;
}


.sistemIMG {
    &:hover {
        content: url('img/sistemi.png');
    }
}

.teleIMG {
    &:hover {
        content: url('img/elettronica.jpg');
    }
}

.infoIMG {
    &:hover {
        content: url('img/code-image.jpg');
    }
}

.tecnoIMG {
    &:hover {
        content: url('img/tecnologie.jpg');
    }
}

.projectIMG {
    &:hover {
        content: url('img/gestione-progetto.jpg');
    }
}.btnG {    background-color: rgb(86, 86, 86);    border: none;    width: 100%;    &:hover {        background-color: lightgray;        color: #000;    }}