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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* CSS */

a {
  color: #29776c !important; 
  text-decoration:underline;
}

header {
  text-align: center; 
}

header img {
  padding: 20px;   
}

header img:hover {
  opacity: 0.8;   
}

.navbar { 
  margin: 0 auto;
  background-color: #29776c !important; 
}

.navbar a { 
  color: #FFF!important;
}

.navbar a:hover { 
  color: #54bdaf!important;
}

h1 {
  margin-bottom: 10px;
  color: #29776c; 
}

h2 {
  font-size: 1.4em; 
}

.header-image {
  width: 100%; 
}

@media (min-width: 768px) {
  .header-image {
    margin-top: -55px; 
  } 
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  font-size: 0.75em; 
}

.cookie-banner {
  position: fixed;
  background-color: white;
  width: 350px;
  padding: 10px;
  right: 0;
  margin: 10px;
  bottom: -300px;
  border: 1px solid #29776c;
  font-size: 0.875em; 
}
  
.cookie-banner .cookie-text {
  margin-top: 10px; 
}

.cookie-banner .btn-close {
  position: absolute;
  top: 5px;
  right: 5px; 
}

.cookie-banner .accept {
  background-color: #29776c;
  border: 1px solid #29776c; 
}