/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}*/

body {
    /*margin-bottom: 60px;*/
    font-family: 'Kanit', serif;
    font-size: 1.2em;
}

.bgimage {
    /*width: 100%;*/
    min-height: 600px;
    background-image: url('/content/img/main-image.png');
    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;
}

.heroblur {
    backdrop-filter: blur(6px) saturate(102%);
    -webkit-backdrop-filter: blur(6px) saturate(102%);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    /*border: 1px solid rgba(209, 213, 219, 0.3);*/
}
.contactUs {
    z-index:1000;
    position: fixed;
    bottom: 20px;
    right: 20px;

}