*{
            font-family: 'Raleway', sans-serif;
            font-size: 16px;
        }
        
        .bsc-img-circle{
            width: 100%;
            height: auto;
            background: linear-gradient(to right, red, yellow, purple);  
            border-radius: 50%;
            padding: 5px;
        }
        .bsc-outer-circle{
            width: 30%;
            height: auto;
            background: linear-gradient(to right, red, purple);    
            border-radius: 50%; 
            text-align: center;
        }
        .bsc-pink-text{
            color: #ff0066;
            font-weight: bolder;
            text-shadow: 1px 1px 2px #999;
        }
        .bsc-heading{
            color: #003366;
            font-weight: bold;
        }
        .bsc-centered{
            text-align: center;
        }
        
        .bsc-img-sm{
            width:  90%;
            height: auto;
        }
        .bsc-rounded-btn{
            color: #FFF;
            font-weight: bold;
            line-height: 40px;
            padding: 10px 20px;
            border-radius: 35px;            
            background: linear-gradient(to right, red, purple); 
            border: none;
            box-shadow: 2px 2px 5px #333;
            border: 2px solid #FFF;
        }
        .bsc-rounded-btn:hover{
            background: #FFF;
            color: #ff0066;
            border: 2px solid #ff0066;
        }
        
        .bsc-dot {
            height: 8px;
            width: 8px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            box-shadow: 2px 2px 5px #999;
        }
        .bsc-side-heading{
            color: #162f59;
            font-size: 22px;
            font-weight: bold;
        }
        .bsc-sub-side-heading{
            color: #162f59;
            font-size: 18px;
            font-weight: bold;
        }
        .bsc-img-md{
            width: 80%;
            height: auto;
        }
        .bsc-img-sm{
            width: 50%;
            height: auto;
        }
        .bsc-sample-code{
            color: #FFF;
            background:  #000;
            padding-left: 10px;
        }
        .bsc-syntax-box{
            width: 100%;
            height: auto;
            padding: 5px;
            background-color: #ffe6f0;
            padding-bottom: 5px;
            padding-top: 0px;
            border-radius: 5px;
            box-shadow: 2px 2px 4px #999;
            margin-bottom: 15px;
        }
        
        .bsc-syntax-box-inner{
            width: 96%;
            height: auto;
            padding-left: 2%;
            margin-left: 2%;
            border-left: 5px solid #e6005c;
            background-color: #FFF;
            font-weight: bold;
        }
        .bsc-comments{
            color: #009933;
            font-size: 12px;
        }
        .bsc-tips-box{
            margin: 5px;
            padding: 5px;
            padding-left: 10px;
            background-color: #ffe6cc;
            border-left: 5px solid #cc6600;
            box-shadow: 1px 1px 3px #999;
        }

        .bsc-note-box{
            margin: 5px;
            padding: 5px;
            padding-left: 10px;
            background-color: #bdff80;
            border-left: 5px solid #3e8000;
            box-shadow: 1px 1px 3px #999;
        }

ul {
  list-style-image: url('../../images/bsc-bullet.png');
}

.bsc-color-pink{
    color: #e6005c;
}

.bsc-highlighted-text{
    padding: 2px 5px;
    background-color: #f0f0f5;
    color: #e6005c;
    border-radius: 5px;
    font-weight: bold;
}
.bsc-h-ad{
    display: none;
}

.bsc-ads-bar{
    height: 5px;
    display: none;
}





/*! Very small Devices */
@media (min-width: 576px) {
    
}

/*! Mobile Devices */
@media (max-width: 768px) {

}

/*! Tablet Devices */
@media (max-width: 992px) {
    .bsc-side-heading{
        font-size: 16px;
    }
}