 @font-face { font-family: Bebas; src: url('../font/BebasNeue.otf'); }

html {
	margin: 0;
	background-image: url("../images/background.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: auto;

}

input[type=text]{
	width:880px;
	padding:10px;
	margin-top:30px;
	border:5px solid #02CC8F;
	padding-left:10px;
	font-size:30px;
	font-family: Bebas;
	font-weight: 400;


}

textarea {

	width:880px;
	height:200px;
	padding:10px;
	resize:none;
	margin-top:30px;
	border:1px solid #ccc;
	padding-left:10px;
	font-size:30px;
	margin-bottom:20px;
	font-family: Bebas;
	font-weight: 400;
	border:5px solid #02CC8F;

}

input[type=submit] {
    width:100px;
	height:50px;
	margin-bottom: 50px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:30px;
	cursor:pointer;
	border: none;
	color:#02CC8F;
	font-family: Bebas;
	border:5px solid #02CC8F;
}

::-webkit-scrollbar { 
    display: none; 
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 992px) {

#infocontainer {
	margin-top: 50px;
	font-family: Bebas;
	font-size: 25px;
	color:#999999;

}

#externalLinks {
	height:30px;
	width:500px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	text-align: center;
	color: #02CC8F;
	font-family: Bebas;

}

#externalLinks a{
	font-size: 20px;
	text-decoration: none;
	color: #02CC8F;

}

#homeExternalLinks {
	height:30px;
	width:500px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	text-align: center;
	color: #02CC8F;
	display: none;
	font-family: Bebas;

}

#homeExternalLinks a{
	font-size: 20px;
	text-decoration: none;
	color: #02CC8F;

}

#tmp {
	height:48px;
	width: 400px;
	margin-top: 5vh;
	margin-left: auto;
	margin-right: auto;

}

#bountyImage {
	height: 248px;
	width:700px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;

}

#getStarted {
	height:130px;
	width:640px;
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 10vh;
	margin-bottom:10vh;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #02CC8F;
	font-family: Bebas;
	font-size: 130px;
	color: #999999;
	letter-spacing: 10px;
	cursor: pointer;

}

#infoBox {
	height: auto;
	width: 658px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 5vh;
	margin-bottom:3vh;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #02CC8F;
	display: none;


}

#infoText {
	color: #999999;
	font-size: 25px;
	font-family: 'Oxygen', sans-serif;

}

#iama {
	height: 50px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
	font-size: 40px;
	text-align: center;
	font-family: Bebas;
	display: none;

}

#registerSingle {
	height:120px;
	width:680px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 2vh;
	margin-bottom:2vh;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #02CC8F;
	font-family: Bebas;
	font-size: 120px;
	color: #999999;
	cursor: pointer;
	display: none;

}

#registerSingle a {
	font-family: Bebas;
	font-size: 120px;
	color: #999999;
	font-style: none;
	letter-spacing: 2px;
	text-decoration: none;

}

#registerSale {
	height:120px;
	width:680px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 2vh;
	text-align: center;
	margin-bottom:100px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #02CC8F;
	font-family: Bebas;
	font-size: 120px;
	color: #999999;
	cursor: pointer;
	display: none;

}

#registerSale a {
	font-family: Bebas;
	font-size: 120px;
	color: #999999;
	text-align: center;
	letter-spacing: 6px;
	font-style: none;
	text-decoration: none;

}

	#m_wrapper {
		display: none;

	}

	#m_tmp {
		display: none;
	}
	
	#m_logo {
		display: none;

	}

	#m_info{
		display: none;

	}

	#m_iama {
		display: none;

	}

	#m_registerSingle {
		display: none;

	}

	#m_registerSingle a {
		display: none;

	}

	#m_registerSale {
		display: none;

	}

	#m_registerSale a {
		display: none;
	}

	#m_infocontainer {
	margin-top: 50px;
	font-family: Bebas;
	font-size: 25px;
	color:#999999;

	}

	#m_externalLinks {
		display: none;

	}

	#m_homeExternalLinks {
		display: none;

	}
}

@media only screen and (min-width: 200px) and (max-width: 992px) {
	body{
		background-image: url("../images/mobileBackground.png");
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: auto;
	}


	#externalLinks {
		display: none;

	}

	#externalLinks a{
		display: none;

	}

	#homeExternalLinks {
		display: none;

	}

	#tmp {
		display: none;

	}

	#bountyImage {
		display: none;

	}

	#getStarted {
		display: none;

	}

	#infoBox {
		display: none;


	}

	#infoText {
		display: none;

	}


	#iama {
		display: none;

	}

	#registerSingle {
		display: none;
	}

	#registerSingle a {
		display: none;

	}

	#registerSale {
		display: none;

	}

	#registerSale a {
		display: none;

	}

	#infocontainer {
		display: none;

	}

	#m_infocontainer {
	margin-top: 50px;
	font-family: Bebas;
	font-size: 25px;
	color:#999999;

}

	#m_wrapper {
		height: 1300px;
		width:900px;
		margin-left: auto;
		margin-right: auto;

	}

	#m_tmp {
		height:48px;
		width:400px;
		margin-left: auto;
		margin-right: auto;

	}
	
	#m_logo {
		height:280px;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;

	}

	#m_info{
		height: 1300px;
		width: 800px;
		text-align: justify;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 50px;
		margin-bottom:50px;
		margin-left: auto;
		margin-right: auto;
		border: 10px solid #02CC8F;
		color: #999999;
		font-size: 50px;
		font-family: 'Oxygen', sans-serif;

	}

	#m_iama {
		height: 130px;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		color: #999999;
		font-size: 80px;
		text-align: center;
		font-family: Bebas;

	}

	#m_registerSingle {
		height:120px;
		width:800px;
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 15px;
		text-align: center;
		margin-top: 2vh;
		margin-bottom:2vh;
		margin-left: auto;
		margin-right: auto;
		border: 10px solid #02CC8F;
		font-family: Bebas;
		font-size: 120px;
		color: #999999;
		cursor: pointer;

	}

	#m_registerSingle a {
		font-family: Bebas;
		font-size: 120px;
		color: #999999;
		font-style: none;
		letter-spacing: 2px;
		text-decoration: none;

	}

	#m_registerSale {
		height:120px;
		width:800px;
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 15px;
		margin-top: 2vh;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		border: 10px solid #02CC8F;
		font-family: Bebas;
		font-size: 120px;
		color: #999999;
		cursor: pointer;

	}

	#m_registerSale a {
		font-family: Bebas;
		font-size: 120px;
		color: #999999;
		text-align: center;
		letter-spacing: 6px;
		font-style: none;
		text-decoration: none;

	}

	#m_externalLinks {
		height:30px;
		width:500px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		text-align: center;
		font-family: Bebas;
		color: #02CC8F;

	}

	#m_externalLinks a{
		font-size: 20px;
		text-decoration: none;
		color: #02CC8F;

	}

	#m_homeExternalLinks {
		height:30px;
		width:500px;
		margin-top: 100px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		text-align: center;
		color: #02CC8F;
		font-family: Bebas;

	}

	#m_homeExternalLinks a {
		font-size: 20px;
		text-decoration: none;
		color: #02CC8F;
		font-family: Bebas;

	}


}