.rw-dns-home-cover {
    max-height:500px;padding:150px 0px;background: url(../images/grbg.png) repeat-x, url(../images/background_home.jpg) center top no-repeat;
}
.rw-dns-home-cover h1 { color:#00568c; font-size:4rem; text-align:center;}
.rw-dns-home-cover h1 small { font-size:2.6rem;opacity:0.85; }
.rw-dns-status img { max-width:32px; display:inline-table; }
.rw-dns-status pre { margin-bottom:0px; }
.rw-dns-status .svg-inline--fa { margin-bottom:-2px; }
#top svg { margin-top:8px; }
.card .card-img-overlay {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background: linear-gradient(to top right, rgba(7,87,179,.35), rgba(14,130,205,.35));
	color:white;
}
.card .card-img-overlay:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background: linear-gradient(to top right, rgba(36,36,36,.35), rgba(36,36,36,.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; }