.md\:w-auto {
    width: 16em;
}
.md\:h-32 {
    height: auto;
}
.h-12 {
    height: auto;
}

header {
    margin: 0px;
}

footer {
    margin: 0px;
}

#heroSection {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(/background.png);
    background-size: cover;
    background-position: center;
    z-index: -1; /* Puts it behind your content */
    
}

.content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

#content-container {
    color: #000 !important;
}

#header-container, #footer-container {
    background-color: #fff;
}


#contacts-container div {
    background-color: #fff;
}

#content-container {
    color: #fff;
}

#contacts-container {
    margin-bottom: 5%;
}

footer {
     margin-top: 0% !important;
}

#form-container {
    background-color: #fff;
}

#bln-api-ajax-content-div {
    margin-top: 4%;
}





@media  screen and (max-width:1071px) {
    .md\:w-auto {
        width: 12rem;
    }
    .md\:h-32 {
        height: auto;
    }
    .h-12 {
        height: auto;
    }
    .md\:py-2 {
        padding-block: 1rem;
    }
}
