/*!
 * 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;
}

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

.business-header {
  height: 50vh;
  min-height: 600px;
  /*background: url('../img/1920x400.png') center center no-repeat scroll;*/
  background: url('../img/rf.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (min-width: 993px) and (max-width: 1024px) {
  .business-header {
  height: 50vh;
  min-height: 300px;
  /*background: url('../img/1920x400.png') center center no-repeat scroll;*/
  background: url('../img/rf.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  }
}

@media (max-width: 992px) {
  .business-header {
  height: 50vh;
  min-height: 200px;
  /*background: url('../img/1920x400.png') center center no-repeat scroll;*/
  background: url('../img/rf.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  }
  .add-stroke { display: none; }
}


.card {
  height: 100%;
}

.hr {
  height: 3px;
  color: #556a2b;
  background-color: #556a2b;
  border: none;
}