@font-face {
  font-family:"Josefin Sans";
  src: url("JosefinSans.woff2");
  font-display: swap;
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

html, body {
  height: 100%;
}

title{
  text-transform: capitalize;
}
* {
  font-family: "Josefin Sans", sans-serif;
}

body {
  margin: 0;
  color:white;
  background-color: #2b2b2b;
}

.navbar {
  background: transparent;
  padding: 0;
}
.content{
  display: inline-block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70vw;
  height: 70vh;
  margin: auto;
  background-color: transparent;
}
.header-overlay{
  position: fixed;
  top:0;
  left:0;
  min-width: 100%; 
  min-height: 100%;
  background:#000000;
  opacity:0.7;
}
.maincontent{
  color: white;
  margin-top: 20vh;
}

.aboutmaincontent{
  color: white;
  margin-top: 2vh;
}

.gamesmaincontent{
  color: white;
  margin-top: 2vh;
}

.contactmaincontent{
  color: white;
  margin-top: 2vh;
}

.backlink{
  color: white;
  font-size: calc(0.75em + 1vmin);
  text-decoration: none;
}
.backlink:hover{
  color: rgb(168, 167, 167);
  text-decoration: none;
  cursor: pointer;
}
.backlink > *{
  pointer-events: none;
}
.contactcontent{
  color: white;
}
#errorcontent{
  display: none;
}
#errormessage{
  font-weight: 500;
}

.alert-danger{
  border-radius: 0px;
}
.abouthead{
  margin-top: 15vh;
  font-size: calc(0.75em + 2vmin);
  border-bottom: 2px solid #727171;
  color: crimson;
  font-weight: 500;
  display: inline-block;
}

.gameshead{
  margin-top: 15vh;
  font-size: calc(0.75em + 2vmin);
  border-bottom: 2px solid #727171;
  color: crimson;
  font-weight: 500;
  display: inline-block;
}

.contacthead{
  margin-top: 10vh;
  font-size: calc(0.75em + 2vmin);
  border-bottom: 2px solid #727171;
  color: crimson;
  font-weight: 500;
  display: inline-block;
}

.headline{
  font-size: calc(0.75em + 1vmin);
}
.headlinedesc{
  font-size: calc(0.75em + 5vmin);
  color: crimson;
  font-weight: 500;
}
.links{
  background: transparent;
  font-size: calc(0.75em + 1.2vmin);
}

.about , .games, .contact{
  display: inline-block;
  color: white;
  text-decoration: none;
}
.about{
  margin-left: 10px;
  margin-right: 10px;
}
.games{
  margin-left: 10px;
  margin-right: 10px;
}
.contact{
  margin-left: 10px;
}

.about:hover , .games:hover, .contact:hover{
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.link-next {
  display: inline-block;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.link-next::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: crimson;
  transition: width .3s;
}

.link-next:hover::after {
  width: 100%;
  transition: width .3s;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#0c0c0c00;
  color: white;
  text-align: right;
  padding-right: 20px;
}

.fa-twitter{

  color:#ffffff;
  font-size: 25px;
  transition: 0.5s;
}
.fa-youtube{

  color:#ffffff; 
  margin-left:5px;
  font-size: 25px;
  transition: 0.5s;
}
.fa-twitch{

  color:#ffffff; 
  margin-left:5px;
  font-size: 25px;
  transition: 0.5s;
}

.fa-twitter:hover{

  color:#1da1f2;
  font-size: 25px;
  transition: 0.2s;
  transform: scale(1.2);
}
.fa-youtube:hover{

  color:#f10202; 
  margin-left:5px;
  font-size: 25px;
  transition: 0.2s;
  transform: scale(1.2);
}
.fa-twitch:hover{

  color:#6441a4; 
  margin-left:5px;
  font-size: 25px;
  transition: 0.2s;
  transform: scale(1.2);
}

#inputMessage, #inputEmail, #inputName{
  border: 0 !important;
  outline: 0 !important;
  border-bottom: 2px solid #797979 !important;
  background: transparent;
  border-radius: 0px;
  color: #fff;
  font-weight: 400;
  font-family: sans-serif;
}

#inputMessage:focus, #inputEmail:focus, #inputName:focus{
  color: #fff;
  border: 0 !important;
  outline: 0 !important;
  border-bottom: 2px solid rgb(216, 216, 216) !important;
  border-radius: 0px;
  font-weight: 400;
  font-family: sans-serif;
}
.form-control-sm:focus {
  box-shadow: none;
}

#submitbtn{
  background: transparent;
  color: white;
  border: none;
  font-size: calc(0.75em + 1.0vmin);
  font-weight: 500;
  outline: none
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: transparent; 
}
::-webkit-scrollbar-thumb {
  background: #222; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#successmessage{
  margin-top: 20vh;
  font-size: calc(0.75em + 1.5vmin);
  color: white;
}
.lastname{
  display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 1.1rem;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 1.1rem;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 1.1rem;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 1.1rem;
}

.slider{
  position:fixed;
  width:100%;
  height:3px;
}

.line{
  position:absolute;
  opacity: 0.4;
  background:#fff;
  width:100%;
  height:3px;
}

.subline{
  position:absolute;
  background: crimson;
  box-shadow: 0 0 10px crimson;
  height:3px; 
}
.inc{
animation: increase 2s infinite;
}
.dec{
animation: decrease 2s 0.5s infinite;
}

@keyframes increase {
 from { left: -5%; width: 5%; }
 to { left: 130%; width: 100%;}
}
@keyframes decrease {
 from { left: -80%; width: 80%; }
 to { left: 110%; width: 10%;}
}
