
html {font-size: 20px; font-family: Arial, Helvetica, sans-serif;padding:0;}
body{margin:0px;line-height:1.5rem;cursor: default;background-color:#000;padding:0;box-sizing: border-box;max-widthx:390px;widthx:390px;}
.page{display:flex;flex-direction:column;background-color:#333333;min-height:100vh;}
.pageHeader{display:flex;background-color:#000;color:#fff;}
.pageMessage{flex-grow: 1;background-color:#333333;}
.pageBody{display:flex;justify-content:center;background-color:#fff; backgroundx: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(72,100,3,1) 50%, rgba(0,0,0,1) 100%);}
.leftContent {
    display: none;
    flex:1 1 10%;
    overflow:hidden;
    background-color: darkblue;
    color: #fff;
}
.mainContent {
    flex: 1 1 auto;
    overflow: hidden;
    color: black;
    min-height: 350vh;
    max-width:900px;
    padding: 0;
}
.rightContent {
    display: none;
    flex:1 1 10%;
    overflow:hidden;
    background-color: red;
    color: #fff;
}
.pageFooter{background-color:#000;color:#fff;text-align:center;}

/*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*/

/*css helpers start*/
.nd{display:none;}
.socialIcon {height: 36px;margin: 5px;}
/*css helpers end*/


.splash-text{display:flex;background-color:orange;border-radius:7px;}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    .leftContent{display:none;}
    .mainContent{flex-grow: 1;min-height:150vh;margin:0;padding:0;
                 backgroundx: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(72,100,3,1) 50%, rgba(0,0,0,1) 100%);}
    .rightContent{display:none;}
    .header-menu-imgBtn {display:block;}
    #carousel{max-width:90%;}
    .splash-text{flex-direction:column;}
}
@media screen and (max-width: 389px) {
    .socialIcon {display:none;}
}
@media screen and (orientation: landscape) {
    #bbx{display:none;}
}