.ad-banner{
    max-height: 90px;
}

/* Height calculations for background image text - Should be .bg-row-y{height}*2 + .bg-row-m{height} = .bg-img{height} */
.bg-col-m{
    height: 212px;
}

.bg-col-y{
    height: 150px;
}

.bg-img{
    
    background-size:cover;
    background-repeat: no-repeat;
    height: 512px;
}

.bg-img.history{
    background-image: url('../img/corn-plant-bg.webp');
    background-position:bottom;
}

.bg-img.home{
    background-image: url('../img/corn-fritter-bg.webp');
    background-position:center;
}

.bg-img.news{
    background-image: url('../img/kitchen-bg.webp');
    background-position:center;
}

body{
    min-width: 320px;
}

.container-max{
    max-width: 1280px;
}

.scroll-offset{
    scroll-margin-top:3.5rem;
    /* scroll-margin-top:2.875rem; */
    /* calc(0.3125rem+0.3125rem+1.25rem+0.5rem+0.5rem) */
}

.ti {
    text-indent: 0.75rem;
}

.profile-picture{
    height:calc(1.25rem + 0.5rem + 1rem);
}