@font-face {
  font-family: "CGFOff-Road";
  src: url(/static/CGFOff-Road.ttf) format("truetype");
}

body{
  overflow: hidden !important;
  background-color: #3f1f10 !important;
  max-width: 2000px;
  margin: auto !important;
}

.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective-origin-x: 100%;
  scrollbar-width: none;
  --webkit-scrollbar: none;
}

.pos-abs-with-offset{
    position: absolute;
    top: 50px;
    width: 100%;
}

.discord-position-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 200px;
    
    width: 350px;
    display: block;
}

.steam-placeholder{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    margin-bottom: 100px;
    display: block;
}

.steam-info{
    background-color: #d2efa9;
    width: 50%;
    margin-top: 200px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 5px;
    font-color: white;
    font-width: bold;
    font-size: 25px;
    text-align: center;
    text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.3 );
}

.quater-img{
    width: 300px;
    display: block;
    margin-top: 30px;
}

.boxxed{
    background-color: rgba(1,1,1,0.4);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 5px;
    width: 80%;
    max-width: 800px;
    padding: 10px;
    color: orange;
    font-family: 'Zen Loop';
    font-weight: bold;
}

.spacer{
    height: 20vw;
    background-color: rgba(0,0,0,0);
}

.quote{
    font-size: 30px;
    width: 80%;
    font-family: 'Zen Loop';
    color: orange;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    text-align: center;
}

.footer-in-paralax{
    width: 100%;
    margin-bottom: 20px;
    color: orange;
    font-size: 15;
    text-align: center;
}

.footer-link{
    display: block;
}

.limit-row{
    width: 80%;
    max-width: 800px;
    border-radius: 5px;
    background-color: rgba(1,1,1,0.75);
    color: orange;
    margin: auto !important;
    display: block;
}

.limit-col{
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
}

.title{
    font-size: 30px;
}

.right-side-img{
    float: left;
    margin-left: 30px;
}

.left-side-img{
    float: right;
    margin-left: 30px;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    transform-origin-x: 100%;
}

/* 1 + (translateZ * -1) / perspective */
/* higher translateZ = slower scroll speed */

.parallax__layer__front {
  transform: translateZ(0);
}

.parallax__layer__1 {
    transform: translateZ(-1px) scale(2);
}

.parallax__layer__2 {
  transform: translateZ(-2px) scale(3);
}
.parallax__layer__3 {
  transform: translateZ(-5px) scale(6);
}
.parallax__layer__4 {
  transform: translateZ(-8px) scale(9);
}
.parallax__layer__5 {
  transform: translateZ(-200px) scale(201);
}

.parallax__group {
  position: relative;
  height: 100vh;
  transform-style: preserve-3d;
  margin-top: -5px;
}

.parallax-title{
    position: absolute;
    z-index: 100;
    font-size: 5vw;
    color: white;
    margin-top: 30vh;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-family: CGFOff-Road;
}

.parallax-subtitle{
    font-size: 3vw;
    font-family: CGFOff-Road;
}

.choices-container{
    background-size: cover;
}

.video{
    height: 480px;
}


.small-display-only{
    display: none;
}

.img-double-size{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.hide-on-small{
  font-family: 'Zen Loop';
  font-weight: bold;
  font-size: 30px;
}

@media(max-width: 1000px){
    .video{
	height: unset;
	width: 90%;
    }
}

.steam-small-display{
	display: none;
}

@media(max-width: 690px){
    .steam-small-display{
	padding: 15px;
	background-color: #5f931d;
	color: #d2efa9;
	font-family: Arial;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border-width: 2px;
	width: auto;
	display: inline-flex;
	border-radius: 4px;
    }
    .steam-hide-frame-on-small{
	display: none !important;
    }
}
  
@media(max-width: 874px){

    /* mostly for performance reasons */
    .parallax__layer__3 {
	display: none;
    }

    .img-double-size{
	max-width: 90%;
    }

    .hide-on-small{
	    display: none !important;
    }

    .small-display-only{
        display: unset;
    }

    .steam-placeholder{
	width: 90%;
    }
    .parallax-title{
        font-size: 40px;
    }
    .quater-img{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .left-side-img{
        margin-left: unset;
    }
    .choices-container{
        margin-left: auto;
        margin-right: auto;
    }
    .boxxed{
        width: 90%;
        text-align: center;
    }
    .video{
        width: 90%;
        height: unset;
    }

    .parallax-subtitle{
        font-size: 30px;
    }

}


.discord-invite{
    background-color: rgb(35, 37, 40);
    width: 350px;
    max-width: 350px;
    height: 180px;
    border-radius: 10px;
}

.discord-invite-default-text{
    color: #b9bbbe;
    position: relative;
    top: 20px;
    left: 20px;
}


.discord-server-picture{
    position: relative;
    top: -30px;
    left: 20px; 
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-image: url("https://images.potaris.de/media/CrystalSectorFirstLook.png?x=100");
}

.discord-community-name{
    position: relative;
    top: 35px;
    left: 150px;
    color: white;
}

.discord-online-dot{
    position: relative;
    top: 40px;
    left: 170px;
    height: 7px;
    width:  7px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.discord-online{
    position: relative;
    top: 22px;
    left: 190px;
    color: white;
    font-size: 12px;
}

.discord-join-button{
    position: relative;
    top: -65px;
    left: 150px;
    width: 140px;
    height: 30px;
    background-color: #3ba55c;
    border-radius: 10px;
    display: inline-block;
}

.discord-join-button:hover{
    opacity: 0.8;
    text-decoration: none !important;
}

.discord-join-button-text{
    text-align: center;
    padding-top: 3px;
    color: white !important;
}

.modal-big-pic{
   transition: opacity .5s linear;
   width: 1200px;
   margin-left: auto;
   margin-right: auto;
}



@media(max-width: 1200px){
    .discord-position-container{
    	margin-top: 0px;
    	margin-bottom: 100px;
    }

    .modal-big-pic{
	width: 90%;
    }
}

@media(min-width: 2001px){
    body{
	background-color: gray !important;
    }
    .parallax-title{
	font-size: 90px;
    }
    .parallax-subtitle{
	font-size: 70px;
    }
    .high-res-fixer{
    	margin-top: -50vh;
    }
    .discord-position-container{
    	margin-top: 300px;
    }
}
