/* 
Example class for article lists. In this case, our outer div would have a class
of 'summary-list'. Inner styles would be applied to the titles and summary fields.
*/
.summary-list .lr-list-title {
	font-weight: bold;
	display: block;
}
.summary-list .lr-list-summary {
	font-weight: normal;
	font-size: 0.8em;
}
.navbar {
	background: rgba(26, 115, 232, 1.0);
}

.logo img{
  margin-top: -5px; 
  width:60px !important;/*changeable*/ 
  transition:width ease-in-out .3s;
}
.shrink-logo img {
  margin-top: 0px; 
  transition:width ease-in-out .2s;
	width:50px !important;/*changeable*/ 
}
@media screen and (max-width: 1722px) {
    #mainbody {
        margin-top: 10px;
    }
}