@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body,html {
	margin:0; padding:0;
	background-color:#FFF;
	width:100%; height:100%;
	font-family:'Lato',Arial, sans-serif;
	font-size:14px;
	color:#333;
	overflow-x: hidden;
}
div {
	position:relative;
}

h1, h2, h3, h4 {
	font-family:'Raleway';
}
h2 {
	font-size:25px;
	margin-top:0;
	margin-bottom:0;
}
h3 {
	font-size:20px;
	margin-top:0;
	color:#999;
}


h1 {
	color:#44b580;
	font-size:25px;
}
.list-group-item-text {
	color:#666;
}


.wrapper {
	width:100vw; height:100vh;
}

.page {
	position:absolute;
	width:100vw; min-height:100%;
	z-index:1;
	left:0; top:0;
	background-color:#FFF;
}
.subpage {
	position:absolute;
	width:100vw; min-height:100%;
	left:0; top:0;
	background-color:#FFF;
	z-index:2;
}
.subpage + .subpage {
	z-index:3;
}
.subpage + .subpage + .subpage {
	z-index:4;
}
.subpage + .subpage + .subpage + .subpage {
	z-index:5;
}
.subpage + .subpage + .subpage + .subpage + .subpage {
	z-index:6;
}
.subpage + .subpage + .subpage + .subpage + .subpage + .subpage {
	z-index:7;
}

.closeSubBtn {
	background-color: #ABD54B;
}
.btn.mute {
	opacity: 0.5;
}
.battleScreens {
	display: none;
}


.rankings {
	margin-top: 10px;
}
.rankingBtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	color: #2CA29E;
	background-color: #efefef;
	text-align: center;
	padding-top: 11px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 600;
}
.rankingBtn.active {
	background-color:#2CA29E;
	color:#FFF;
}