




body {
<!--margin-top: 1000px;-->

background: white;
background: white;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}


	/* The navigation bar */
	.navbar {
  	overflow: hidden;
	color: beige;

	text-align: center;
  	background-color: Blue;
	margin-left: 8px;
  	position: fixed; /* Set the navbar to fixed position */
  	top: 0; /* Position the navbar at the top of the page */
 	width: 98.5%; 	
  	}


img {
width: 400px;
display: block;
margin-left: auto;
margin-right: auto;
}

img:hover {
transform: scale(1.0);
}

h1 {
text-align: center;
color: white;
line-height: .9;
Font-size: 25px;
}

h2 {
line-height: .9;
color: white;
text-align: center;
font-size: 17px;
}

h3 {
color: red;
text-shadow: 1px 1px grey;
text-align: center;
margin-left: 80px;
margin-right: 80px;
font-size: 25px;
}

h4 {
text-align: center;
margin-left: 80px;
margin-right: 80px;
color: blue;
font-size: 25px;
}

h7 {
text-align: center;
color: red;
font-size:  25px;
margin-left: 100px;
margin-right: 100px;
<!--padding: 20px 20px 20px 20px;-->
}




a {
color: black;
text-decoration: none;
}

a:hover {
color: red;
}

label {
color: white;
}

.div2 {
margin-left: 85px;
color: white;
}

.input2 {
margin-left: 65px;
color: black;
}

p {
color: blue;
line-height: 1.2;
margin-left: 80px;
margin-right: 80px;
font-size: 20px
}


.button2 {
font-size: 15px;
border: none;
border-radius: 30px;
width: 100px;
height: 30px;
background: white;
border radius: 15px;
line-height: .3;
padding: 0px;
}

.table2 {
margin-left: auto;
margin-right: auto;

}



.button2:hover {
background: red;
color: white;
}










	table {
	margin-left: auto;
	margin-right: auto;
	}

	button {
	background: #66CDAA;
	color: black;
	width: 190px;
	height: 150px;
	border-radius: 0px;
	font-size: 35px;
	padding: 0px;
	text-shadow: 0 0px 0px; 
	border: 1px solid black;
	opacity: 1;
	box-shadow: 0px 0px grey;
	}

	button:hover {
	background: white;
  	color: red;
	}




			.button3 {
			background: blue;
			color: white;
			font-weight: bold;
			margin-left: auto;
			margin-right; auto;
			line-height: 1.5;	
			width: 800px;
			height: 100px;
			border-radius: 15px;
			font-size: 30px;
			padding: 5px;
			text-shadow: 0 0px 0px 
			border: 1px solid black;
			opacity: .9;
			box-shadow: 0px -0px 0px red;
			}

			.button3:hover {
			background: white;
  			color: red;
			}


	.td2 {
	background-color: beige;
	border: 2px solid blue;
	font-size: 100px
	cellspacing: 50px;
	border-radius: 15px;
	padding: 10px 30px 10px 30px;
	}

	.td2:hover {
	background: red;
  	color: white;
	}



	.table3 {
	margin-left: auto;
	margin-right: auto;
	}

	.td3 {
	margin-left: auto;
	margin-right: auto;
	background-color: light green;
	color: white;
	border-radius: 15px;
	cellspacing: 50px;
	padding: 10px 30px 10px 30px;
	}
	.td3:hover {
	background: white;
	color: red;
	}





		
	* {box-sizing: border-box}
	body {font-family: Verdana, sans-serif; margin:0}
	.mySlides {display: none}
	img {vertical-align: middle;}

	/* Slideshow container */
	.slideshow-container {
	max-height: 1000px;
	max-width: 1200px;
	
  	position: relative;
  	margin: auto;
	}

	/* Next & previous buttons */
	.prev, .next {
  	cursor: pointer;
  	position: absolute;
  	top: 50%;
  	width: auto;
  	padding: 16px;
  	margin-top: -22px;
  	color: black;
  	text-shadow: 10px 0px white;
  	font-weight: bold;
  	font-size: 50px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
  	user-select: none;
	}

	/* Position the "next button" to the right */
	.next {
  	right: 0;
  	border-radius: 3px 0 0 3px;
	}

	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
  	background-color: white;
	color: red;
	}

	/* Caption text */
	.text {
  	color: black;
  	text-shadow: 2px -2px white;
  	font-size: 25px;
  	padding: 8px 12px;
  	position: absolute;
  	bottom: 8px;
  	width: 100%;
  	text-align: center;
	}

	/* Number text (1/3 etc) */
	.numbertext {
  	color: black;
  	text-shadow: 2px -2px white;	
  	font-size: 25px;
  	padding: 8px 12px;
  	position: absolute;
 	top: 0;
	}

	/* The dots/bullets/indicators */
	.dot {
  	cursor: pointer;
  	height: 20px;
  	width: 20px;
  	margin: 0 2px;
  	background-color: beige;
  	border-radius: 100%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
	}

	.active, .dot:hover {
  	background-color: black;
	}

	/* Fading animation */
	.fade {
  	-webkit-animation-name: fade;
  	-webkit-animation-duration: 3s;
  	animation-name: fade;
  	animation-duration: 1.5s;
	}

	@-webkit-keyframes fade {
  	from {opacity: .4} 
  	to {opacity: 1}
	}

	@keyframes fade {
  	from {opacity: .2} 
  	to {opacity: 1}
	}

	/* On smaller screens, decrease text size */
	@media only screen and (max-width: 300px) {
  	.prev, .next,.text {font-size: 11px}
	}










