#body {
    padding-top: 1.2rem;
}
#usdacontainer {
    min-height:90vh;
    top: 55px;
    position:relative;
    padding-bottom: 100px;
}

#header .mybordernon {
    /*border-bottom: solid 2px #372c2e;*/
    border-left: solid 0px transparent;
    border-right: solid 0px transparent;
    padding: 0px;
    margin: 0px;
}
#header .myborder {
    border-bottom: solid 2px #372c2e;
    border-left: solid 0px transparent;
    border-right: solid 0px transparent;
    padding: 0px;
    margin: 0px;
}

#brandtitle {
    font-size:1.8rem !important;
}

 .is-brown {
    color: #372c2e !important;
     font-size:1.1rem  !important;
}

#header a.has-text-white:hover {
    color: #372c2e !important;
}
#header a.navbar-burger.has-text-brown:hover {
    color: #372c2e !important;
}
#header a.navbar-burger.has-text-white:hover {
    color: #ffffff !important;
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 3px;
    left: calc(45% - 7px);
    position: absolute;
    width: 30px;
}
.navbar-burger span:nth-child(1) {
    top: calc(50% - 5px) ;
}
.navbar-burger span:nth-child(2) {
    top: calc(50%);
}
.navbar-burger span:nth-child(3) {
    top: calc(50% + 5px);
}

#header .has-text-brown {
    color: #372c2e;
}
#header .navbar {
    padding: 0.3rem;
}
#header a.navbar-item {
    font-size: 1.3rem;
    font-weight: 600;
    color: #372c2e;
}

#footer {
    position: absolute;
    bottom:0;
    width:100%;
    max-height: 400px;
    background-color: #372c2e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer .myft {
    width: 80%;
    text-align: center;
    color: #ffffff;
    font-size: .9rem;
    /*flex-grow: 1;*/
    max-width: 1000px;
    padding-bottom: 20px;
}

.brandimage {
    background: url("https://www.usdalocalfoodportal.com/images/USDA_logo.jpg") no-repeat center center;
    background-size: cover;
    width: 60px;
    height: 45px;
    
    padding: 0px !important;
    margin: 0px !important;
}

@media all and (max-width: 1080px) {
    #usdacontainer {
        top: 50px;
        min-height:90vh;
    }
}

@media all and (max-width: 1024px) {

    #header .navbar {
        padding: 0.5rem;
    }
    #header a.navbar-item {
        color: #372c2e;
    }
}
@media all and (max-width: 810px){
    #usdacontainer {
        min-height:91vh;
        top: 60px;
        padding-bottom: 120px;
    }
    #footer {
        max-height: 400px;
    }
        .brandimage {
        width: 50px;
        height: 37px;
    }
}
@media all and (max-width: 768px){

    #brandtitle {
        font-size:1.5rem !important;
    }
    #body {
        padding-top: 0.5rem;
    }
    #footer p {
        width: 90%;
        font-size: .8rem;
    }
    #usdacontainer {
        min-height:96vh;
        position:relative;
        padding-bottom: 180px;
    }
    .navbar-burger span {
        height: 3px;
        left: calc(40% - 5px);
        width: 25px;
    }
    .navbar-burger span:nth-child(1) {
        top: calc(50% - 5px) ;
    }
    .navbar-burger span:nth-child(2) {
        top: calc(50%);
    }
    .navbar-burger span:nth-child(3) {
        top: calc(50% + 5px);
    }
    .brandimage {
        width: 45px;
        height: 34px;
    }
}

@media all and (max-width: 580px){

    #usdacontainer {
        min-height:95vh;
        padding-bottom: 200px;
    }
    #brandtitle {
        font-size:1.2rem !important;
    }
    #footer {
        max-height: 400px !important;
    }
    #footer .myft {
        width: 95%;
        padding: 10px;
        font-size: .7rem;
    }

}

@media all and (max-width: 375px){
    #usdacontainer {
        min-height:98vh;
        padding-bottom: 250px;
    }
    #brandtitle {
        font-size:1.3rem !important;
    }

    .navbar-burger span {
        height: 2px;
        left: calc(50% - 8px);
        width: 16px;
    }
    .navbar-burger span:nth-child(1) {
        top: calc(50% - 5px) ;
    }
    .navbar-burger span:nth-child(2) {
        top: calc(50%);
    }
    .navbar-burger span:nth-child(3) {
        top: calc(50% + 5px);
    }
    .brandimage {
        width: 40px;
        height: 30px;
    }
}

.jumptarget::before {
    content:"";
    display:block;
    height:6rem; /* fixed header height*/
    margin:-6rem 0 0; /* negative fixed header height */
}

