/*
index.css
© 2015 Paul Krishnamurthy
*/

@font-face {
	font-family: RobotoLight;
	src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
	font-family: RobotoThin;
	src: url("../fonts/Roboto-Thin.ttf");
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}

/*#container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}*/



#main .title {
	font-family: RobotoLight;
	font-size: 40px;
	text-align: center;
	color: #000;
	padding-top: 15px;
}

#main .js {
	font-size: 50px;
}

#main .descrip {
	font-family: RobotoThin;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	color: #000;
}

.codePreview {
	display: block;
	margin: 0 auto;
}

#effects {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: 50px;
	font-family: RobotoLight;
	font-size: 20px;
	font-weight: bold;
	outline: none;
	margin-top: 10px;/*30px;*/
	margin-bottom: 10px;
	opacity: .7;
	border-radius: 5px;
}

option {
	font-family: RobotoLight;
	background-color: #F1F1F1;
	margin-top: 3px;
}

option:hover {
	background-color: #000;
}

/*::selection {
  background-color: rgba(0, 0, 0, .1);
}
::-moz-selection {
  background-color: rgba(0, 0, 0, .1);
}*/