body {
	background-color: #BFD6E3;
	font-family: Verdana, sans-serif;
	
	background-image: url("https://eyfey.neocities.org/StreamZone/tileBG.gif");
	background-size: 125px;
	background-repeat: repeat;

	h2 {
		color: #245470;
	}
	
}

.removeLinks {

		a:link {
		  text-decoration: none;
		}

		a:visited {
		  text-decoration: none;
		}

		a:hover {
		  text-decoration: none;
		}

		a:active {
		  text-decoration: none;
		}
}


* {
	box-sizing: border-box;
	
}

.row::after {

	content: "";
	clear: both;
	display: table;
	

}

[class*="col-"] {
	float: left;
	padding: 15px;
}

.header {
	border-radius: 15px;
	text-align: center;
	background-color: #ffffff;
	color: #245470;
	padding: 15px;
	box-shadow:0px 0px 0px 3px #7095AB inset;
	outline-radius: 15px;
	outline: 2px solid #7095AB;
	outline-offset: -7px;
	margin-bottom: 12px;
	
	h1 {
		color: #245470;
	}
	
}

.text {
	border-radius: 15px;
	text-align: center;
	background-color: #ffffff;
	padding: 0px 25px 10px 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow:0px 0px 0px 2px #7095AB inset;
	h1 {
		color: #245470;
	}
	
	img{
		width:100%;
		max-width:225px;
	}
	
}

#headerTable {
	margin: auto;
	margin-top: 15px;
	margin-bottom: auto;
}

.uncenter {
	text-align: left;
}

.menuWhite, .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
		a:link {
		  text-decoration: none;
		}

		/* visited link */
		a:visited {
		  text-decoration: none;
		}

		/* mouse over link */
		a:hover {
		  text-decoration: none;
		}

		/* selected link */
		a:active {
		  text-decoration: none;
		}
}

.menuWhite li {
	border-radius: 10px;
	padding: 8px;
	margin-bottom: 7px;
	background-color: #ffffff;
	color: #245470;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}

.menuWhite li:hover {
	background-color: #58bfff;
	color: #ffffff;
	
		a:link {
		  color: #ffffff;
		  text-decoration: none;
		}

		/* visited link */
		a:visited {
		  color: #EAF3F9;
		  text-decoration: none;
		}

		/* mouse over link */
		a:hover {
		  color: #ffffff;
		  text-decoration: none;
		}

		/* selected link */
		a:active {
		  color: blue;
		  text-decoration: none;
		}
}

.menu li {
	border-radius: 10px;
	padding: 8px;
	margin-bottom: 7px;
	background-color: #7095AB;
	color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}

.menu li:hover {
	background-color: #58bfff;
	color: #ffffff;
	
		a:link {
		  color: #ffffff;
		  text-decoration: none;
		}

		/* visited link */
		a:visited {
		  color: #EAF3F9;
		  text-decoration: none;
		}

		/* mouse over link */
		a:hover {
		  color: #ffffff;
		  text-decoration: none;
		}

		/* selected link */
		a:active {
		  color: blue;
		  text-decoration: none;
		}
}

.aside {
	border-radius: 20px;
	background-color: #ffffff;
	padding: 15px;
	color: #245470;
	text-align: center;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
	background-color: #7095AB;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}

/* For mobile phones: */
[class*="col-"] {
	width: 100%;
}

@media only screen and (min-width: 600px) {
	/* For tablets: */
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
}