/* Styles file for smbi digital site */

h4 {
    text-align: justify; 
    text-justify: inter-word;
    }
.smbi-tx-col {
    color:rgb(20,20,150);
    }
.txt-shade-light{
    text-shadow: 1px 1px 2px black, 0 0 15px lightgrey, 0 0 5px blue;
    }
.bg-black{
    background-color: rgb(0, 0, 0);
    }
.bg-grad-dark{
    background-color: rgb(25, 25, 25); /* For browsers without gradients support */
    background-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgb(0, 26, 51) );
    }
.bg-circuits{
    background-image: url("/static/images/bg_circuits.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    }
