/*!
 * 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: #474b59;
}

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

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

.green {
  background-color: #2065b0;
  /*background-color: #6cc72b;*/
  color: #ffffff;
}

.green:hover {
  background-color: #2065b0;
  opacity:0.75;
  /* background-color: #6ead3d;*/
  color: #fefefe;
}

.grey {
  background-color: darkred;
  /*background-color: #e2e8f1;*/
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.82;
}

.card {
  height: 100%;
}

h1 {
  /*color: #2065b0;*/
  color: white;
  margin-top: 3rem;
  font-size: 2.9rem;
  font-weight: 300;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.5rem;
  margin-top: 0.2rem;
  font-weight: 400;
  color: #2065b0;
}

.pad-bot {
  padding-bottom: 20px;
}

.row {
  padding-top: 2px;
}

@media screen and (max-width: 975px) {
  .business-header {
  height: 100%;
  padding-bottom: 30px;
  padding-top:30px;
  background: url('hero.jpg');
    /*background: url("hero.jpg") center center no-repeat scroll;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

}


@media screen and (max-width: 550px) {
  h1 {
    font-size: 3rem;

  }

}
footer {
 
  background-color: darkred;
}