body{
	min-height: 100vh;
	margin:0;
	display:grid;

	header{
		min-height: 50px;
	}
	main{
		flex:1;
	}
	
  font-family: "MedievalSharp", cursive;
  font-weight: 400;
  font-style: normal;


	background-image: url('../_images/mainbackground.png');
	background-repeat: no-repeat;
	background-attachment: fixed;

		h1{
		font-size:140px;
		text-shadow: 3px 3px #F2F0EF;

		}
		h2{
			font-size: 80px;

			text-shadow: 3px 3px #F2F0EF;

			background-color:#F2F0EF ;

			opacity:.7;

		width:fit-content;
		}

	p{
		font-size: 30px;

		text-shadow: 2px 2px #F2F0EF;

		background-color:#F2F0EF ;

		width:fit-content;
	opacity:.7;
	}

	ul{
		padding:0px;
		margin:0px;
		list-style:none;

	}
	ul li{
		font-size:40px;

		float:left;

		width:350px;

		height:40px;

		background-color:#F2F0EF;

		opacity:.7;

		line-height:40px;

		text-align:center;

		margin-right: 3px;
	}

ul li a{
	text-decorations: none;

	color: ##000000;

	display: block;



}

ul li a:hover {
	background-color:#5CFF5C;
}
ul li ul li{
	display:none;
}
ul li:hover ul li{
	display: block;
}
a:link{
	color: #000000;
}
a:visited{
	color:#00674F;
}

footer{
	
	background-color:#F2F0EF ;
	opacity:.7;
	font-size: 20px;
	width:fit-content;
	min-height: 50px;
}
.Imageborder{
	border-width:3px;
	border-color: ##FF2EFF;
}

h3{
	font-size: 20px;
}

input[type=submit] {
  background-color:  #FAF9F6;
  color: #000000;
  padding: 12px 20px;
  border:none;
  border-radius: 4px;
 }
 input[type=submit]:hover {
  background-color: #57B9FF;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 25px;
}

input[type=text], select, textarea {
  width: 100%; 

  padding: 12px; 

  border: 3px solid #ccc;

  border-radius: 5px; 

  box-sizing: border-box;

  margin-top: 6px; 
  margin-bottom: 16px;
}