html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.custom-alert {
    font-size: 1.1em;
    color: #ffffff;
    letter-spacing: 0.02em;
    background-color: #218491;
    border-color: #0e4a52;
}

.close {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: 0px;
    padding-right: 10px;
    color: white;
    text-shadow: 0 1px 0 #000;
    transition: 0.5s;
}

.close:hover {
    color: navajowhite;
}

#cookieConsent a {
    color: lightcyan;
    transition: 0.5s;
}

#cookieConsent a:hover {
    color: navajowhite;
}

.arial-text *{
    font-family: Arial !important;
    font-size: 22px;
}

.image-custom {
    height: 100px;
    width: 150px;
}