.main-bar {
    width: 100%;
    height: 176px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    display: table;
    table-layout: fixed;

}

.main-bar-menu {
    width: 100%;
    background-color: #050505;
}



.header-area {
    transition: background-color 0.5s;
    height: 100%;
}

.header-area#header-logo {
    vertical-align: middle;
    height: 100%;
    display: flex; 
}


.header-area#header-youtube {
    vertical-align: top;    
    height: 100%;
    width: 40px;
}

.header-area#header-instagram {
    vertical-align: top; 
    height: 100%;
    width: 40px;
}

.header-area#header-github {
    vertical-align: top; 
    height: 100%;
    width: 40px;
}

.header-area#header-gumroad {
    vertical-align: top; 
    height: 100%;
    width: 40px;
}

.header-area-youtube {
    width: 20px;
    height: 20px;
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 8px;
    border-radius: 5px;
    background-color: #3d3d3d;
}

.header-area-youtube img {
    filter: brightness(0.7);
}

.header-area-youtube:hover img {
    filter: brightness(1);
}

.header-area-youtube:hover {
    padding: 7px;
    border: 1px solid #050505;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.45);
    background: linear-gradient(to bottom, rgb(233, 0, 0), rgb(158, 0, 0));

}

.header-area-instagram {
    width: 20px;
    height: 20px;
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 8px;
    border-radius: 5px;
    background-color: #3d3d3d;
}

.header-area-instagram img {
    filter: brightness(0.7);
}

.header-area-instagram:hover img {
    filter: brightness(1);
}

.header-area-instagram:hover {
    padding: 7px;
    border: 1px solid #050505;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.45);
    background: linear-gradient(to bottom, purple, red);
}

.header-area-github {
    width: 20px;
    height: 20px;
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 8px;
    border-radius: 5px;
    background-color: #3d3d3d;
}

.header-area-github img {
    filter: brightness(0.7);
}

.header-area-github:hover img {  
    filter: brightness(1);
}

.header-area-github:hover {
    padding: 7px;
    border: 1px solid #050505;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.45);
    background: linear-gradient(to bottom, rgb(0, 81, 255), rgb(9, 0, 128));
}

.header-area-gumroad {
    width: 20px;
    height: 20px;
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 0px;
    padding: 8px;
    border-radius: 5px;
    background-color: #3d3d3d;
}

.header-area-gumroad img {
    filter: brightness(0.7);
}

.header-area-gumroad:hover img {   
    filter: brightness(1);
}

.header-area-gumroad:hover {
    padding: 7px;
    border: 1px solid #050505;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.45);
    background: linear-gradient(to bottom, rgb(212, 38, 212), rgb(236, 205, 26));
}

.menu-item-index {
    position: relative;
    top: -2px;
    color: #a8a8a8;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.menu-item-builds {
    position: relative;
    top: -2px;
    color: #3a8861;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.menu-item-community {
    position: relative;
    top: -2px;
    color: rgb(64, 106, 168);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.menu-item-spacer {
    position: relative;
    top: -2px;
    color: #050505;
}

.menu-item-gear {
    position: relative;
    top: -2px;
    color: #9b394e;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.menu-label-builds {
    display: flex;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    color: #a0a0a0;
    text-decoration: none;
    font-weight: bold;
}

.menu-label-community {
    display: flex;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    color: #a0a0a0;
    text-decoration: none;
    font-weight: bold;
}

.menu-label-gear {
    display: flex;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    color: #a0a0a0;
    text-decoration: none;
    font-weight: bold;
}

.menu-label-index {
    display: block;
    width: 34px;
    height: 34px;
    filter: brightness(1.0);
}




.menu-text {
    color: inherit;
    width: 100%;
    font-size: 12px; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;    
}