.greeting h1 {
    font-weight: 700 !important;
}

#mobile-header {
    width: 100%;
    z-index: 20;
    position: absolute;
    top: 2.5vh;
    left: 0;
}

#mobile-header .logo {
    float: right;
    padding-right: 12vw;
}

#page-nav {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 30px;
    color: #000;
}

#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 25px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

.sub-menu>ul {
    border: none !important;
}

.sub-menu>ul li {
    background-color: #03315a !important;
    border-top: 1px solid #fff !important;
}

.sub-menu>ul :hover {
    background-color: #0d253a !important;
}

.sub-menu>ul li a {
    color: #fff !important;
}

.teamlist>li a,
.teamlist>li {
    color: #999 !important;
}