@import url("../../common/css/ionicons.min.css");
@import url('https://fonts.googleapis.com/css?family=VT323');

/* Body
---------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

html {
	background: #000;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

body {
	font: 15px/30px 'VT323', monospace!important;
	font-weight: normal;
	color: #575859;
}

/* links
---------------------------------------------------------------------- */
a,
a:visited {
	outline: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: white;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'VT323', monospace;
	color: #575859;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
}

h4 {
	font-size: 17px;
	line-height: 30px;
}

h5 {
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 15px 0 15px 0;
}

p img {
	margin: 0;
}

small {
	font-size: 11px;
	line-height: inherit;
}

/* Lists
--------------------------------------------------------------------- */
ul,
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
	margin-left: 17px;
}

dl {
	margin: 0 0 15px 0;
}

dt {
	margin: 0;
	color: #33ff33;
}

dd {
	margin: 0 0 0 20px;
}

/* Floated image
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
}

img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* Style Placeholder Text
--------------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder {

	/* Firefox 18- */
	color: black;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color: black;
}

:-ms-input-placeholder {
	color: black;
}

.placeholder {
	color: black !important;
}



/*
/* 04. forms
/* =================================================================== */
form {
	margin-bottom: 24px;
}

fieldset {
	margin: 0 0 24px 0;
	padding: 0;
	border: none;
}

input,
button {
	-webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	display: block;
	padding: 12px 15px;
	margin: 0 0 12px 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #a3a4a6;
	font-family: "montserrat-regular", sans-serif;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	max-width: 100%;
	background: transparent;
	border: 3px solid #a9aaab;
}

textarea {
	min-height: 162px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: white;
}

label,
legend {
	margin: 12px 0;
	color: #252525;
	display: block;
}

label span,
legend span {
	color: #575859;
}

input[type="checkbox"],
input[type="radio"] {
	font-size: 15px;
	color: #575859;
}

input[type="checkbox"] {
	display: inline;
}

/*
/* 05. =content styles
/* =================================================================== */
.browserupgrade {
	text-align: center;
	padding: 15px 30px;
	background: white;
}

#content-wrap {
	min-height: 100%;
	padding-top: 6%;
	z-index: 200;
}

@media only screen and (max-width:900px) {
	#content-wrap {
		padding-top: 9%;
	}

}

@media only screen and (max-width:768px) {
	#content-wrap {
		padding-top: 13%;
	}

}

@media only screen and (max-width:600px) {
	#content-wrap {
		min-height: auto;
		padding-top: 60px;
	}

}

@media only screen and (max-width:400px) {
	#content-wrap {
		padding-top: 54px;
	}

}

/* main
------------------------------------------ */
main.row {
	max-width: 700px;
}

main {
	text-align: center;
}

main::after {
	content: "";
	display: block;
	height: 150px;
}

main h1 {
	font: 38px/1.2em 'VT323', monospace!important;
	color: #33ff33;
	margin-bottom: 12px;
	padding: 0;
}

main p {
	font: 17px/36px 'VT323', monospace!important;
	color: #fff;
	margin-bottom: 18px;
	padding: 0;
}

@media only screen and (max-width:900px) {
	main.row {
		width: 85%;
	}

	main h1 {
		font: 35px/1.2em 'VT323', monospace!important;
	}

	main p {
		font: 16px/30px "montserrat-regular", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 30px 0;
	}

}

@media only screen and (max-width:768px) {
	main.row {
		width: 92%;
	}

	main h1 {
		font: 32px/1.2em 'VT323', monospace!important;
	}

	main p {
		font: 15px/30px "montserrat-regular", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 24px 0;
	}

}

@media only screen and (max-width:500px) {
	main.row {
		width: 96%;
	}

	main h1 {
		font: 30px/1.2em 'VT323', monospace!important;
	}

	main p {
		line-height: 27px;
	}

	main::after {
		height: 78px;
	}

}

@media only screen and (max-width:400px) {
	main.row {
		width: 100%;
	}

	main h1 {
		font: 28px/1.2em 'VT323', monospace!important;
	}

	main p {
		font: 14px/27px "montserrat-regular", sans-serif;
	}

}

/* countdown
------------------------------------------ */
#countdown {
	width: 90%;
	color: white;
	text-align: center;
	margin: 18px auto 0;
}

#countdown > span {
	font: 62px/1em 'VT323', monospace!important;
	display: block;
	padding: 12px 0 30px;
	min-width: 25%;
	float: left;
}

#countdown > span em {
	font: 11px/18px 'VT323', monospace!important;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 3px;
	display: block;
	color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width:900px) {
	#countdown {
		width: 92%;
	}

	#countdown > span {
		font: 58px/1em 'VT323', monospace!important;
	}

}

@media only screen and (max-width:768px) {
	#countdown {
		width: 100%;
	}

	#countdown > span {
		font: 52px/1em 'VT323', monospace!important;
	}

}

@media only screen and (max-width:600px) {
	#countdown {
		margin-bottom: 24px;
	}

	#countdown > span {
		font: 48px/1em 'VT323', monospace!important;
	}

}

@media only screen and (max-width:500px) {
	#countdown {
		margin-bottom: 12px;
	}

	#countdown > span {
		font: 37px/1em 'VT323', monospace!important;
	}

	#countdown > span em {
		font: 9px/18px "montserrat-regular", sans-serif;
		letter-spacing: 1.5px;
	}

}

@media only screen and (max-width:400px) {
	#countdown > span {
		font: 31px/1em 'VT323', monospace!important;
	}

	#countdown > span em {
		font: 8px/18px "montserrat-regular", sans-serif;
		letter-spacing: 1px;
	}

}

.subscribe {
	clear: both;
	width: 75%;
	margin: 6px auto 30px;
}

.subscribe input {
	display: inline-block;
	float: left;
	border: none;
	font-size: 15px;
	font-family: 'VT323', monospace!important;
}

.subscribe input[type="email"] {
	height: 54px;
	color: #fff;
	line-height: 30px;
	padding: 12px 15px 12px 20px;
	border-radius: 3px 0 0 3px;
	background: rgba(255, 255, 255, 0.25);
	width: 70%;
}

.subscribe input[type="submit"] {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
	height: 54px;
	padding: 12px 25px 12px 25px;
	border-radius: 0 3px 3px 0;
	background: white;
	width: 30%;
	text-align: center;
	color: black;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.subscribe input[type="submit"]:hover {
	background: #33ff33;
}

.subscribe label {
	clear: both;
	display: block;
	width: 100%;
	min-height: 30px;
	font-family: "montserrat-regular", sans-serif;
	color: white;
}

.subscribe label i {
	color: #33ff33;
	margin-right: 5px;
}

@media only screen and (max-width:900px) {
	.subscribe {
		width: 70%;
	}

	.subscribe input[type="email"] {
		width: 60%;
	}

	.subscribe input[type="submit"] {
		width: 40%;
	}

}

@media only screen and (max-width:768px) {
	.subscribe {
		width: 80%;
		margin-bottom: 30px;
	}

	.subscribe input[type="email"] {
		width: 55%;
	}

	.subscribe input[type="submit"] {
		width: 45%;
	}

}

@media only screen and (max-width:600px) {
	.subscribe {
		width: 100%;
		margin-bottom: 24px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.subscribe input[type="email"] {
		width: 100%;
		float: none;
		margin-bottom: 0;
		border-radius: 3px 3px 0 0;
		text-align: center;
	}

	.subscribe input[type="submit"] {
		width: 100%;
		float: none;
		border-radius: 0 0 3px 3px;
	}

}

@media only screen and (max-width:400px) {
	.subscribe {
		padding-left: 0;
		padding-right: 0;
	}

}

.social-links ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 2.7rem;
}

.social-links ul li {
	display: inline-block;
	padding: 0 .9rem;
}

.social-links ul li:last-child {
	padding-right: 0;
}

.social-links ul li a {
	color: #fff;
}

.social-links ul li a:hover,
.social-links ul li a:focus {
	color: #33ff33;
}

@media only screen and (max-width:600px) {
	.social-links ul {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width:500px) {
	.social-links ul {
		font-size: 2.1rem;
	}
	.social-links ul li {
		padding: 0 .6rem;
	}
}
@media only screen and (max-width:380px) {
	.social-links ul {
		font-size: 2rem;
	}
	.social-links li {
		padding: 0 .3rem;
	}
}

/**
 * Pong
 */

.pong-table {
	z-index: 100;
}

#ball {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: 1px solid #33ff33;
	background-color: #33ff33;
	position: absolute;
	top: 75px;
	left: 75px;
}

#bar {
	display: block;
	width: 75px;
	height: 10px;
	border: 1px solid #33ff33;
	background-color: #33ff33;
	position: absolute;
	bottom: 0px;
	left: 75px;
}