@font-face {
    font-family: "ArcadeClassic";
    src: url("/https/gitron.fly.dev/font/ArcadeClassic.otf") format("opentype");
}

@font-face {
    font-family: "TRON";
    src: url("/https/gitron.fly.dev/font/TRON.TTF") format("truetype");
}

/* Standard Elements */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Body content */

body {
    font-family: "ArcadeClassic";
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 0.5em;
    color: white;

    background-image: url("/https/gitron.fly.dev/img/background.gif");
}

/* comments colors */

#comments {
    color: #00ff00;
}

/* logo */

#logo {
    font-family: "TRON";
    font-size: 30px;
    color: white;
    padding-top: 5px;
    padding-bottom: 30px;
}

/* mascot (the real image displayed in homepage) */

#mascot {
    padding-bottom: 20px;
}

/* container */

#container {
    min-height: 100%;
    position: relative;
}

/* content */

#content {
    text-align: center;

    padding: 10px;

    /*
    change the following value if footer
    goes over page content, for example "fight" button
    */

    padding-bottom: 170px;
}

/* message box */

#message_box {
    padding-left: 10px;
    padding-right: 10px;
}

/* button menu */

#button_menu {
    padding-bottom: 20px;
}

#button_menu a {
    text-decoration: none;
}

/* style of buttons */

.button_link {
    padding: 5px 10px;
    background: #1d3069;
    color: #FFF;

    border: solid 2px #ffd220;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button_link a {
    color: white;
    text-decoration: none;
}

.button_link:hover {
    background: #395fcf;
    text-decoration: none;
}

.button_link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);

    background: #15234d;
}

/* text input */

input {
    color: #ffd220;
    font-family: ArcadeClassic;
    /* font-weight: bold; */
    font-size: 24px;

    border: 2px solid #54d8ef;

    background-color: #192a44;
}

/* place holder for the input box */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #51533b;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #51533b;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #51533b;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #51533b;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #51533b;
}

/* info_box */

#info_box {
    background-color: #192a44;
    color: white;
    border: 5px solid #ffd220;

    padding: 5px;

    clear: both;
}

#info_box a {
    text-decoration: none;
    color: #54d8ef;
}

#info_box a:hover {
    text-decoration: underline;
}

/* achievement box */

#achieve_box {
    background-color: #192a44;
    color: white;
    border: 5px solid #ffd220;

    padding: 5px;

    text-align: center;
    clear: both;
}

/* footer */

#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

    background-color: #192a44;
    color: white;

    border-top: 5px solid #ffd220;

    text-align: center;
}

#footer a {
    color: #54d8ef;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/* style for buttons placed in footer */

#footer .button_link {
    color: white;
}

#footer .button_link:hover {
    text-decoration: none;
}
