@font-face {
font-family: '8BITWONDERNominal';
src: url('files/8BITWONDERNominal.eot');
src: url('files/8BITWONDERNominal-1.eot') format('embedded-opentype'),
     url('files/8BITWONDERNominal.woff2') format('woff2'),
     url('files/8BITWONDERNominal.woff') format('woff'),
     url('files/8BITWONDERNominal.ttf') format('truetype'),
     url('files/8BITWONDERNominal.svg') format('svg');
font-weight: normal;
font-style: normal;
}

html
{
	height:100%;
}
body
{
	height:100%;
	margin: 0px 0px 0px 0px;
	background: #0a0b11;
}

header {

	margin: 0px;
	position: relative;
	
}
footer {

	margin: 0px;
	position: relative;
	
	
}

nav ul {
	text-align: center; 
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none
	
}
nav ul li {
	font-weight: 800;
    display: inline-block;
    width: auto;
    margin: 8px 15px;
    padding: 0;
    font-size: 20px;
	font-family: "8BITWONDERNominal", sans-serif;
	color:#ffffff;
}

nav ul li a {
	text-decoration: none;
	color:#ffffff;
}

#adventure-link nav ul li a{
	color:yellow;
}

#adventure-link a:hover {
	color:#ff8933;
}


@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

nav ul li a:hover {
	text-decoration: none;
	color:#ff8933;
}

.header
{
	height:42px;
	width:100%;
	margin: 0px;
	background-color:#000;
	background-color: #000000BF;

}

.logo a
{
	font-weight: 800;
    display: inline-block;
	text-decoration: none;
    width: auto;
    margin: 10px 20px;
    padding: 0;
    font-size: 20px;
	font-family: "8BITWONDERNominal", sans-serif;
	color:#ff8933;	
	
}

.logo a{
	-webkit-animation-name: logocolor;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    animation-name: logocolor;
    animation-iteration-count: infinite;
    animation-duration: 20s;
}

@-webkit-keyframes logocolor {
    0% {color: #ad2f45;}
	10% {color: #e7453a;}
    20% {color: #ff8a33;}
	30% {color: #ffed86;}
	40% {color: #c9d45e;}
    50% {color: #63ab3f;}
	60% {color: #c9d45e;}
    70% {color: #ffed86;}
	80% {color: #ff8a33;}
	90% {color: #e7453a;}
    100% {color: #ad2f45;}
}
@keyframes logocolor {
     0% {color: #ad2f45;}
	10% {color: #e7453a;}
    20% {color: #ff8a33;}
	30% {color: #ffed86;}
	40% {color: #c9d45e;}
    50% {color: #63ab3f;}
	60% {color: #c9d45e;}
    70% {color: #ffed86;}
	80% {color: #ff8a33;}
	90% {color: #e7453a;}
    100% {color: #ad2f45;}
}

.content 
{
	
	width:100%;
    height:100%;
	position:fixed;
	left:0%;
	top:0%;
}

.discord_button{
display:inline-block;
padding:1em 4em;

box-sizing: border-box;
text-decoration:none;
font-family: "8BITWONDERNominal", sans-serif;
font-weight:300;
color:white;
text-align:center;
transition: all 0.2s;
background-color:#738bd7;

margin: -10px 30px;
}
.discord_button:hover{
color:#000000;
background-color:#FFFFFF;
}

.discord_widget
{
	margin: 60px 60px;
	position:fixed;
	bottom:0;
}

.social {
	height:30px;
	width:30px;
	fill: white;
}

.social:hover {
	height:30px;
	width:30px;
	fill: red;
}

.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
}

.social_facebook {
  background-image: url(files/social_facebook.svg);
}

.social_twitter {
  background-image: url(files/social_twitter.svg);
}

.social_instagram {
  background-image: url(files/social_instagram.svg);
}

.social_discord {
  background-image: url(files/social_discord.svg);
}

.social_reddit {
  background-image: url(files/social_reddit.svg);
}

.social_youtube {
  background-image: url(files/social_youtube.svg);
}

.social_spotify {
  background-image: url(files/social_spotify.svg);
}

.social_apple {
  background-image: url(files/social_apple.svg);
}

.social_soundcloud {
  background-image: url(files/social_soundcloud.svg);
}

.icon:hover,
.icon:focus {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.footer {
	height:70px;
	width:100%;
	margin: 0px;
	position:fixed;
	bottom:0;
	overflow: hidden;
}

.div-social a {
  float: left;
  padding: 5px 10px;
}

.div-social {
	float: right;
}

#nav-desktop {display: block;}
#div-discord {display: block;}
#nav-mobile-open {display: none;}
#nav-mobile-close {display: none; visibility:hidden;}

.header nav {
	position: absolute;
    right: 0;
    z-index: 100;
	top: 2px;
	
}

.social_icons{
	float:right;
	margin: 0px 20px 0px 0px;
}

.social_icons li{

	display: inline-block;
    width: auto;
    margin: 10px 15px;
    padding: 0;
	
}


.mobile-menu{
		width: 100%;
		height: 250px;
		margin: 42px 0px 0px 0px;
		background-color:#000;
		background-color:#000000BF;
		z-index: 101;
		display: none;
}

.nav-mobile{
	height:100%;
	width:100%;
	display:flex;
	flex-direction:column;
}

.nav-mobile-child{
	width:100%;
	height:60px;
}


.nav-mobile-child-outer{

	width:100%;
	height:100%;


}

.nav-mobile .logo{
	text-align: center;
	position: relative;
	top: 50%;
}

.nav-mobile .logo a{
	font-size: 4vw;
	
}

.nav-mobile .icon{
	display: inline-block;
  width: 25px;
  height: 25px;
  background-size: cover;
}

#nav-mobile ul{
	margin: 50px 0px;

	
}

#nav-mobile ul li{
	display: block; /* Make the links appear below each other */
	padding: 12px;
	
	
}

#mobile-menu-close ul li a{
	color: #e1ded5;
	

}

#mobile-menu-close ul li a:hover{
	color:#e35a10;
}

#adventure{
	display:block;
}


#adventure img{
	max-width: 60%;
    max-height: 25%;
    height: auto;
	position:fixed;
	left:50%;
	top:50px;
	transform: translate(-50%);
}

#adventure-image-normal1{
	-webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

#adventure-image-glow{
	opacity:0;
}

#adventure-image-hover1{
	opacity:0;
}

#adventure-image-hover{
	opacity:0;
}


#adventure-image-hover:hover {
	-webkit-animation-name: fade2;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 0.5s;
    animation-name: fade2;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
	25% {opacity: 0;}
    33% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
	25% {opacity: 0;}
    33% {opacity: 1;}

    100% {opacity: 0;}
}

@-webkit-keyframes fade2 {
    0% {opacity: 0;}

    33% {opacity: 1;}

    100% {opacity: 0;}
}
@keyframes fade2 {
    0% {opacity: 0;}

    33% {opacity: 1;}

    100% {opacity: 0;}
}



#mailing{
	position: fixed;
	z-index: 20;
	bottom: 80px;
	right: 40px;
	width: 350px;
	opacity: 1;
	}

#mailing input[type="email"]{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	border-radius: 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: calc(100% - 100px);
    height: 40px;
    background: rgba(0,0,0,0.3);
    margin: 0px;
 	text-shadow: none !important;
    padding: 0px 10px;
	line-height: 36px;
    font-size: 1em;
	border: 3px solid #ffffff;
  	color: #ffffff;
  	text-decoration: none;
	float: left; 
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	box-sizing: border-box;
	
	border-radius: 6px 0px 0px 6px
	}
#mailing input[type="email"]:focus{
	outline: none;
	}
#mailing input[type="submit"]{
	 -webkit-appearance: none;
	font-family: Arial, Helvetica, sans-serif;

	border-radius: 0;
	height: 40px;
	width: 100px;
	background: #ffffff;
	margin: 0px;
	padding: 0px;

 	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	line-height: 36px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #000000;
	border-right: 2px solid #ffffff;
	border-left: 0px solid #FFF;
	outline: none;
	float: left;
	box-sizing: border-box;
	transition: all 0.3s ease;
	
	border-radius: 0px 6px 6px 0px
	}
#mailing input[type="submit"]:hover{
	background-color: #ff8933;
	color: #FFF;
	
		border-top: 2px solid #ff8933;
	border-bottom: 2px solid #ff8933;
	border-right: 2px solid #ff8933;
	border-left: 0px solid #ff8933;
	}
	
	

@media screen and (max-width: 1100px) {

#nav-desktop {display: none;}
#div-discord {display: none;}
#nav-mobile-open {display: block;}
#nav-mobile-close {display: block;}


.nav-mobile{
	
	margin: 0px 10px 0px 0px;
}

.social_icons{
	float:none;
display: flex;
    justify-content: center;
	 margin: 0px 48px 0px 0px;
}

.social_icons li{

display: inline-block;
    width: auto;
    margin: 10px 15px;
    padding: 0;
}

#mailing{
	position: fixed;
	z-index: 20;
	bottom: 80px;
	right: 50%;
	width: 350px;
	margin-right: -175px;
	}

}

@media screen and (max-height: 300px) {
	#mailing{
	opacity: 0;
	}
}

@media only screen and (orientation: landscape) {
    /* css rules */
	.nav-mobile nav ul li {
}


.nav-mobile-child-outer{
	width:100%;
	height:100%;
}

.nav-mobile .logo a{
	font-size: 3vw;
	margin: -5px 20px;
}
	
}



