/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */



@media (min-width: 992px) {

}

.business-header {
  height: 60vh;
  min-height: 300px;
  background: url(../images/newsreleases.jpg)center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.landing .business-header {
	height: 30vh;
background: url(../images/header-2.jpg)center center no-repeat scroll;
}
.landing .business-header .container h1.display-3 {margin-top: 15%!important; color: #000;}

.card {
  height: 100%;
}

.navbar-brand span {display: inline-block; position: relative; top: 8px; color: #000;}

.btn-primary {background-color: red!important; border-color: darkred}

.container h1.display-5 {margin-top: 25%!important;}
