html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/*.hero-sectionA {
    background: url('images/bg2.jpg') center/cover no-repeat;
}*/
/*
@media (min-width: 1200px) {
    .gallery {
        column-count: 4;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .gallery {
        column-count: 3;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .gallery {
        column-count: 2;
    }
}

@media (max-width: 599px) {
    .gallery {
        column-count: 1;
    }
}*/