body {
    /*padding-top: 200px;*/
}

@media (max-width: 767px){
    body {
        padding-top: 150px;
    }
}

/*
body.garlic-fest #hero.page {
    height: 80vw;
    max-height: 90vh;
    min-height: 600px;
}

body.garlic-fest #hero .hero-wrapper {
    max-width: 1000px;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
}

body.home #hero.page {
    height: 80vh;
    min-height: 600px;
}

body.home #hero .hero-wrapper {
    max-width: 1000px;
    left: 30%;
    top: 50%;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
}
*/

a.gf2022:link {
    color: #66242a;
}

a.gf2022:hover {
    color: #a9222e;
}


body.garlic-fest #hero.page,
body.home #hero.page {
    height: auto;
    min-height: auto;
}

#hero .hero-wrapper-flex {
    height: 100%;
    display: flex !important;
    align-items: center!important;
    justify-content: center!important;
}

#home-slides {
    /* margin-top: 30px !important; */
}

#hero.page {
    padding: 60px 0;
}
