body{
	background-color: whitesmoke;
	background-image:;
	background-repeat: no-repeat;
	background-size: 100vw 100vh;
	font-family: monospace;
	color:;
	text-shadow:;
	font-size: large;
}
main, aside{
	height: 42vh;
	padding-right: 5%;
	padding-left: 5%;
}
main img{
	width: 50%; 
	height: 50%;
}
nav, footer{
	height: 5vh;
	width: 100%;
}
li{
	list-style-type: none;
	list-style-position: unset;
	display: inline-block;
	text-align: center;
	width: 10%;	
}
nav li:hover {
	width: 10%;
	background-color: lightgrey;
	border-radius: 10px;
}
[required] {
	border-right-style: solid;	
	border-right-width: 2px;
	border-right-color: #ff0000;
}
[type="text"]
#email,
select,
#code{
	width: 5%;
	height: 30%;
	padding: 2px;
	margin-top: 3px;
}
label{
	display: inline-block;
	width: 20%;
	margin-top: 3px;
	font-weight: bolder;
}
}
@media only screen and (max-width:956px) and (min-width:715px){
	body{
		background-image: ;
	}
	nav li{
		margin-right: 5%;
		font-size: small;
	}
	main img{
		margin-left: 10%;
	}
	main, aside{
		font-size: small;
	}
	footer img{
		width: 30%;
		height: 30%;
	}
}
@media only screen and (max-width:714px){
	body{
		background-image:;
		font-size: smaller;
	}
	body #itext{
		text-align: center;
	}
	nav li{
		margin-top: 2%;
		margin-right: 8%;
		font-weight: bold;
	}
	main td,aside td{
		display: inline-table;
		text-align: justify;
		width: 100%;
	}
	main img{
		display: ;
		height: 25%;
		width: 25%;
		margin-left: 40%;
	}
	nav li:hover {
		width: 15%;
	}
	footer img{
		width: 48%;
		height: 48%;
	}
	footer li{
		margin-right: 5%;
	}
	#ltext{
		text-align: center;
	}
}
@media only screen and (max-height:500px){
	body{
		font-size: x-small;
	}
	aside{
		display: ;
	}
	main, aside{
		height: auto;
	}
	main img{
		display: ;
		height: 20%;
		width: 20%;
		margin-left:1%;
	}
	main td{
		display:;
	}
	footer img{
		width: 25%;
		height: 25%;
	}
}