:root {
  --sx-bg-0: #0E0E10;      /* page top */
  --sx-bg-1: #141416;      /* section */
  --sx-bg-2: #1A1A1C;      /* cards */
  --sx-border: #2A2A2C;

  --sx-text-0: #FAFAFA;    /* primary */
  --sx-text-1: #C4C4C4;    /* secondary */
  --sx-text-2: #9AA1A9;    /* meta */

  --sx-pink: #FF007F;      /* primary accent */
  --sx-pink-soft: #FF80C8; /* tags/soft */
  --sx-amber: #FFA03A;     /* secondary accent */

  --sx-tag-bg: #2E1F30;

  --sx-shadow-pink: 0 20px 60px #FF007F22;
}

#icon {
    margin-right: 20px;
}
#aboveHeader li,
#header h1,
#icon,
#menu li {
    float: left;
}
#xyz {
    display: flex;
    align-items: center;
}
#icon {
    height: 45px;
}
#banner-container {
    align-items: center;
}
#banner-container,
#banner-item-container {
    display: flex;
    align-content: space-between;
}
#aboveHeader ul,
#menu {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
}
#menuHeader,
#menuItems {
    background-color: #262626;
}
#header h1,
#menu a,
.banner-button button,
.menuItemsContainer a {
    text-decoration: none;
}
#banner {
    width: 100%;
    background-color: #ff6f08;
    color: #171717;
    height: 70px;
    align-content: center;
    justify-content: center;
    font-family: Karla, sans-serif;
    font-size: large;
}
#banner-container {
    flex-direction: row;
    justify-content: space-evenly;
}
#banner-item-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 200px;
}
.banner-button button {
    border: 0;
    background: 0 0;
    cursor: pointer;
}
#aboveHeader li a,
#header h1 a,
.banner-button button a {
    text-decoration: none;
    color: inherit;
}
#aboveHeader ul {
    color: #8A8A8A;
}
#aboveHeader p,
#aboveHeader ul {
    padding: 0 1px;
    font-size: calc(6px + (12 - 6) * ((100vw - 300px) / (1600 - 300)));
}
#aboveHeader p {
    margin: 0 7px 0 0;
    color: #8A8A8A;
    float: left;
}
#header h1,
#menu a,
.fa-bars {
    color: #fff;
}
#aboveHeader li:hover {
    color: var(--sx-amber);
}


#aboveHeader li a {
    padding: 6px;
}
#menu {
    font-size: 16px;
    padding: 0;
    height: 44px;
}
#header {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    background: #0E0E10;
    height: 69px;
    font-weight: 600;
    border-bottom: 1px solid #888;
}
#headerAd {
    float: right;
}
#header h1 {
    margin: 14px 15px 0;
    font-family: Poppins Semibold;
    padding-top: auto;
    color:#FAFAFA
}
#menu a {
    display: block;
    padding: 14px 16px;
}
#menu li {
    display: inline;
}
#menu a:hover,
.fa-bars:hover {
    background-color: #FF007F;
}
#menuButton {
    display: none !important;
}
#menuItems {
    width: 0;
    height: 100%;
    float: left;
    clear: left;
    z-index: 99;
    position: absolute;
    overflow-x: hidden;
    transition: 0.5s;
}
#menuItemsContainer {
    width: 0;
}
.menuItemsContainer a {
    float: left;
    clear: left;
    color: #fff;
    font-size: 18px;
    padding: 10px 21px;
    width: 100%;
    border-bottom: 1px solid #000;
    height: 20px;
}
.menuItemsContainer a:hover {
    background-color: #111;
    width: 100%;
}
.menuItemsContainer a i {
    padding-right: 10px;
}
.menuItemsContainer a p {
    display: inline;
    padding-left: 20px;
}
.fa-bars {
    font-size: 24px;
    padding: 9px 16px;
}
#headerAdMobile {
    display: none;
}
@media screen and (max-width: 800px) {
    #headerAdMobile {
        display: none;
    }
    #pag {
        width: 100%;
    }
    #menuButton {
        display: block !important;
        z-index: 1;
        position: relative;
    }
    #menuList {
        display: none !important;
    }
    #menuItemContainer li {
        float: left;
        clear: left;
    }
}
@media screen and (max-width: 620px) {
    #headerAdMobile {
        display: none;
    }
    #pag {
        width: 100%;
    }
}
