@font-face {
    font-family: rough;
    src: url(font/rough_typewriter.otf);
}
  

body{
    /*background-color: #000;*/
    background-color: #000;
    color:#fff;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    font-weight: 300;
  
}



.list-group-item {
    background-color: #000;
    position: relative;
    display: block;
    padding: 15px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #424242;
}

a:hover {
    color: #cc66ff;
}

a {
    color: #fff;
}

.btn-link  {
    color: #cc66ff !important;
}

.list-group-item a:hover {
    left:10px;
    transition: 0.7s all;
}

.sticky-top {
    top:100px;
}

.act {
    border-left: 10px solid #af66ff;
    padding-left: 10px;
}

button:focus {
    outline: 0px !important;
}


#scrollup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 100% !important;
    background-color: #af66ff !important;
    border-color: #af66ff !important;
}

.list-group-item:hover {
    border-left: 10px solid #af66ff;
    padding-left: 10px;
    transition: all 0.5s ease;
}

p {
    margin-bottom:0px !important;
    min-height: 20px !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:  #af66ff !important;
}


.bg-dark {
    background-color: #101010 !important;
}

@media (max-width: 991px)  {

    .titleLogo {

        bottom: 20px !important;
        right: 25px !important;
        font-size: 22px !important;

    }

    img {
        max-width: 100% !important;
    }

    .header {
        margin-top:50px !important;
    }

    p {
        text-align:left !important;
    }

    .titleCapitoli {
        font-size:20px !important;
    }

    .media {
        display: block !important;
    }

    .media img {
        max-width: 100% !important;
        margin-bottom:25px;
    }

    .h1, h1 {
        font-size: 30px;
    }
    
    #logoScritta {
        /*bottom:0px !important;
        right: 0px !important;
        width: 70% !important;
        */
        display: none !important;
    }

    #avatar {
        display: none !important;
    }

    .header {
        height: 200px !important;
    }

}