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;
}

.glass {
    /* background: rgba(255, 255, 255, 0.5); */
    backdrop-filter: blur(10px);
}

.glass-white {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.bg {
    /* The image URL */
    background-image: url("/img/alentejo-1280.jpg");
    /* Full height */
    height: 100vh;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}