@import './constants.css';

body.old_safari * img#head_img{
    height: 3rem;
    margin-right: 1rem;
}

body.old_safari * div#footer_standin{
    /* a pain but this prevents a rare bug causing the footer bars to not align properly. */
    height: calc(4rem - 1px);
}

body.old_safari * footer {
    padding: 0vh 5vw 1rem 5vw;
    position:fixed;
    width: 100%;
    height: 3rem;
    bottom:0;
    background-color: var(--logo_secondary_color);
}

body.old_safari * footer hr#foot_hr{
    margin-bottom: 1rem;
}

body.old_safari * hr.major {
    height: .5rem;
    color: var(--logo_primary_color);
    background-color: var(--logo_primary_color);
    border:none;
    margin: 0px -5vw 0px -5vw;
}