.rw-bms-home-cover {
    max-height:500px;padding:175px 0px;position:relative;background: url(../images/background_home.jpg) center top no-repeat;background-size:cover;text-align:center;z-index:1;
}
.rw-bms-home-cover abbr {border-bottom: none !important;text-decoration: none !important;}
.rw-bms-home-cover hr {border:1px solid #fff;max-width:300px;margin:.5rem auto 1.5rem auto;}
.rw-bms-home-cover .btn {position: absolute;left:calc(50% - 1.75rem);bottom:40px;}
.rw-bms-home-cover .btn:hover {position: absolute;bottom:35px;}
.rw-bms-home-cover:after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background: linear-gradient(to top right, rgba(11,88,30,.8), rgba(37,144,56,.8));z-index:-1;}
.rw-bms-home-cover h1 { color:#fff; font-size:4rem; line-height: 1rem; text-align:center;}
.rw-bms-home-cover h1 small { color:#fff;font-size:2.6rem;opacity:.85; }
.rw-bms-status img { max-width:32px; display:inline-table; }
.rw-bms-status pre { margin-bottom:0px; }
.rw-bms-status .svg-inline--fa { margin-bottom:-2px; }
#top svg { margin-top:8px; }
.card .card-img-overlay {
	background: linear-gradient(to bottom, rgba(11,88,30,.65), rgba(37,144,56,0));
	color:white;
}
.card .card-img-overlay:hover {
	background: linear-gradient(to bottom,rgba(11,88,30,.95), rgba(37,144,56,.35));
}
@media (min-width: 767px) {
	.card-img-overlay {
		padding:5% 9%;
	}
}
.card .card-img-overlay h3 { font-size:2.5rem; }
.card .card-img-overlay .card-text { opacity:0.8; }
.card.grayscale .card-img {filter:blur(0px);}
.card.grayscale:hover .card-img {filter:blur(3px) !important;}
.rw-bms-home-cover .btn,
.card .card-img-overlay,
.card.grayscale .card-img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.rw-bms-home-cover .btn:hover,
.card .card-img-overlay:hover,
.card.grayscale:hover .card-img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}