




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: yellow;
	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;
border: 5px solid black;
}

img:hover {
border: 5px solid red;
}

.homepagebanner {
background-color: yellow;
overflow: hidden;
}

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

h2 {
line-height: .4;
color: green;
text-align: center;
font-size: 17px;
padding: none;
margin-bottom: -1px;
}

h3 {
color: green;
}

h4 {
margin-left: 80px;
margin-right: 80px;
color: green;
}

a {
color: Green;
text-decoration: none;
text-align: center;
}
a:hover {
color: red;
background-color: white;
border-radius: 16px;
padding: 0px 15px 0px 15px;
}

.a1:hover {
color: white;
background-color: green;
padding: 0px 0px 0px 0px;
}


label {
color: green;
font-weight: bold;
}

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

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

p {
color: green;
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: #ff5050;
border radius: 15px;
line-height: .3;
padding: 0px;
}

.table2 {
padding: 0px;
}

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

}




.navtable {
margin-left: auto;
margin-right: auto;
padding: none;
margin-top: -15px;
}

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

td {
margin-left: 5px;
margin-right: 5px;
padding-right: 20px;
padding-left: 20px;
}

td:hover {
background-color: none;
border-radius: 0px;
}

.td2 {
background-color: white;
}

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





	table {
	margin-left: 50px;
	margin-right: 50px;
	padding: 0px;
	}

	button {
	background: yellow;
	color: green;
	width: 130px;
	height: 130px;
	border-radius: 30px;
	font-size: 25px;
	padding: 5px;
	text-shadow: 0 0px 0px; 
	border: 1px solid black;
	opacity: 1;
	box-shadow: 10px -10px grey;
	}

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










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

	/* Slideshow container */
	.slideshow-container {
	max-width: 500px;
	
  	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: 4px 0px white;
  	font-weight: bold;
  	font-size: 18px;
  	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: 12px;
  	padding: 8px 12px;
  	position: absolute;
 	top: 0;
	}

	/* The dots/bullets/indicators */
	.dot {
  	cursor: pointer;
  	height: 20px;
  	width: 20px;
  	margin: 0 2px;
  	background-color: white;
  	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}
	}










