@font-face {
	font-family: minecraftFont;
	src: url(Minecrafter.Reg.ttf);
}

@keyframes fadeIn {
    from { 
        opacity: 0;
    }
    to   { 
        opacity: 1;
    }
}

@keyframes slideRight {
    from { 
        transform: translateX(0);
    }
    to   { 
        transform: translateX(400px);
    }
}

@keyframes slideUp {
    from { 
        transform: translateY(10px);
    }
    to   { 
        transform: translateY(-20px);
    }
}

@keyframes typewriter{
	from{width: 0;}
	to{width: 32em;}
}

@keyframes blinkTextCursor{
	from{border-right-color: rgba(255,255,255,.75);}
	to{border-right-color: transparent;}
}

body {
	width: 100%;
}

body::-webkit-scrollbar {
	width: 12px;               /* width of the entire scrollbar */
	display: none;
}
/* Track */
body::-webkit-scrollbar-track {
	background: #272822;
}

/* Handle */
body::-webkit-scrollbar-thumb {
	background: #ac6218;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

#banner {
/*	background: linear-gradient(rgba(0,0,0,0.5), rgba(255,255,255,0.1)), url(images/0.jpg); */
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.2)), url(images/background3.png);
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.authors {
	position: absolute;
	list-style-type: none;
	overflow: show;
	padding: 0;
	left: -400px;
	margin: 20px 0px;
}

.authors img  {
	vertical-align:middle;
}

.authors li {
	font-family: 'Kaushan Script', cursive;
	color: #FFF;
	font-size: 25px;
	margin-bottom: 10px;
	/* transform: translateX(100%);
	transition: transform 0.5s, opacity 2s;
	opacity: 0; */
}

.authors p {
	display: inline-block;

}

.author-text {
	font-family: 'Kaushan Script', cursive;

}

#author1 {
	animation-name: slideRight;
	animation-duration: 1s;
	animation-delay: 5s;
	animation-fill-mode: forwards;
}

#author2 {
	animation-name: slideRight;
	animation-duration: 1s;
	animation-delay: 5.33s;
	animation-fill-mode: forwards;
}

#author3 {
	animation-name: slideRight;
	animation-duration: 1s;
	animation-delay: 5.66s;
	animation-fill-mode: forwards;
}

.icon {
	padding: 0 0 0 20;
	width: 60px;
	height: 60px;
}

.nav {
	position: relative;
	float: right;
	margin: 10px 20px;
}

.menu-icon {
	cursor: pointer;
}

@-webkit-keyframes slide {
	100% { left: 0; }
}

@keyframes slide {
	100% { left: 0; }
}

.banner-text {
	position: relative;
	z-index: 0;
	user-select: none;
	text-align: center;
	color: #FFF;
	padding-top: 180px;

	animation-name: fadeIn;
	animation-duration: 2s;
	animation-fill-mode: forwards;	background-color: transparent;
	
}

.banner-text h1 {
	margin: 150px auto 0;
	font-family: 'Kaushan Script', cursive;
/*	font-family: minecraftFont; */
	font-size: 130px;
}

.line-1 {
	position: relative;
    top: 50%;  
    width: 32em;
    margin: 0 auto;
    border-right: 1px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

.banner-text p {
	font-size: 20px;
	font-style: italic;
	animation: typewriter 4s steps(60) 1s 1 normal both,
	blinkTextCursor 800ms steps(44) infinite normal;
}

.banner-btn {
	margin: 70px auto 0;
}

.play-btn {
	left: -100px;

	border-color: transparent;
	background-image: url('images/play.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 150px auto 0;
	width: 390px;
	height: 88px;
	object-fit:contain;
	transition: all 0.1s ease-in-out;
	cursor: pointer;

	animation-name: slideUp;
	animation-duration: 1s;
	animation-fill-mode: forwards;	background-color: transparent;
	
}

.play-btn:hover {
	background-image: url("images/play_hover.png");

}

.banner-btn a {
	font-family: minecraftFont;
	font-size: 30px;
	width: 150px;
	text-decoration: none;
	display: inline-block;
	margin: 0 20px;
	padding: 15px 60px;
	color: #FFF;
	background-color: rgba(0, 133, 66, 1);
	border: 0.1px solid #333;
	user-select: none;
}

#main-content {
	display: none;
	/*	background: linear-gradient(rgba(0,0,0,0.5), rgba(255,255,255,0.1)), url(images/0.jpg); */
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.2)), url(images/1.jpg);

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}
