.formBox{
	text-align: center;
	top: 30%;
	position: absolute;
	background-color: white;
	color: gray;
	padding: 10px 20px 20px 20px;
	min-width: 50%;
	max-width: 50%;
	left: 22.5%;
	text-align: left;
	font-size: 2vh;
	outline: 1px solid gray;
	outline-offset: -5px;
	border-radius: 5px;
}

.fullPage{
	height: 100vh;
	padding: 0;
	position: relative;
	background: url("./image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	margin:0;
	text-align: center;
	overflow: hidden;
}

.inputBox{
	width: 90%;
	height: 30px;
	margin: 3%;
	border:none;
	border-bottom: 2px solid gray;
	background-color: rgba(0,0,0,0);
	font-size: 90%;
}

.leftInputBox{
	width: 40%;
	height: 30px;
	margin: 3%;
	border:none;
	border-bottom: 2px solid gray;
	background-color: rgba(0,0,0,0);
	font-size: 70%;
	float: left;
	padding-right: 0;
}

.rightInputBox{
	width: 40%;
	height: 30px;
	margin: 3%;
	border:none;
	border-bottom: 2px solid gray;
	background-color: rgba(0,0,0,0);
	font-size: 70%;
	float: right;
	padding-left: 0;
}

.leftText{
	height: 0.5vh;
	width: 50%;
	margin: 0%;
	float: left;
	padding-right: 0;
}

.rightText{
	height: 1vh;
	width: 50%;
	margin: 0%;
	float: left;
	padding: 0;
}

.message{
	font-size: 2vh;
}

h2{
	color:black;
	padding: 0;
	font-size: 150%;
}

h1{
	top: 5%;
	position: absolute;
	background-color: white;
	color: black;
	padding: 20px;
	min-width: 50%;
	max-width: 50%;
	left: 22.5%;
	text-align: center;
	font-size: 3vh;
	outline: 1px solid gray;
	outline-offset: -5px;
	border-radius: 5px;
}

button{
	width: 100%;
	background-color: #225590;
	border: none;
	padding: 10px;
	color: white;
	font-weight: bold;
	border-radius: 5px;
}

button:hover {
	background-color: rgba(34,85,144, 0.8);
}

.filter{
	width: 100%;
	height: 100%;
	background-color:rgba(34,85,144, 0.6);
}

