*{
	margin: 0 auto;
	text-align: center;
}
body{
	font-family: "Exo" ,sans-serif;
	font-size: 15px;
	background-color: #000000;
}

/* index.htm */
#wrapper{
	width: 100%;
	height: 95%;
	background-color: #FFD900;
}
#wrapper #logo{
	padding-top: 5%;
}
#wrapper #form{
	margin-top: 18px;
	padding-bottom: 5%;
}


/* Search Input */
input.search{
	color: #0C0D0F;
	line-height: 20px;
	border-radius: 18px;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
	max-width: 584px;
	border: 1px solid #000000;
	padding: 0 15px 0 16px;
	vertical-align: middle;
	display: inline;
	text-align: left;
}
input.search:focus{
	outline: none;
}
input.button{
	position: relative;
	margin-left: 8px;
	top: initial;
	right: initial;s
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	height: 40px;
	vertical-align: bottom;
}



#about a{
	text-decoration: none;
	color: #000000;
}
#about a:hover{
	text-decoration: underline;
}



@media (max-width:767px) {
	#wrapper #logo img{
		padding-top: 18%;
		width: 220px;
	}

	#wrapper input.search{
		width: 85%;
	}

	#about{
		margin-top: 85%;
	}


	#footer{
		padding-left: 0px;
		text-align: center;
		width: 100%;
	}
}