::selection {
    background-color: rgba(255, 0, 0, 0.8);
}

html, body, * {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html {
    background: url(media/background.jpg) no-repeat rgba(0,0,0,0.1) fixed center;
    background-size: 125% 125%;
    background-position: -12.5px -12.5px;
    background-color: #000000;
}

body {
    font-family: 'Arial Black', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    text-align: center;
}

h1 {
    font-size: 6em;
    width: 500px;
    height: 300px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

p {
    margin: 30px 80px;
    text-align: center;
    font-size: 1.5em;
}

footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 800px;
    border-radius: 50px 50px 0px 0;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(800px);
    transition: 0.5s ease transform, 0.5s ease background-color, 0.5s ease box-shadow;
    z-index: 10;
}

footer:hover {
    background-color: rgba(0, 0, 0, 1);
    transform: translateY(0);
    box-shadow: 0 0 3px #000000, inset 0 0 100px red;
}

footer:hover > ul {
    opacity: 1;
}

footer .label {
    position: absolute;
    line-height: 50px;
    top: -80px;
    background-color: rgb(0,0,0);
    border-radius: 5px 5px 0px 0;
    box-shadow: inset 0 0 100px rgba(255, 0, 0, 0.5), 2px -1px 10px black;
    color: white;
    padding: 0 30px;
    cursor: default;
    animation: 2s footerSlideIn;
}

footer ul {
    width: 100%;
    height: 95%;
    margin-top: 5%;
    list-style-type: none;
    display: block;
    opacity: 0.5;
    transition: 0.5s ease opacity;
}

footer ul div::-webkit-scrollbar {
    width: 12px;
}
 
footer ul div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
}

footer ul p {
    color: white;
}

footer ul input[type="radio"] {
    display: none;
    position: absolute;
}


footer:hover {
    background-color: rgba(0, 0, 0, 1);
    transform: translateY(0);
    box-shadow: 0 0 3px #000000, inset 0 0 100px red;
}

footer:hover > ul {
    opacity: 1;
}

footer .label {
    position: absolute;
    line-height: 50px;
    top: -80px;
    background-color: rgb(0,0,0);
    border-radius: 5px 5px 0px 0;
    box-shadow: inset 0 0 100px rgba(255, 0, 0, 0.5), 2px -1px 10px black;
    color: white;
    padding: 0 30px;
    cursor: default;
    animation: 2s footerSlideIn;
}

footer ul {
    width: 100%;
    height: 95%;
    margin-top: 5%;
    list-style-type: none;
    display: block;
    opacity: 0.5;
    transition: 0.5s ease opacity;
}

footer ul div::-webkit-scrollbar {
    width: 12px;
}
 
footer ul div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(255,255,255,0.5);
}

footer ul p {
    color: white;
}

footer ul input[type="radio"] {
    display: none;
    position: absolute;
}

[id^=tab]:checked + label {
    color: white!important;
    border-bottom: 2px solid red!important;
    opacity: 1!important;
    box-shadow: inset 0 0 10px red, 0 10px 30px!important;
}
       
[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
    width: 800px;
    height: 800px;
    margin: 0 auto;
    border-radius: 50px 50px 0px 0;
    transition: 0.5s ease transform, 0.5s ease background-color, 0.5s ease box-shadow;
    z-index: 10;
}


.noSelection {
    user-select: none;  
}

.selectable {
    user-select: text;
}

.tooltip_bottom span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -100%;
    top: 0;
    top: 100%;
}

.tooltip_bottom:hover > span {
    opacity: 1;
    visibility: visible;
}

.tab-content {
    display: none;
    text-align: left;
    width: 100%;
    height: 82%;
    overflow-y: hidden;
    font-size: 1.25em;
    line-height: 1.8em;
    position: absolute;
    top: 12%;
    left: 0;
    user-select: text;
    perspective: 800px;
}

.tab-content img {
    width: 600px;
    margin: 0 auto;
    display: block;
}

.tab-content p, .tab-content img {
    transform-style: preserve-3d;
    animation: 0.5s tabContentFadeIn2;
}

.tab-content p {
    padding: 10px;
    box-shadow: 0 -1px 20px red
}

#clan-name, #clan-name h1 {
    letter-spacing: 5px;
    user-select: none;
}

#clan-name span {
    display: block;
}

#clan-name span:nth-child(1) {
    animation: 0.5s logoAnim;
    color: #e5e512;
}

#clan-name span:nth-child(2) {
    color: #CCCCCC;
    animation: 0.5s logoAnim2;
    top: 250px;
    transform: skew(-10deg);
}

#info, #member {
    font-size: 1.5em;
    color: #FFFFFF;
    position: absolute;
    width: 250px;
    height: 300px;
    top: 200px;
    background-color: rgba(29, 0, 0, 0.5);
    box-shadow: 0 0 5px #000000;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding-top: 20px;
}

#info {
    left: 0;
    animation: 1.5s moveFromLeft;
    border-radius: 0 50px 50px 0px;
}

#member {
    right: 0;
    animation: 1.5s moveFromRight;
    border-radius: 50px 0px 0px 50px;
}

#info ul, #member ul {
    text-align: center;
    list-style-type: none;
}

#info ul li span, #member ul li span {
    font-weight: bold;
    display: block;
}

#logo {
    width: 380px;
    height: 300px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#description {
    width: 380px;
    top: 550px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto!important;
    margin-right: auto!important;
    font-size: 1em;
    background-color: transparent!important;
    color: #FFFFFF;
    padding: 20px;
    animation: 0.5s scaleIn;
}

#description p {
    margin: 5px;
}

#member ul ul li {
    margin: 5px;
}

#introOpen {
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 2em;
    line-height: 2em;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 2px 10px #000000;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 400px;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 600px;
    animation: 3.5s introOpenScaleIn;
}

#introOpen span {
    margin-left: 30px;
}

#introOpen:hover > span {
    color: red;
}

#intro {
    background-color: rgba(0,0,0,1);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease all;
}

#intro::after {
    content: "";
    background: url(media/background.jpg);
    background-size: 125% 125%;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#intro:target {
    visibility: visible;
    opacity: 1;
}

#intro:target > .videoFrame {
    transform: translateY(0);
    opacity: 1;
    animation: 0.5s introIn;
}

#intro .videoFrame, #intro .videoFrame iframe {
    width: 800px;
    height: 480px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    border: none;
    box-shadow: 0 0 20px #000000;
    z-index: 10;
}

#intro .videoFrame {
    transform: translateX(1000px) scale(0.5);
    opacity: 0;
    transition: .5s ease all;
}

#intro .close {
    width: 80px;
    height: 100px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: auto;
    border: none;
    color: white;
    font-size: 100px;
    text-decoration: none;
}

#intro .close span {
    transition: 0.5s ease opacity;
    display: block;
    font-size: 0.5em;
}

#tabview {
    user-select: none;
}

#tabview label {
    display: block;
    float: left;
    padding: 10px;
    color: rgb(255, 0, 0);
    background-color: #000000;
    border: 1px solid #FFFFFF;
    box-shadow: inset 0 0 10px red;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    opacity: 0.4;
    transition:  0.1s ease opacity;
}

#tabview li:first-child label {
    margin-left: 50px;
}

#tabview label:hover {
    color: white;
    opacity: 0.6;
}

#contact {
    width: 500px;
    height: 200px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    right: -400px;
    top: -100px;
    border-radius: 200px;
    color: #FFFFFF;
    box-shadow: -1px 0 2px #FFFFFF;
    cursor: default;
    transition: 0.5s transform;
    animation: 3s ease fadeInDelay;
}

#contact .label {
    margin-top: 100px;
    transform: rotate(45deg) translateY(160px) translateX(-120px);
    cursor: default;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.2s ease color;
}

#contact:hover {
    transform: translateX(-300px);
}

#contact:hover > .label {
    color: rgba(255, 255, 255, 1);
}

#contact:hover > .content {
    border-bottom: 2px solid #0cff00;
}

#contact .content {
    position: absolute;
    top: 100px;
    left: 50px;
    transition: 0s 0.3s border-bottom;
}

#links {
    position: absolute;
    right: 0;
    bottom: 50px;
    list-style-type: none;
}

#links li {
    margin: 5px 0;
}

#links li:nth-child(1) {
    animation: 3s linksSlideIn;
}

#links li:nth-child(2) {
    animation: 3.1s linksSlideIn;
}

#links a {
    line-height: 40px;
    width: 130px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background-color: rgb(0,0,0);
    box-shadow: inset 0 0 10px red;
    border-radius: 4px 0 0 4px;
    padding: 5px 10px;
    font-size: 1.4em;
    transition: 0.1s ease background-color, 0.1s ease color;
}

#links a:hover {
    background-color: red;
    color: black;
    box-shadow: inset 0 0 10px black;
}

#videosOpen {
    position: absolute;
    width: 350px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    text-align: center;
    border-radius: 0 0 50% 50%;
    font-size: 1.5em;
    padding-bottom: 30px;
    text-decoration: none;
    animation: 3s fadeInDelay;
}

#videosOpen, #videosOpen span {
    cursor: pointer;
}

#videosOpen:hover {
    text-shadow: 0 0 50px red;
}

#videosOpen:hover:before {
    color: red;
}

#videosOpen:before {
    content: "\2B07";
    display: block;
    text-align: center;
    font-size: 2em;
}

#videosClose {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: white;
    text-decoration: none;
}

#videos {
    height: 0;
    width: 100%;
    overflow: hidden;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: 1s ease height, 2s ease box-shadow;
    background-size: 100% 100%;
}

#videos h1 {
    color: white;
    text-align: center;
    font-size: 3em;
    opacity: 0;
    visibility: hidden;
    transition: 1s ease transform, 1s ease opacity, 0s 1s ease visibility;
}

#videos h1 a {
    text-decoration: none;
    color: red;
    font-weight: bold;
    display: block;
    transition: .2s ease text-shadow;
}

#videos h1 a:hover {
    text-shadow: 0 0 50px red;
}

#videos:target > h1 {
    opacity: 1;
    visibility: visible;
    transition: 1s ease transform, 3s 1s ease opacity, 0s 1s ease visibility;
}

#videos:target {
    height: 100%;
    box-shadow: inset 0 -5px #990000, inset 0 0 50px red;
}