#mnav-bars
    {
    display: none;
    }
#mnav-options
    {
    display: none;
    }
#nav
    {
    display: block;
    background-color: rgba(251, 176, 64, 1.0);
    border-radius: 10px;
    padding: 4px 10px 3px 10px;
    }
#nav>ul
    {
    list-style: none;
    text-align: center;
    }
#nav>ul>li
    {
    display: inline;
    margin: 0 1.8vw 0 0;
    font: 900 2.4vw 'Alegreya Sans', sans-serif;
    }
#nav>ul>li:last-child
    {
    margin-right: 0;
    }
#nav>ul>li>a
    {
    color: rgba(13, 17, 49, 1.0);
    text-decoration: none;
    }
#nav>ul>li>a:hover
    {
    color: rgba(13, 17, 49, 0.7);
    }
#nav .fa
    {
    padding-right: 4px;
    }
#tagline
    {
    font-size: 2.2vw;
    }
.teaser-box h2
    {
    font-size: 2.4rem;
    }
.teaser-box-2 h2
    {
    font-size: 1.6rem;
    }
.listtree2 > li
    {
    font: 1.2rem 'Alegreya Sans', sans-serif;
    }
.f_row
    {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 20px;
    }
.f_label
    {
    min-width: 350px;
    width: 50%;
    margin-right: 20px;
    text-align: left;
    }
.f_field
    {
    min-width: 350px;
    width: 50%;
    }
#mail_container
    {
    width: 50%;
    margin: 0 auto 50px auto;
    }