/*
Theme Name: Nebraska REIA
Theme URI: https://reianebraska.com/
Author: Codex
Description: WordPress conversion of the Nebraska REIA static site template.
Version: 1.0.0
Text Domain: nebraska-reia
*/

.rs-header-two .header-wrapper {
    gap: 16px;
}

.rs-header-two .header-left,
.rs-header-two .header-right {
    flex: 0 0 auto;
}

.rs-header-two .header-menu {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
}

.main-menu {
    width: 100%;
}

.main-menu > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
}

.main-menu li a {
    padding-top: 26px;
    padding-bottom: 26px;
    white-space: nowrap;
}

@media only screen and (max-width: 1600px) {
    .main-menu > ul {
        gap: 0 16px;
    }

    .main-menu li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-header-two .header-wrapper {
        padding-inline-start: 16px;
        padding-inline-end: 16px;
    }

    .main-menu > ul {
        gap: 0 12px;
    }

    .main-menu li a {
        font-size: 12px;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}
