body {
	background: url("/img/odiwmmm.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
	font-family: arial;
}

h1, h3, h4 {
	font-family: Impact;
	color: #FFFFFF;
}

h4 {
	font-family: arial;
	font-weight: bold;
}

.searchBox {
	margin-top: 20px;
}

.response {
	color: #FFFFFF;
	margin-top: 30px;
	font-size: 15px;
	background-color:rgba(0, 0, 0, 0.5);
	padding: 15px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 25px;
	text-align: center;
}

#inputName.error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

#inputName.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

#inputName.error::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}