/*!
 * 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)
 */

body {
  padding-top: 54px;
}

h2 { color: #0070c0 !important}

li { margin-bottom: 5px}

.card {
  height: 100%;
  margin-bottom: 10px
}

.card-text { font-weight: 600}
.block {
    border: 1px solid #005399;
    border-radius: 4px;
    min-height: 320px !important;
    margin-bottom: 25px;
    padding-bottom: 5px
}

.blockTitle {
    background-color: #044c92;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    font-family: "Raleway";
}
.blockContent { padding: 7px 10px }

.card-title { color: #0070c0; font-weight: bold; font-size: 20px }

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

/*.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('http://placehold.it/1920x400') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}*/