.card-img-top {
  width: auto;
}

.card-img-top:hover {
  background-color: #890a1d;
}

.card-img-trend { 
  width: 25%;
}

.card { 
  display: block;
  text-align: center;
}

.jumbotron {
  height: unset;
  background-color: #e7e7e7;
  padding: unset;
  padding-bottom: 5px;
  margin-bottom: 2em !important;
}

@media (min-width: 576px)
.jumbotron {
  padding: unset;
  padding-bottom: 5px;

}

.lineSpacer {
    margin-left: 7px;
    margin-right: 7px;
    color: lightblue;
}

.navbar-nav {
    display: -webkit-inline-box;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
.navbar-nav {
    display: block;
    flex-wrap: wrap;
}

}

.jccalColor {
  color: #890a1d;
}

.nav-item {
  min-width: unset !important;
 }

.jumboText {
  text-align: justify;
  text-justify: inter-word;
}
.cardImageTop {
  background: #e7e7e7;
  padding: 10px;
}
.roundedImage {
  border-radius: 15px 50px 30px;
  background: #73AD21;
padding: 7px;
    border-top-left-radius: 50% 50%;

    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%;
  width: 84px;
  height: 84px;
}
.imglist ul{
	margin:0px;
}
.imglist li{
	font-size:18px;
	margin-left:25px;
	padding:0px;
	list-style:url(Images/Roads/arrow.png);
	line-height:45px;
}
.imglist li a:link, .imglist li a:visited{
	color:#1e598e;
	text-decoration:none;

}
.imglist li a:hover{
	color:#0A7CAF;
	padding:2px;
    -moz-box-shadow: 0px 0px 12px #9e9ea3;
    -webkit-box-shadow: 0px 0px 12px #9e9ea3;
    box-shadow: 0px 0px 12px #9e9ea3;
    border:none 0px #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.divider {
  margin-left: 8px;
  margin-right: 8px;
}