#hero{
  /* background: linear-gradient(0.3deg,#1c5bfe,#19416F); */
  background: linear-gradient(90deg, rgba(45, 62, 80, 1) 0%, rgba(4, 69, 147, 1) 100%);
  color: #fff;
  padding: 7rem 0;
}
a.btn.btn-lg,
#hero p.lead{
  font-size: 1.25rem !important;
  letter-spacing: .1rem !important;
}
#hero .text-warning {
  color: #e4fe1c !important;
  font-weight: 400;
}
hr{
  height: 5px;
}
.bg-blue,
.bg-blue h3{
  background-color: #0a4eca;
  color: white;
}
hr.bg-blue{
  background-color: #0a4eca;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-footer {
  background-color: inherit;
  border-top: none;
}
.shadow-50{
  box-shadow: 1px 1px 25px rgb(0 0 0 / 50%);
  z-index: 1;
}
.jumbotron.bg-blue h3{		
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 400;
}
.stars{
  height: 24px;
    background-size: 24px !important;	
}
.full-star{
  background: url(img/star.svg);		
}
.half-star{
  background: url(img/half-star.svg);
}
.one-star{
  width: 24px;
}
.four-stars{
  width: 98px;
}
.five-stars{
  width: 119px;
}
.logo {
  text-align: center;
}

.logo img {
  max-width: 100%;
  max-height: 22px;
}
h2{
  color: #1A416E;
  font-weight: bold;
  font-size: 2rem;
}
.jumbotron .card {
  background: none;
}
.jumbotron .card-body {
  background: white;
  height: 90px;
}
.jumbotron .card-footer {
  background: none;
  font-size: 1.2rem;		
}
.jumbotron h4.card-title.text-success {
  font-size: 3rem;
}
.stories img.card-img-top {
  max-width: 50px;
  max-height: 50px;
}
.img-thumbnail{
  border-radius: 45%;
  max-width: 140px;
}
a.btn.btn-lg.btn-light {
  background: white;
}
@media (max-width: 991px){
  .container {
      margin: auto !important;
  }
}