@font-face {
  font-family: 'Sega';
  src: url('../fonts/sega/SEGA.TTF') format('woff2'),
       url('../fonts/sega/SEGA.TTF') format('woff'),
       url('../fonts/sega/SEGA.TTF') format('truetype');
}

@font-face {
  font-family: 'Special Elite';
  src: url('../fonts/Special_Elite/SpecialElite-Regular.ttf') format('woff2'),
       url('../fonts/Special_Elite/SpecialElite-Regular.ttf') format('woff'),
       url('../fonts/Special_Elite/SpecialElite-Regular.ttf') format('truetype');
}

::selection {
  background: rgba(255, 255, 255, 0.5); /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.5); /* WebKit/Blink Browsers */
}

::-webkit-scrollbar {
    background-color: rgb(75, 139, 9);
} 

::-webkit-scrollbar-thumb {
    background-color: rgb(116, 190, 48);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(156, 230, 88);
}

::-webkit-scrollbar-thumb:active {
    background-color: rgb(203, 248, 128);
}

::-webkit-scrollbar-track {
    background-color: rgb(75, 139, 9);
}

::-webkit-scrollbar-corner {
    background: rgb(75, 139, 9);
}

::-webkit-scrollbar-button {
    border-style: solid;
    height: 16px;
    width: 16px;
}

::-webkit-scrollbar-button:vertical:decrement {
  border-width: 0 7px 14px 7px;
  border-color: transparent transparent rgb(116, 190, 48) transparent;
}

::-webkit-scrollbar-button:vertical:decrement:hover {
  border-color: transparent transparent rgb(156, 230, 88) transparent;
}

::-webkit-scrollbar-button:vertical:decrement:active {
  border-color: transparent transparent rgb(203, 248, 128) transparent;
}

::-webkit-scrollbar-button:vertical:increment {
  border-width: 14px 7px 0 7px;
  border-color: rgb(116, 190, 48) transparent transparent transparent;
}

::-webkit-scrollbar-button:vertical:increment:hover {
  border-width: 14px 7px 0 7px;
  border-color: rgb(156, 230, 88) transparent transparent transparent;
}

::-webkit-scrollbar-button:vertical:increment:active {
  border-width: 14px 7px 0 7px;
  border-color: rgb(203, 248, 128) transparent transparent transparent;
}

body {
    background-color: rgb(221, 216, 146);
}

:root{
  scrollbar-face-color: rgb(116, 190, 48); /* Firefox 63 compatibility */
  scrollbar-track-color: rgb(116, 190, 48); /* Firefox 63 compatibility */
  scrollbar-color: rgb(116, 190, 48) rgb(75, 139, 9);
}

.space {
    margin-right: 3.5%;
}

h1 {
    font-family: '28 Days Later', sans-serif;
    font-size: 37px;
    margin-left: 5%;
    color: rgba(255, 0, 0, 0.5);
    text-shadow: 0 0 8px rgb(255, 0, 0);
    margin-top: 20px;
    margin-bottom: 25px;
}

h2 {
    font-family: '28 Days Later', sans-serif;
    font-size: 30px;
    margin-left: 5%;
    margin-right: 5%;
    color: rgba(255, 0, 0, 0.8);
    text-shadow: 0 0 10px rgb(255, 0, 0);
    margin-top: 20px;
    margin-bottom: 40px;
}

header {
    overflow: hidden;
    margin-top: -34%;
}

.content {
    margin-left: 5%;
    margin-right: 5%;
    background-size: cover;
    opacity: 0;
    margin-top: 4px;
    padding: 10px;
    padding-bottom: 50px;
    z-index: 2;
}

#dayz-trailer {
    margin-top: 10%;
    margin-bottom: 10%;
    width: 100%;
    width: 50vw; 
    height: 28.125vw;
    border: none;
    -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
}

#dayz-text {
    margin-top: 70%;
    margin-left: 20%;
    width: 35vw; 
    height: 20.125vw;
    border: none;
    -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    font-size: 17px;
    font-family: "Special Elite";
}

#dayz-text p {
    margin: 15px;
}

.qualifier {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 12px;
    color: #aaa;
    font-family: 'Cambo', sans-serif;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

#youtube-link {
    color: rgb(255, 0, 0);
    text-shadow: 0 0 10px rgb(255, 0, 0);    
    opacity: 0.8;
}

#youtube-link:hover {
    opacity: 1.0;  
}

.column2 {
    padding-left: 5%;
}

#who-could-it-be, #so-evil {
    width: 120%;
    margin-top: 50%;
}

#who-could-it-be {
    margin-left: -15%;
}

#so-evil {
    margin-left: -7%;
}

.top-slider {
    position: relative;
    opacity: 0;
}

.topCarousel {
    opacity: 0;
    width: 90%;
    height: 0;
    padding-bottom: 45.5%;
    margin-left: 5%;
    margin-right: 5%;
    z-index: -1;
}

.bodyText {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 10px rgb(255, 255, 255);
    font-family: 'Goudy Trajan', sans-serif;
    font-size: 200%;
    margin: auto;
    margin-top: 100px;
    text-align: center;
    transition: opacity 0.1s;
}

.twitter {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: 0;
    margin-bottom: 10px;
}

footer {
    height: 300px;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    position: relative;
    margin-top: -7%;
}

.footer-nav {
    width: 100%;
}

.footer-link-list {
    margin-left: 20%;
    margin-right: 5%;
}

.footer-links td {    
    display: inline-block;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 1.8vw;
    color: rgba(255, 255, 255);   
    text-decoration: none;
    font-family: 'Sega', sans-serif;
    margin-left: 8%;
    margin-top: 10px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

.footer-links td a {
    font-size: 1.8vw;
    color: rgba(255, 255, 255, 0.75);   
    text-decoration: none;
}

.footer-links td a:hover {
    color: rgba(255, 255, 255);   
    z-index: 10;
}

.projects-list {
    list-style-type: none;
    float: right;
    margin-right: 10%;
}

.projects-list li a {
    width: 100%;
}

.projects-list a {
    text-decoration: none;
}

.projects-list li {
    padding: 1px;
    box-shadow: 0 0 5px rgb(0, 0, 0);
    background: rgb(116, 190, 48);
}

.projects-list li:hover {
    background: rgb(166, 231, 94);
}

#bioniker-footer, #nostalgiarush-footer, #dayz-footer {
    font-family: 'Sega', sans-serif;
    font-size: 1.2vw;
    color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    display: table-row;
    text-decoration: none;
}

#bioniker-footer:hover, #nostalgiarush-footer:hover, #dayz-footer:hover {
    color: rgb(255, 255, 255);
}

#current-footer {
    color: rgb(255, 255, 255);
    opacity: 1.0;
}

.cb-logo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: auto;
    width: 10%;
    z-index: 2;
    margin-left: 90%;
    margin-top: 2%;
    opacity: 0.4;
}

.social {
    overflow: hidden;
    position: absolute;
}

.youtube-logo, .twitter-logo, .instagram-logo, .tiktok-logo {
    width: 4.0%;
    opacity: 0.6;
    position: absolute;
    margin-top: 7px;
}

.youtube-logo {
    margin-left: 1%;
}

.twitter-logo {
    margin-left: 5.1%;
}

.instagram-logo, .tiktok-logo {
    margin-left: 9.1%;;
}

#disclaimer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    margin: auto;
    margin-bottom: 5px;
    width: 100%;
    font-family: 'Cambo', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);    
}

#disclaimer a {
    color: rgb(116, 190, 48);
}

#disclaimer p {
    margin: 0;
}

.youtube-logo:hover, .twitter-logo:hover, .instagram-logo:hover, .tiktok-logo:hover {
    opacity: 1.0;
}

video {
    margin-top: -6px;
    border-top: 5px solid rgb(0, 0, 0);
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  z-index: -20;
  right: 0;
}

.video-container video {
  opacity: 0.7;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}