

body {
    
    perspective-origin: top center;
    perspective: 900px;
    
}

#buttonContainer0{
    position: absolute;

    width: 330px;
    height: 80px;
    background: rgba(172, 34, 34, 0);

    right: 70px;
    top: 80px;
    z-index: 9999;

    opacity: 0.8;
}

@media (max-width: 412px) {
    #buttonContainer0 {
        top: 60px;
        left: 30px
    }
}

#tooltip_nav_img{
    margin-right: 10px;
}

#tooltip_nav_text{
    font-size: 14px;
    color: rgb(234, 244, 247) !important;
}


#buttonContainer1 {
    display:flex;
    flex-direction: column;
    
    position: absolute;
    padding-top: 16px;

    width: 550px;
    height: 100px;
    background: rgba(172, 34, 34, 0);

    transform: scaleX(0.5) scaleY(0.7);

    left: calc(50% - 266px);
    bottom: 120px;
    z-index: 9999;

    opacity: 0.8;
}

.buttonText{
    font-size: 54px;
    font-weight: bolder; 
}


#buttonC {
    position: relative;
    left: 160px;
    top: -20px;
    height: 80px;
    width: 160px;
    cursor: pointer;

    z-index: 9000;
}

#buttonC::selection {
    background-color: hsla(0,0%,100%,0);
    text-decoration: none;
}

#buttonC .outer {
    /*position: relative;*/

    width: 100%;
    height: 100%;

    padding: 10px;

    /*background: rgba(0,0,0,0.65);*/
    background: rgba(109,110,122,65);

    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -webkit-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -moz-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    transform: perspective(500px) rotateX(65deg);
    -moz-transform: perspective(500px) rotateX(35deg);
}

#fontButtonC 
{
    position: relative;
    top: -14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}


#buttonN {
    position: relative;
    left:190px;
    /* top: 16px; zu eng */
    top: 8px;

    height: 80px;
    width: 110px;
    cursor: pointer;

    z-index: 9999;
}

#buttonN::selection {
    background-color: hsla(0,0%,100%,0);
    text-decoration: none;
}

#buttonN .outer {
    /*position: relative;*/

    width: 100%;
    height: 100%;
    
    padding: 10px;

    /*background: rgba(0,0,0,0.65);*/
    background: rgba(109,110,122,65);

    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -webkit-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -moz-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    transform: perspective(400px) rotateX(70deg);
    -moz-transform: perspective(500px) rotateX(35deg);
}


#buttonS {
    position: relative;
    left: 130px;
    /* top: -50px; zu eng */
    top: -42px;
    height: 80px;
    width: 216px;
    cursor: pointer;
}

#buttonS::selection {
    background-color: hsla(0,0%,100%,0);
    text-decoration: none;
}

#buttonS .outer {
    /*position: relative;*/

    width: 100%;
    height: 100%;
    
    padding: 10px;

    /*background: rgba(0,0,0,0.65);*/
    background: rgba(109,110,122,65);

    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -webkit-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -moz-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    transform: perspective(500px) rotateX(65deg);
    -moz-transform: perspective(500px) rotateX(35deg);
}


#buttonW {
    position: relative;
    /* left: 38px; zu eng */
    left: 30px;
    top: -180px;
    height: 80px;
    width: 100px;
    cursor: pointer;
}

#buttonW::selection {
    background-color: hsla(0,0%,100%,0);
    text-decoration: none;
}

#buttonW .outer {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    
    padding: 10px;

    /*background: rgba(0,0,0,0.65);*/
    background: rgba(109,110,122,65);

    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -webkit-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -moz-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    transform: skew(-22deg) rotateX(65deg);
    -moz-transform: perspective(500px) rotateX(35deg);
}



#buttonE {
    position: relative;
    /* left: 342px; zu eng */
    left: 350px;
    top: -259px;
    height: 80px;
    width: 100px;
    cursor: pointer;
}

#buttonE::selection {
    background-color: hsla(0,0%,100%,0);
    text-decoration: none;
}

#buttonE .outer {
    /*position: relative;*/

    width: 100%;
    height: 100%;
    padding: 10px;

    /*background: rgba(0,0,0,0.65);*/
    background: rgba(109,110,122,65);

    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -webkit-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -moz-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    transform: skew(22deg) rotateX(65deg);
    -moz-transform: perspective(500px) rotateX(65deg);
}

.button .outer .height {
    /*position: relative;*/
    /*top: -15px;*/
    height: 100%;
    margin-top: -3px;
    padding-bottom: 10px;
    /*background: #39a02d;*/
    background: #525977;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    box-shadow: rgba(0,0,0,0.85) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.85) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 8px;
    -moz-box-shadow: rgba(0,0,0,0.85) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 8px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}


.button:hover .outer .height {
    margin-top: 0px;
    padding-bottom: 8px;
    background: #3aaf2d;
    box-shadow: rgba(0,0,0,0.25) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 6px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 6px;
    -moz-box-shadow: rgba( 0,0,0,0.25) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 6px;
}

.button:active .outer .height {
    margin-top: 0px;
    padding-bottom: 0px;
}

.button .outer .height .inner {
    line-height: 2.8em;
    font-size: 30px;
    letter-spacing: .05em;


    /*position: relative;*/
    height: 100%;
    text-align: center;
    text-shadow: #8aff7b 0px 0px 1px;
    background: #44d135;
    background: -moz-linear-gradient(top, #80ec75 0%, #43d034 100%); /* FF3.6+ */
    background: gradient(linear, left top, left bottom, color-stop(0%,#80ec75), color-stop(100%,#43d034)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #80ec75 0%,#43d034 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -webkit-linear-gradient(top, #98A1C3 0%,#717BA5 100%);*/
    background: -webkit-linear-gradient(top, #ffffff 0%,#98A1C3 100%);
    background: linear-gradient(top, #80ec75 0%,#43d034 100%); /* W3C */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    box-shadow: inset rgba(255,255,255,0.85) 0px 0px 1px;
    -webkit-box-shadow: inset rgba(255,255,255,0.85) 0px 0px 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.85) 0px 0px 1px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;

    color: #6d6e7a !important;
}

.button:hover .outer .height .inner{
    text-shadow: #99f48d 0px 0px 1px;
    background: #43d034; /* Old browsers */
    background: -moz-linear-gradient(top, #43d034 0%, #67e45c 100%); /* FF3.6+ */
    background: gradient(linear, left top, left bottom, color-stop(0%,#43d034), color-stop(100%,#67e45c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #43d034 0%,#67e45c 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #43d034 0%,#67e45c 100%); /* W3C */
}

.button:active .outer .height .inner{
    text-shadow: #319926 0px 1px 0px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    /* box-shadow: inset rgba(0,0,0,0.9) 0px 0px 8px; */
    box-shadow: inset rgba(0,0,0,0.9) 0px 0px 4px;
    -webkit-box-shadow: inset rgba(0,0,0,0.9) 0px 0px 8px;
    -moz-box-shadow: inset rgba(0,0,0,0.9) 0px 0px 8px;
    background: #1d7d12; /* Old browsers */
    background: -moz-linear-gradient(top, #1d7d12 0%, #4fd342 100%); /* FF3.6+ */
    background: gradient(linear, left top, left bottom, color-stop(0%,#1d7d12), color-stop(100%,#4fd342)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1d7d12 0%,#4fd342 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #1d7d12 0%,#4fd342 100%); /* W3C */

    color: #d2ddcf !important;

}

/* ------------------------------------------------------------------------------------------------------------------- */

#buttonContainer2 {
    display:flex;
    flex-direction: row;
    
    position: absolute;
    padding-top: 16px;

    width: 550px;
    height: 100px;
    background: rgba(172, 34, 34, 0);

    transform: scaleX(0.5) scaleY(0.5);
    /*perspective-origin: center bottom;
    perspective: 1200px;*/

    left: calc(50% - 270px);
    bottom: -46px;
    z-index: 9999;

    opacity: 0.8;
}

.buttonText2
{
    font-size: 50px;
    font-weight: bolder;
    margin-top: -20px; 
}

#buttonUp {
    position: relative;
    /*
    left: -40px;
    top: -192px;
    */
    left: 48px;
    top: -56px;
    height: 50px;
    width: 100px;
    cursor: pointer;
    margin-left: 80px;
   
}

#buttonUp::selection {
    background-color: hsla(0,0%,100%,0);
    text-decoration: none;
}

#fontButtonUp 
{
    position: relative;
    top: -14px;
}

#buttonUp .outer {
    /*position: relative;*/

    width: 100%;
    height: 100%;
    padding: 8px;

    /*background: rgba(0,0,0,0.65);*/
    background: rgba(109,110,122,65);

    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -webkit-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -moz-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    /* transform: perspective(1200px) rotateX(20deg); */
    /* transform: perspective(500px) rotateX(45deg); */
    /* -moz-transform: perspective(500px) rotateX(35deg); */
}



#buttonDown {
    position: relative;
    /*
    left: 66px;
    top: -192px;
    */
    left: 2px;
    top: -56px;
    height: 50px;
    width: 100px;
    cursor: pointer;
    margin-left: 85px;

    /*transform: skew(-30deg -30deg);*/
}

#buttonDown::selection {
    background-color: hsla(0,0%,100%,0);
    text-decoration: none;
}

#fontButtonDown
{
    position: relative;
    top: -14px;
}

#buttonDown .outer {
    /*position: relative;*/

    width: 100%;
    height: 100%;
    padding: 8px;

    /*background: rgba(0,0,0,0.65);*/
    background: rgba(109,110,122,65);

    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -webkit-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    -moz-box-shadow: inset rgba(0,0,0,0.85) 0px 1px 5px;
    /* transform: perspective(1200px) rotateX(-30deg); */
    /* -moz-transform: perspective(500px) rotateX(35deg); */
}


.button2 .outer .height {
    /*position: relative;*/
    /*top: -15px;*/
    height: 100%;
    margin-top: 0px;
    padding-bottom: 3px;
    /*background: #39a02d;*/
    background: #525977;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    box-shadow: rgba(0,0,0,0.85) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.85) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 8px;
    -moz-box-shadow: rgba(0,0,0,0.85) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 8px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}


.button2:hover .outer .height {
    margin-top: 1px;
    padding-bottom: 3px;
    background: #3aaf2d;
    box-shadow: rgba(0,0,0,0.25) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 6px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 6px;
    -moz-box-shadow: rgba( 0,0,0,0.25) 0px 1px 1px, inset rgba(0,0,0,0.35) 0px -2px 6px;
}

.button2:active .outer .height {
    margin-top: -1px;
    padding-bottom: 1px;
}

.button2 .outer .height .inner {
    line-height: 2.9em;
    font-size: 30px;
    letter-spacing: .05em;


    /*position: relative;*/
    height: 100%;
    text-align: center;
    text-shadow: #8aff7b 0px 0px 1px;
    background: #44d135;
    background: -moz-linear-gradient(top, #80ec75 0%, #43d034 100%); /* FF3.6+ */
    background: gradient(linear, left top, left bottom, color-stop(0%,#80ec75), color-stop(100%,#43d034)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #80ec75 0%,#43d034 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -webkit-linear-gradient(top, #98A1C3 0%,#717BA5 100%);*/
    background: -webkit-linear-gradient(top, #ffffff 0%,#98A1C3 100%);
    background: linear-gradient(top, #80ec75 0%,#43d034 100%); /* W3C */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    box-shadow: inset rgba(255,255,255,0.85) 0px 0px 1px;
    -webkit-box-shadow: inset rgba(255,255,255,0.85) 0px 0px 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.85) 0px 0px 1px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;


    color: #6d6e7a !important;
}

.button2:hover .outer .height .inner{
    text-shadow: #99f48d 0px 0px 1px;
    background: #43d034; /* Old browsers */
    background: -moz-linear-gradient(top, #43d034 0%, #67e45c 100%); /* FF3.6+ */
    background: gradient(linear, left top, left bottom, color-stop(0%,#43d034), color-stop(100%,#67e45c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #43d034 0%,#67e45c 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #43d034 0%,#67e45c 100%); /* W3C */
}

.button2:active .outer .height .inner{
    text-shadow: #319926 0px 1px 0px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    box-shadow: inset rgba(0,0,0,0.9) 0px 0px 8px;
    -webkit-box-shadow: inset rgba(0,0,0,0.9) 0px 0px 8px;
    -moz-box-shadow: inset rgba(0,0,0,0.9) 0px 0px 8px;
    background: #1d7d12; /* Old browsers */
    background: -moz-linear-gradient(top, #1d7d12 0%, #4fd342 100%); /* FF3.6+ */
    background: gradient(linear, left top, left bottom, color-stop(0%,#1d7d12), color-stop(100%,#4fd342)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1d7d12 0%,#4fd342 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #1d7d12 0%,#4fd342 100%); /* W3C */

    color: #d2ddcf !important;
}

