@import "animation.css";

@font-face {
    font-family: nunito;
    src: url("fonts/Nunito-SemiBold.ttf");
}

@font-face {
    font-family: oswald;
    src: url("fonts/Oswald-Regular.ttf");
}

* {
    margin: 0;
    font-family: nunito;
}

#logo {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    margin-left: 30px;
    transform: translateY(-50%);
    max-height: 40%;
    max-width: 40%;
}

#topsticky {
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}


#topbar {
    position: relative;
    background-color: rgba(14, 14, 14, .9);
    text-align: right;
    border-bottom: 3px solid #0179ff;
    height: 90px;
}

#alltoplinks {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style-type: none;
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}

.toplink-container {
    display: inline-block;
}

.classic-title {
    margin-bottom: 30px;
    text-align: center;
    font: 5em oswald;
    color: #ffffff;
}

.classic-text,
.classic-list {
    margin-bottom: 40px;
    font: 1.5em nunito;
    color: #ffffff;
}

.classic-post {
    padding: 100px;
    padding-top: 60px;
    border-top: 3px solid #0179ff;
    background-color: rgba(0, 0, 0, .7);
}

.dark-button:hover {
    background-color: #0179ff;
    color: #ffffff;
}

.center-box {
    text-align: center;
    width: 100%;
}

.dark-button {
    background: rgba(0, 0, 0, .7);
    padding: 10px 50px;
    margin: 10px 10px;
    border: 3px solid #0179ff;
    border-radius: 100px;
    text-decoration: none;
    color: #bbbbbb;
    transition: background-color .3s, color .3s;
    font-size: 1.1em;
    display: inline-block;
}

.toplink:link,
.toplink:active,
.toplink:visited {
    padding: 10px 25px;
    margin-right: 8px;
    background-color: none;
    border-radius: 100px;
    text-decoration: none;
    color: #bbbbbb;
    transition: background-color .3s, color .3s;
    font-size: 1.1em;
    display: inline-block;
}

.toplink:hover {
    background-color: #0179ff;
    color: #ffffff;
}

#title-container {
    position: static;
    text-align: center;
    width: 100%;
    height: 100vh;
}

#title-text-container {
    position: relative;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#title-top {
    font: 6.5em oswald;
    color: rgba(255, 255, 255, 1);
}

#title-bottom {
    font: 2em nunito;
    transform: translateY(-10px);
    color: rgba(255, 255, 255, .7);
}

#head-container {
    background-color: #000000;
    position: fixed;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    width: calc(100vw - (100vw - 100%));
    height: calc(100hw - (100hw - 100%));
}

video {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#blackdiv {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 5;
}

#video-blackdiv {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #000000;
}

footer {
    z-index: 3;
    padding: 30px;
    background-color: #0f0f0f;
    color: #555555;
    font-size: 1.1em;
    text-align: center;
}

::-webkit-scrollbar {
    width: 20px;
    height: 20px;
}

::-webkit-scrollbar-track {
    background: #0f0f0f;
}

::-webkit-scrollbar-thumb {
    background: #444444;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
/*  background: #0179ff; */
    background: #888888;
    transition: background 1s;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

::-moz-selection {
  background: rgba(50, 50, 50, .6);
}

::selection {
  background: rgba(50, 50, 50, .6);
}
