html {
    font-size: 14px;
}

.goldsainte-booking.show-preloader .preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0C4D47;
    z-index: 1000;
    display: flex;
    justify-content: center;
}

.preloader {
    display: none;
}

.preloader img {
    max-width: 30em;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .preloader img {
        max-width: 19em;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}