@charset "utf-8";
/* CSS Document */
html, body {
    padding: 0px;
    margin: 0px;
    font-family: 'Jura', sans-serif;
}
body {
    background: #121212;
    color: #ffffff;
}

/* Buttons */
.buyButtons {
    box-shadow: inset 0px 39px 0px -24px #8b3d39;
    background-color: #a6423d;
    border-radius: 4px;
    border: 1px solid #555;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    margin: 10px;
    font-family: Verdana;
    font-size: 16px;
    padding: 7px 8px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #732c28;
}
.buyButtons:hover {
    background-color: #b94540;
}
.buyButtons:active {
    position: relative;
    top: 1px;
}

.downloadButton {
    box-shadow: 0px 1px 0px 0px #444;
    background: linear-gradient(to bottom, #5a5a5a 5%, #3e3e3e 100%);
    background-color: #5a5a5a;
    border-radius: 5px;
    border: 1px solid #444;
    display: inline-block;
    cursor: pointer;
    color: #e0e0e0;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 7px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #333;
}
.downloadButton:hover {
    background: linear-gradient(to bottom, #444 5%, #222 100%);
    background-color: #444;
}
.downloadButton:active {
    position: relative;
    top: 1px;
}

.supportButton {
    box-shadow: 0px 1px 0px 0px #666;
    background: linear-gradient(to bottom, #455a64 5%, #263238 100%);
    background-color: #455a64;
    border-radius: 6px;
    border: 1px solid #333;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #121212;
}
.supportButton:hover {
    background: linear-gradient(to bottom, #263238 5%, #455a64 100%);
    background-color: #263238;
}
.supportButton:active {
    position: relative;
    top: 1px;
}

/* Header and Miscellaneous Elements */
.LineDHeader {
    height: 58px;
    margin: 0px auto;
    position: relative;
    background: #1c1c1c;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    color: #e0e0e0;
}
.LineDHeader span {
    line-height: 40px;
    font-family: 'Michroma', sans-serif;
    font-weight: 900;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
}

.column {
    float: left;
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.LineDHeader span, .LineDHeader svg {
    display: inline-block;
    background: #1c1c1c;
    vertical-align: middle;
}
.headerSideText {
    width: 345px;
    text-align: center;
}

.LineDFreePDSVGCodeDump {
    color: #ff4081;
    fill: currentColor;
    height: 40px;
    width: 263px;
    margin: 0px auto;
    padding: 0px;
    display: block;
    vertical-align: top;
    transition: all .5s;
}

.LineDFreePDSVGCodeDump:hover {
    color: #ff5722;
}

.LineDClickInfoText {
    font-size: 12px;
    display: block;
    text-align: center;
}
a:hover, a:active {
    color: #ff4081;
}
a {
    color: #80b3ff; /* Default link color */
}

.LineDSiteHolder {
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 100%;
    width: 100%;
}
.LineDSectional {
    border-top: 1px solid #333;
    border-bottom: 1px solid #222;
    background: #1c1c1c;
    box-sizing: border-box;
    padding: 4px;
    display: block;
    width: 100%;
    max-width: 1004px;
    margin: 0px auto;
}

.LineDCategoryMenu {
    background: url(../images/SpaceHeader1200w.png) center top no-repeat fixed #121212; 
    border-radius: 12px;
    border-bottom: 1px solid #444;
    border-top: 1px solid #333;
    padding: 10px;
    width: 984px;
    margin: 0px auto;
    text-align: center;
}

/*
.bigemoji {
    font-size: 47px;
    margin-right: 4px;
}
*/



.midemoji {
    font-size: 30px;
}

.smallemoji {
    font-size: 25px;
}

.LineDCatButt100x100 {
    border-radius: 6px;
    background-color: #2c2c2c;
    color: #e0e0e0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #222;
    text-align: left;
}

.LineDCatButtText {
    bottom: 5px;
    position: absolute;
    font-family: 'Michroma', sans-serif;
    font-weight: 900;
    font-size: 7px;
    text-transform: uppercase;
}

.mainContent {
    min-height: calc(100% - 250px);
    width: 100%;
    position: relative;
    background-color: #1c1c1c;
    color: #e0e0e0;
}

h1 {
    font-family: 'Michroma', sans-serif;
    text-transform: uppercase;
    margin: 0px;
    color: #e0e0e0;
}

h2 {
    font-family: 'Michroma', sans-serif;
    text-transform: uppercase;
    margin: 0px;
    color: #e0e0e0;
}

h3 {
    font-family: 'Michroma', sans-serif;
    margin: 0px 10px 10px;
    padding: 0px;
    color: #cccccc;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    letter-spacing: 1px;
}

.LineDHolderOfLineDCategoryPics {
    width: 1000px;
    margin: 0px auto;
    text-align: center;
}

.LineDChooseCategoryBox {
    width: 180px;
    height: 90px;
    box-sizing: border-box;
    padding: 10px;
    margin: 2px;
    display: inline-block;
    text-align: left;
    position: relative;
    transition: all .5s;
}

.LineDChooseCatText {
    top: 25px;
    right: 20px;
    position: absolute;
    font-family: 'Michroma', sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    color: #bbbbbb;
    text-align: right;
}

.LineDCatChosenTextColor {
    color: #777777;
}





.LineDCategoryPic {
    display: inline-block;
    width: 180px;
    height: 90px;
    box-sizing: border-box;
    color: #cccccc;
    background-color: #333;
    border: 1px solid #555;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.LineDCategoryPic:hover {
    background-size: 110%;
    border-color: #777;
    filter: grayscale(10%);
}

/* Style for the text inside each category button */
.LineDCatPicText {
    display: block;
    color: #e0e0e0;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    font-family: 'Michroma', sans-serif;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}

/* Adjust for Emoji size and alignment */
.bigemoji {
    font-size: 47px;
    margin: 0 auto;
    display: block;
}






/*
.LineDCategoryPic {
    color: #cccccc;
    background-color: #333;
    border: 1px solid #555;
    padding: 8px;
    font-weight: bold;
    transition: all 0.5s;
}

.LineDCategoryPic:hover {
    background-size: 110%;
    border-color: #777;
    filter: grayscale(10%);
}

.LineDCatPicText {
    bottom: 5px;
    position: absolute;
    font-family: 'Michroma', sans-serif;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
}
*/







.LineDOuterSpaceContent {
    padding: 10px;
    background-color: #1e1e1e;
    color: #e0e0e0;
    width: 980px;
    margin: 0px auto;
    text-align: left;
}

.LineDmusicObject, .LineDmusicObjectSpecial {
    background-color: #1c1c1c;
    color: #e0e0e0;
    border: 1px solid #333;
}

.LineDTipButton {
    background: linear-gradient(#2b5788, #122142);
    color: #eeeeee;
    font-weight: bold;
}

.LineDAudioTag {
    background: #2e2e2e;
    color: #ffffff;
}

.LineDFooter span {
    display: block;
    margin: 10px auto;
    background: #1c1c1c;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    color: #e0e0e0;
}

.Kbutton {
    background: linear-gradient(#555, #333);
    color: #e0e0e0;
}

