html, body, h1, h2, h3, h4, h5 {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    /*   font-weight: 300 !important;*/
} 

.page-title{
    font-size:15px;
}

.jumbotron {
    background: rgb(0,90,135) !important;
    background: linear-gradient(35deg, rgba(0,90,135,1) 0%, rgba(16,66,91,1) 74%) !important;
    color: whitesmoke !important;
    border-radius: 0px !important;
}

    .jumbotron hr {
        border: 1px solid #fd7e14;
    }

.card-header {
  /*  background: rgb(253,126,20);
    background: linear-gradient(35deg, rgba(253,126,20,1) 55%, rgba(255,255,255,1) 100%);*/
  /*  color: white !important;*/
}
/*.car*/

.mss-blue{
    background-color:#4392F1
}

/* Used to keep footer at bottom and add orange band */
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
 /* border-top: 5px solid orange;*/
}

.MSSPageTitle {
    font-size: 35px !important;
    font-weight: 300 !important;
    color: #3d6f9a !important;
}

/* Override default d2 theme colours */
.mss-theme-d2 {
  color:#fff !important;
  background-color:#4392F1 !important;
}

/* Buttons which run the interfaces */
.mss-theme {
  color:#fff !important;
  background-color:#ffb137 !important;
  width: 50% !important
}

/* Menu button colour */
.mss-hover-white:hover {
  color:#4392F1 !important;
  background-color:#ffb137 !important
}

/* Control the input boxes */
.MSSlabel {
  display: inline-block;
  width: 140px;
  text-align: left;

}


