/* ===================================
                About
   =================================== */

/*
       Author: SimonHans

       Colors
Orange-red:#fa4612
Blue - #203354 - 32, 51, 84, shades of blue #91bdff
Blue Light #366bc7
#c7c7c7 - light grey
rgba(238, 238, 238, 0.8);#eeeeee

SimonHans Why us Background color 

    background-color: #1b1b1d;
    background-color: #000016;

 */
/*Custom Styles*/
.sh-dark-gray {
    color: #1b1b1d;
}
.sh-blue{
    color: #203354;
}
.sh-italics {
    font-weight: bold;
    font-style: italic;
}
.sh-bold{
    font-weight: 700;
}
.sh-light-red{
    color: #d30000;
}
.sh-test{
    color:#5f7db0
}

.sh-image img {
    width: 60%;
}

/*Responsive Images */
.responsive {
    max-width: 100%;
    height: auto;
  }
  /* Responsive Youtube Video */
  .video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



