@import url('https://fonts.googleapis.com/css2?family=Leckerli+One&display=swap');

@media screen and (max-width: 480px) {
    .pm-resp-img-resize {
         width: 60%;
         margin-top: 12%;
    }
        .hero-logo {
    margin-top: 4em !important;
    min-width: 100%;
}
    .slogan-mobile {
        padding-top: 2em;
        margin-top: 8em !important;
    }
}

@media (max-width: 542px) {
    .pm-resp-img-resize {
         width: 40%;
         margin-top: 12%;
    }
        .hero-logo {
    margin-top: 4em;
    width: 100% !important;
}
            .slogan-mobile {
        padding-top: 2.4em !important;
        margin-top: 8.6em !important;
    }
            .hero-logo-container {
                padding-top: 2em;
            }

}

@media screen and (max-width: 920px) {
    .pm-resp-img-resize {
         width: 40%;
         margin-top: 12%;
    }
        .hero-logo {
    margin-top: 3em;
    width: 60% !important;
}
            .slogan-mobile {
        padding-top: 2.4em !important;
        margin-top: 8.6em !important;
    }

}

@media screen and (max-width: 1280px) {
    .pm-resp-img-resize {
         width: 40%;
    }
        .hero-logo {
    margin-top: 1em;
    width: 40%;
    }
    .slogan {
        padding-top: 0;
        margin-top: 6em !important;
    }
}

@media screen and (max-width: 1440px) {
    .pm-resp-img-resize {
         width: 40%;
    }
        .hero-logo {
    margin-top: 1em;
    width: 40%;
    }
    .slogan {
        padding-top: 0;
        margin-top: 6em !important;
    }
}

body,h1,h2,h3,h4,h5,h6 {font-family: 'Comfortaa', cursive;}
body, html {
  height: 100%;
  color: #000;
  line-height: 1.8;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Parallax image */
.bgimg-1 {
  background-image: url('../img/bg.png');
  min-height: 100%;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}

.hero-logo {
    background: #fff;
    border: 6px solid transparent;
    border-radius: 50%;
    padding: 20px;
    filter: drop-shadow(1px 3px 10px rgba(0,0,0,1));
        display: block;
margin-left: auto;
margin-right: auto;
}

.infohp {
  display: none;
  visibility: hidden;
  position: absolute;
}

.gdpr-popup {
    text-align: left;
    font-size: 12px;
}

.slogan {
    font-family: 'Leckerli One', cursive;
    font-size: 2.8em;
    margin-top: 12em;
}

.slogan-mobile {
    font-family: 'Leckerli One', cursive;
    font-size: 2em;
    margin-top: 5.2em;

}

h3 {
    font-family: 'Leckerli One', cursive;
    color: #B97B6D;
}

h5 {
    font-family: 'Leckerli One', cursive;
    color: #B97B6D;
}

.w3-bar-item {
    font-family: 'Leckerli One', cursive;
    font-size: 1.2em;
}