.md\:w-auto {
    width: 10em;
}
.md\:h-32 {
    height: auto;
}
.h-12 {
    height: auto;
}

header {
    margin-bottom: -9px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    

   
    
}



header a {
    margin-bottom: 6em !important;
    
}

#header-links {
    margin-top: 10px;
    
    width: 100vw !important;
    left: 82px;
    display: flex;
    justify-content: center;
    height: 60px;
    border-radius: 0px;
    border: 0px;
    color: #fff;
    padding-top: 16px;


    
    background-color: #8B6C31;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,.35) 0%, rgba(125,125,125,.35) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,.35) 0%, rgba(125,125,125,.35) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.35) 0%, rgba(125,125,125,.35) 100%);
    background-image: linear-gradient(top, rgba(0,0,0,.35) 0%, rgba(125,125,125,.35) 100%);
}


header img {
    height: auto !important;
    width: 320px !important;
}

#header-links a {
    text-decoration: none;
}

#header-links a:hover {
    text-decoration: none;
    color: #38210a;
}

@media  screen and (max-width:767px) { 
    #header-links a{
        display: none;
    }
}

.main2Section {
    background-color:#38210a ;
    height: 100px;
    width: 100vw;
}

#main_script {
    width: 95%;
    max-width: 1110px;
    margin: 0 auto;
    font-family: "Arial", sans-serif;
    margin-block: 2em;
}


#main_script  h1{
    color: #382006;
    font-size: 2em;
    font-weight: bold;
}

/* #bln-api-ajax-content-div {
    margin-top: 2em;
} */

@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;
    }
}
