/*html {
  font-size: 14px;
}*/

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

/*html {
  position: relative;
  min-height: 100%;
}*/

body {
    margin-bottom: 60px;
}


.bgimage {
    /*width: 100%;*/
    min-height: 600px;
    background-image: url('/content/img/milos-lopusina-Fn5rfgNeUnc-unsplash.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /*opacity: .85;*/
/*    position: relative;
    top:0;*/
}

.bgimage h5 {
    color: white;
    text-shadow: 2px 2px #333;
}
.companyCard:hover {
    transform: scale(1.1);
}

.companyCard {
    transition: transform .4s;
}