@font-face
{
	font-family: 'Pixel Operator';
	src: url('/assets/fonts/PixelOperator/PixelOperator8.ttf');
    font-weight: normal;
}
@font-face
{
	font-family: 'Pixel Operator';
	src: url('/assets/fonts/PixelOperator/PixelOperator8-Bold.ttf');
    font-weight: bold;
}

:root
{
    /*--theme-color: #008F2C;*/
    --theme-color: #FFF;
}

html
{
    /*max-width: 100em;*/

    /*background-color: #ddf;*/
    /*background-color: #110033;*/
    background-color: #222;
    background-color: #000;
    overflow-wrap: break-word;
}

body
{
    /*max-width: 750px;*/
    margin: 0 auto;
    overflow-y: scroll;
}

img.emoji
{
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
 }

div
{
    box-sizing: border-box;
}

.c
{
    max-width: min(100%, 700px);
    margin: 0 auto;
    /*padding-left: 20px;
    padding-right: 20px;*/
    padding-left: 10px;
    padding-right: 10px;
}

h1
{
    font-family: "Pixel Operator";
    /*font-family: 'Times New Roman', Times, serif;*/
    /*font-family: 'Libre Baskerville', serif;*/
    text-align: left;
    line-height: 36px;
    color: var(--theme-color);
}

h2
{
    font-family: "Pixel Operator";
    /*font-family: 'Times New Roman', Times, serif;*/
    /*font-family: 'Libre Baskerville', serif;*/
    margin-top: 10px;
    text-align: left;
    font-size: 30px;
    color: var(--theme-color);
}

h3
{
    font-family: "Pixel Operator";
    /*font-family: 'Times New Roman', Times, serif;*/
    /*font-family: 'Libre Baskerville', serif;*/
    margin-top: 10px;
    text-align: left;
    font-size: 20px;
    color: var(--theme-color);
}

h4
{
    font-family: "Pixel Operator";
    /*font-family: 'Times New Roman', Times, serif;*/
    /*font-family: 'Libre Baskerville', serif;*/
    margin-top: 10px;
    text-align: left;
    font-size: 20px;
    color: black;
}

h5
{
    font-family: "Pixel Operator";
    /*font-family: 'Times New Roman', Times, serif;*/
    /*font-family: 'Libre Baskerville', serif;*/
    margin-top: 10px;
    text-align: left;
    font-size: 50px;
    color: black;
}

p, ul, ol
{
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Pixel Operator';
    font-size: 17px;
    color: #FFF;
    /*padding-left: 50px;*/
    /*font-family: "Product Sans Light";*/
}

label
{
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #FFF;
    /*padding-left: 50px;*/
}

hr
{
    width: 90%;
    border-width: 1px;
    border-color: #ddf;
}

.compact-mode-only
{
    display: none;
}

a/*:link*/
{
	color: var(--theme-color);
	text-decoration: none;
	/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: roboto;
	font-size: 17;
    cursor: pointer;
}
a:visited
{
	color: var(--theme-color);
	text-decoration: none;
}
a:hover
{
	color: var(--theme-color);
	text-decoration: underline;
}
a:active
{
	color: var(--theme-color);
	text-decoration: underline;
}

.bg
{
    position: absolute;
    margin: 0;
    width: 100%;
    z-index: -100;

    /*width: 100%;*/
    max-height: 300px;
    overflow-clip-margin: content-box;
    overflow: clip;
    object-fit: cover;
    object-position: center center;
}

.bg-img
{
    /*position: absolute;*/
    /*margin: 0;*/
    /*z-index: -100;*/
    width: 100%;
    max-height: 250px;
    overflow-clip-margin: content-box;
    overflow: clip;
    object-fit: cover;
    object-position: center center;
}

.nav
{
    background-color: black;
    height: 51px;
    width: 100%;

    display: flex;
    justify-content: right;
    align-items: center;
}

.nav-content
{
    max-width: 1000px;
    height: 100%;

    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
}

.nav-menu
{
    
}

.circle-img
{
    border-radius: 50%;
    box-shadow: 0px 0px 10px 5px #000;
    box-shadow: 0px 0px 20px 5px #777;
}

.rainbow-box
{
    animation: rainbow-animation 20s infinite;
}

@keyframes rainbow-animation {
    0% { background-color: red; }
    17% { background-color: orange; }
    31% { background-color: yellow; }
    48% { background-color: lime; }
    64% { background-color: blue; }
    81% { background-color: #AA22FF; }
    100% { background-color: red; }
}

.header-box
{
    position: fixed;
    top: 0;
    position: relative;
    width: 100%;
}

.header-box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header-replacer {
    background-color: black;
    height: 51px;
    display: none;
}

.c
{
    margin-bottom: 50px;
}

.bg-2
{
    /*background-image: url(draw/treeism_twttr_bg.png);*/
    /*background-image: url(draw/banner.jpg);*/
    /*background-image: url(draw/banner3.gif);*/
    background-image: url(draw/tree_ss.jpg);
    background-color: #000;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

table, th, td
{
    border: 1px solid #ddd;
    border-collapse: collapse;
}

th, td
{
    padding: 5px;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

.qt
{
    border-radius: 20px;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.qt > a {
    display: block;
    margin: 0 -20 -20 -20px;
    padding: 10px 20px 10px 20px;
    width: 100%;
    transition: 0.125s;
}
.qt > a:hover {
    text-decoration: none;
    background-color: #0001;
}

.qt > a > h2 {
    margin-top: 0px;
}

.qt > a > p, .qt > a > ul {
    margin-bottom: 0px;
}

.out-shadow
{
    box-shadow: 0px 0px 10px 5px #000;
}

hr
{
    border: 0.5px solid #ddd;
}

textarea
{
    background-color: #0001;
    border-radius: 10px;
    /*border: 1px solid #ddf;*/
    border: solid .5px transparent;
    width: 100%;
    min-height: 150px;
    min-height: 100px;
    padding: 10px;
    color: black;
    resize: vertical;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
textarea:focus
{
    background-color: transparent;
    outline: none;
    border: solid .5px var(--theme-color);
}

input
{
    background-color: #0001;
    border-radius: 10px;
    /*border: 1px solid #ddf;*/
    border: solid .5px transparent;
    width: 100%;
    max-width:350px;
    padding: 10px;
    color: black;
    resize: vertical;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
input:focus
{
    background-color: transparent;
    outline: none;
    border: solid .5px var(--theme-color);
}

input[type=submit]
{
    width: unset;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: 0.25s all ease 0s;
    color: white;
    font-weight: bold;
    background-color: var(--theme-color);

}
input[type=submit]:hover
{
    transition: 0.25s all ease 0s;
    background-color: #00A845;
}
input[type=submit]:focus
{
    transition: 0.25s all ease 0s;
    background-color: #00A845;
}
input[type=submit]:active
{
    transition: 0.25s all ease 0s;
    background-color: #007815;
}

button
{
    transition: 0.25s all ease 0s;
    border-radius: 50px;
    border: 1px solid #ddf;
    background-color: #0000;
    color: #ddf;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 20px;
}
button:hover
{
    transition: 0.5s all ease 0s;
	background-color: #ddf3;
}
button:active
{
    transition: 0.25s all ease 0s;
	background: #0004;
}

button.high-w
{
    font-family: 'Pixel Operator';
    transition: 0.25s all ease 0s;
    border-radius: 0px;
    min-height: 40px;
    border: 1px solid white;
    background-color: #0000;
    color: white;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 20px;
    box-sizing: border-box;
    cursor: pointer;
    mix-blend-mode: screen;
    font-weight: bold;
}
button.high-w:hover
{
    transition: 0.5s all ease 0s;
	background-color: #FFF;
    color: black;
}
button.high-w:active
{
    transition: 0.25s all ease 0s;
	background-color: #FFF;
    color: black;
}

a.nav-element
{
    color: var(--theme-color);
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "Pixel Operator";
    padding-top: 1px;
}

a.nav-element-on
{
    background-color: var(--theme-color);
    color: black;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    /*font-weight: bold;*/
    padding-top: 1px;
}

.nav-compact-menu
{
    width: 300px;
    margin-right: 20px;
}

.full-mode-only
{
    display: unset;
}

.column-area
{
    display: flex;
}

.column-area.rev
{
    direction: rtl;
}

.column
{
    width: calc(50% - 10px);
    overflow: hidden;
    direction: ltr;
}

.column-space
{
    width: 20px;
}

.margin-fm
{
    margin-left: 15%;
}

.warning-box {
    width: 100%;
    background-color: #0001;
    color: #000;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    box-sizing: border-box;
}

.warning-red {
    color: red;
    background-color: #F001;
}

.warning-red h2 {
    color: red;
}

.warning-red h3 {
    color: red;
}

.warning-red p {
    color: red;
}

label.cf
{
    position: absolute;
    width: 150px;
}

div.cf
{
    margin-left: 150px;
}

input[type=button].cf
{
    height: 40px;
    width: fit-content;
    cursor: pointer;
    border: solid var(--theme-color) 1px;
    background-color: transparent;
    transition: .25s;
}
input[type=button].cf:hover
{
    background-color: #0002;
}

input[type=text].cf, input[type=password].cf, input[type=number].cf, textarea.cf
{
    margin-left: 150px;
    width: calc(100% - 150px);
    box-sizing: border-box;
    max-width: unset;
}

.compact-full-width {
    margin-left: 0px;
    margin-right: 0px;
}

.awaken-full-branding-h {
    display: flex;
}

@media screen and (max-width: 980px)
{
/*.header-box.nav.nav-content.nav-menu*/
.nav-content
{
    display: none;
}

.compact-mode-only
{
    display: unset;
}

.full-mode-only
{
    display: none;
}

.awaken-full-branding-h {
    display: none;
}
}

@media screen and (max-width: 480px)
{
.nav-compact-menu
{
    width: 100%;
    margin-right: 0;
}

.column-area
{
    display: block;
    /*margin-left: -20px;
    margin-right: -20px;*/
    margin-left: -10px;
    margin-right: -10px;
}

.column-area.rev
{
    direction: ltr;
}

.column
{
    width: 100%;
}

.column-space
{
    height: 50px;
}

.margin-fm
{
    margin-left: 0px;
}

button.high-w
{
    width: calc(100% - 40px);
}

label.cf
{
    position: static;
    width: 100%;
}

div.cf
{
    margin-left: 0px;
}

input[type="text"].cf, input[type=password].cf, input[type=number].cf, textarea.cf
{
    margin-left: 0;
    width: 100%;
}

.compact-full-width {
    margin-left: -10px;
    margin-right: -10px;
}
}

.background-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    background-size: cover;
    background-position: center;
    transform: scale(1.22);
    overflow:hidden;
}

.fxbg {
    background-size: cover;
    background-position: center;
}

.awaken-ico {
    transition: all .5s;
    fill: url("#Gradient0");
    opacity: 0;
}
.awaken-ico:hover {
    opacity: 1;
}

.awaken-ico-h {
    transition: all .5s;
    fill: url("#Gradient0");
    opacity: 0;
}
.awaken-ico-h:hover {
    opacity: 1;
}

.ico-hover {
    fill: #FFF;
    transition: .125s;
}
.ico-hover-youtube:hover, .ico-hover-youtube:focus {
    fill: #FF0000;
}
.ico-hover-twitter:hover, .ico-hover-twitter:focus {
    fill: #1DA1F2;
}
.ico-hover-discord:hover, .ico-hover-discord:focus {
    fill: #5865f2;
}
.ico-hover-spotify:hover, .ico-hover-spotify:focus {
    fill: #1ed760;
}
.ico-hover-apple-music {
    transition: all .125s;
    fill: url("#Gradient0");
    opacity: 0;
}
.ico-hover-apple-music:hover, .ico-hover-apple-music:focus {
    opacity: 1;
}