
/*HeaderMenuStart*/
.header-mainmenu {
    user-select: none;
    display: flex;
    justify-content: flex-end;
    background-color: #000;
    color: #fff;
    box-shadow: 0px 2px 0px #669900;
    z-index: 10;
}
.header-menu-runner{height:50px;align-self: center;}
.header-menu-logo {
    user-select: none;
    display: flex;
    justify-content: flex-start;
    flex-grow: 2;
    align-self: center;
    font-size: 1.5rem;
}
.header-menu-logo a {
    text-decoration: none;
}
.cn1{color:#fff;}.cn2{color:#7FB202;}.cn3{color:#999;}.cn4{color:#fff;}.cn5{color:#555;}
.header-menu {
    display: flex;
    user-select: none;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-grow: 0;
    align-self: center;
    max-height: 66px;
    overflow: hidden;
    padding-top: 10px;
}
.header-menuBtn {
    cursor: pointer;
    user-select: none;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
    padding: .9rem 8px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: blue;
    border-radius: 7px 7px 0 0;
    color: #fff;
    text-decoration: none;
    text-decoration-color: #fff;
    border: 0px;
}
.get-started {
    background-color: darkred;
    white-space: nowrap;
}
.header-menuBtn-rounded {
    border-radius: 7px;
}
.header-menuBtn-allrounded {
    border-radius: 7px;
    margin-bottom: .4rem;
    flex-grow: 1;
}

.header-menuBtnMagicShem {
    background-color: deeppink;
    padding: 40px 0;
    margin: 0;
    width: 1px;
}

.header-menu-imgBtn {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 5px;
    align-self: flex-end;
    cursor: pointer;
    display: none;
}
.popupHolder {
    padding-top: 10px;
    background-color: #000;
    display: none;
    justify-content: flex-end;
    flex-direction: row-reverse;
    color: #fff;
    flex-wrap: wrap;
    z-index: 10;
}
/*HeaderMenuEnd*/