*{
	margin: 0;
	padding: 0;
}

header {
	position: static;
	margin-top:0px;
	height:50px;
	width:100%;
	background-color:#38618C;
}

@font-face {
	font-family: "raphtalia";
	src: url('../fonts/raphtalia.otf');
}

@font-face {
	font-family: "caviar";
	src: url('../fonts/caviar.ttf');
}

nav {
	font-size: 16px;
	text-align:right;
}

ul#nav {
	list-style:none;
	padding-right:10px;
	padding-top:15px;
	float: right;
	width: 1200px;
}

li.menu {
	color:white;
	display: inline-block;
	padding: 0 40px;
}

li.menu:hover {
	text-decoration: underline;
}

h1 {
	position:absolute;
	top: 20%;
	left: 50%;
	transform:translate(-50%, -50%);
  	font-size: 60px;
	color: #38618C;
}

h2 {
	position:absolute;
	top: 60%;
	left: 50%;
	transform:translate(-50%, -50%);
  	font-size: 30px;
	color: black;
}

#label1 {
	position:absolute;
	top: 40%;
	left: 50%;
	transform:translate(-50%, -50%);
  	font-size: 30px;
	color: #38618C;
	display: block;
	width: 50%;
	text-align: left;
}

#input1 {
	width: 100px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	outline: none;
	font-family: "caviar";
	border: 2px solid #38618C;
}

#label2 {
	position:absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
  	font-size: 30px;
	color: #38618C;
	display: block;
	width: 50%;
	text-align: left;
}

#input2 {
	width: 300px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	outline: none;
	font-family: "caviar";
	border: 2px solid #38618C;
}

#label3 {
	position:absolute;
	top: 60%;
	left: 50%;
	transform:translate(-50%, -50%);
  	font-size: 30px;
	color: #38618C;
	display: block;
	width: 50%;
	text-align: left;
}

#input3 {
	width: 100px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	outline: none;
	font-family: "caviar";
	border: 2px solid #38618C;
}

#label4 {
	position:absolute;
	top: 70%;
	left: 50%;
	transform:translate(-50%, -50%);
  	font-size: 30px;
	color: #38618C;
	display: block;
	width: 50%;
	text-align: left;
}

#input4 {
	width: 100px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	outline: none;
	font-family: "caviar";
	border: 2px solid #38618C;
}

#label5 {
	position:absolute;
	top: 80%;
	left: 50%;
	transform:translate(-50%, -50%);
  	font-size: 30px;
	color: #38618C;
	display: block;
	width: 50%;
	text-align: left;
}

#valid {
	position:absolute;
	top: 95%;
	left: 50%;
	transform:translate(-50%, -50%);
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-color: white;
	color: black;
	border: 2px solid #38618C;
	font-family: "caviar";
}

select {
	width: 45%;
	padding: 16px 20px;
	border: 2px solid #38618C;
	background-color: white;
	outline: none;
	font-family: "caviar";
}

::-webkit-scrollbar {
	width:3px;
}

::-webkit-scrollbar-thumb {
	background-color: black;
}