/* CSS Document */
.splashbg {background:url("../assets/splashbg.jpg");background-repeat:no-repeat;
    background-size:cover;}
    
    .googlemap {
        position: relative;
        padding-bottom: 75%; /* 4:3 ratio*/
        height: 0;
        overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.bg982{background: #737373;}

ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.btn-outline-982 {
    color: #737373;
    border-color: #8acc26;
}

.btn-outline-982:hover {
    background: #8acc26;
    color: #fff;
}