/*!
 * 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;
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: 'Titillium Web', sans-serif;
}

a, a:hover {
    color: red;
    }

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

nav {
  border-bottom: 1px solid rgba(0,0,0,.1);
  background-color: #fff;
}

.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('../img/home-banner.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.h-border-left::after {
  display: block;
  content: '';
  height: 2px;
  width: 2rem;
  margin: 30px 0 30px 0;
  position: relative;
  background: red;
}

.card {
  height: 100%;
}

.text-black {
  color: #000;
}
.red {
  color: red;
}

.mt-6 {
  margin-top: 6rem !important;
}
