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

body {
  padding-top: 80px;
}

.bold {
    font-weight: 700;
    color: #d70909;
}
.boldContact {
    font-weight: 700;
}
/*.maincontainer{ padding-top: 75px; }*/

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

.py-5 {
  padding-bottom: 3rem!important;
  padding-top: 3rem!important;
}
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('../img/immo3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}