/* Start of Universal identifier */
* {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* End of Universal identifier */

/* Start of CUSTOM SCROLLBAR */
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}
/* END OF CUSTOM SCROLLBAR */

/* Start of contents CSS */
body {
    position: relative;
    background-color: black;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
    cursor: url("../cur/Lain_Normal.png"), default;
}

/* Start of Admin page css */
input {
    border: solid 1px #FF0000;
    font-family: LoveLetter;
    color: #FF0000;
    background-color: black;
    padding: 5px;
}
textarea:focus,
input:focus {
    box-shadow: 0px 0px 50px 10px #FF0000;
}

.numpad {
    display: flex;
}
.phonepad {
    flex-wrap: nowrap;
}
.fapper {
    margin-left: auto;
    margin-right: auto;
}
.frow {
    display: flex;
}
.fbutt {
    flex-grow: 1;
    margin: 3px;
    width: 50px;
    height: 50px;
    background-color: #FF0000;
    color: black;
    border: outset 7px #FF0000;
}
.fbutt:active {
    border-style: inset;
}

.lock {
    animation: spin 5s linear infinite;
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

@-moz-keyframes spin {
    0% { transform: rotateY(0deg); -moz-transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); -moz-transform: rotateY(360deg); }
}

#address {
    pointer-events: none;
    margin: 3px;
}

a {
    text-decoration: none;
}
/* End of Admin page css */

/* Start of resetblink (single clean declaration) */
.resetblink {
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: red;
    border-style: outset;
    border-width: 5px;
    border-color: red;
    padding: 5px;
    text-align: center;
    background-color: black;
    cursor: url("../cur/Lain_Help.png"), help;
    animation: blink 0.5s alternate infinite;
    -webkit-animation: blink 0.5s alternate infinite;
    -moz-animation: blink 0.5s alternate infinite;
}

@-webkit-keyframes blink {
    0% { background-color: red; }
    100% { background-color: black; }
}

@-moz-keyframes blink {
    0% { background-color: red; }
    100% { background-color: black; }
}

@keyframes blink {
    0% { background-color: red; }
    100% { background-color: black; }
}
/* End of resetblink */

/* TAB STYLING START */
.tabs {
    position: absolute;
    right: -50px;
    z-index: 1;
    margin-top: 25px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.taba {
    position: absolute;
    right: 0px;
    background-color: black;
    color: #FF0000;
    box-sizing: border-box;
    font-family: LoveLetter;
    border-style: outset;
    border-color: #FF0000;
    border-width: 5px;
    border-bottom-width: 0px;
    height: 30px;
    width: 75px;
    text-align: center;
    padding-top: 5px;
}
.maintab {
    position: relative;
}
.admintab {
    position: absolute;
    margin-left: 0px;
    left: 85px;
    top: 0px;
}

.tab-content {
    position: relative;
    height: 100%;
    background-color: #CC0000;
    border-style: outset;
    border-width: 5px;
    margin: 0px;
    padding-left: 2%;
    padding-right: 2%;
    border-color: #FF0000;
}
/* TAB STYLING END */

/* Start of primary content css */
.contact {
    position: relative;
    font-family: LoveLetter;
    display: inline;
    line-height: 30px;
    color: #FF0000;
    margin-left: 0px;
}

#glider {
    display: inline;
    float: right;
    margin-left: 0px;
    margin-right: 0%;
    margin-top: -10px;
    max-width: 35px;
    max-height: 35px;
}

h1 {
    font-family: liquidcrystal;
    text-align: center;
    color: #FF0000;
    background-color: black;
    border-style: inset;
    border-width: 5px;
    margin-top: 1%;
    margin-bottom: 0%;
    padding: 10px;
    border-color: #FF0000;
}

.main {
    background-color: black;
    color: #FF0000;
    border-style: inset;
    border-width: 5px;
    margin-top: 0%;
    margin-bottom: 1%;
    border-color: #FF0000;
    padding-left: 2%;
    padding-right: 2%;
}

#linkcontainer {
    margin: 0px;
    display: flex;
}

.layerlink {
    text-align: center;
    color: #FF0000;
    background-color: black;
    border-style: outset;
    border-color: #FF0000;
    border-width: 5px;
    margin-bottom: 0.5%;
    padding: 0.5%;
    cursor: pointer;
    flex-grow: 1;
}
.layerlink p {
    margin: 0px;
}

.layerlink:hover {
    background-color: #FF0000;
    color: black;
    border-color: black;
}

h2 {
    font-family: chintzy;
    text-align: left;
    color: black;
    border-style: outset;
    border-color: #FF0000;
    background-color: #FF0000;
    border-width: 5px;
    margin-top: 2%;
    border-bottom: 0px;
    padding: 5px;
    display: table;
    font-size: 2em;
}

#mebious_entry {
    font-family: LoveLetter;
    border-style: outset;
    border-color: #FF0000;
    border-width: 5px;
    padding: 2%;
    margin-bottom: 2%;
}
/* End of primary content css */
