﻿#index-css::after {
    content: "index-large.css";
}

#display-menu {
    display: none;
}

#hdr-menu {
    display: block;
    left: 12px;
}

#hdr-logo {
    left: 80px;
}

#search {
    left: 292px;
    width: calc(100vw - 566px);
}

#body-spacer {
    height: 72px;
}
#p-l {
    top: 74px;
}

a.anchor {
    top: -88px;
}

/* =================================================================================================================== */
/* Menu */
/* =================================================================================================================== */

#menu-bar {
    display: none;
}

#menu {
    display: none;
    height: auto;
    overflow-y: auto;
    max-height: calc(100vh - 78px);
}

#menu-background {
    background-color: #318431;
    box-shadow: 0 10px 5px 0px rgba(0,0,0,0.25);
}

#menu-bottom-spacer{
    pointer-events: auto;
    height: 100px;
}

#menu li {
    float: none;
}

#menu li a {
    text-align: left;
}

#menu-left li a {
    border: 0;
    border-top: 1px solid #B5EFA5;
}

#menu-right {
    float: none;
}

#menu-right li a {
    padding: 8px 16px;
}

/*==================================================================*/
/* Banner */
/*==================================================================*/

.banner-text {
    width: 50%;
    font-size: 2vw;
    top: 0.5vw;
    right: 0.5vw;
    padding: 0.5vw;
}

.banner-text h2 {
    font-size: 2.2vw;
}
