.section_wrapper {
    position: relative;
}

.greeter_wr {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 100px;
}

.nav_button, .projects_dropdown {
    background-color: inherit;
}

.projects_dropdown {
    background-color: rgba(255, 255, 255, 1);
}

.greeter_mob_nav_wr {
    /* background-color: rgba(255, 255, 255, 1); */
}

.mob_nav_link {
    border: none;
}

.footer_wr {
    position: absolute;
    background-color: #333;
    opacity: 0.7;
    bottom: 0;
    width: 100%;
}
