body {
	background-image: url("img/body.jpg");
}

header {
	background-color: #8FD7FC;

}
.pagetitle {
	text-align: center;
	font-size: 56px;
	font-style: bold;
	background-color: black;
  padding: 50px;
  background-image: url("img/topbanner.jpg");
  color: white;
  border-radius: 10px 10px 0px 0px;
}
.nav li {
	text-align: center;
  color: black;
 	padding: 14px 16px;
 	text-decoration: none;
 	border: 3px solid black;
 	font-size: 17px;
 	display: inline-block;
  margin: auto;
  border-radius: 0px 0px 10px 10px;
}

.nav a {
	display: inline-block;
	text-align: center;
	margin-left: 500px;
  

}
.topnav {
  background-color: #333;
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 100px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.welcome {
  text-align: center;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 200px;
  width: 1500px;
  border-radius: 10px 10px 20px 20px;
  margin-left: auto;
  margin-right: auto;
}

.welcome span {
  background-color: gray;
  border-radius: 10px;
  padding: 8px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.whytitle {
  text-align: center;
  font-size: 24px;
  padding-top: 20px;
  background-color: #003399;
  height: 70px;
  width: 400px;
  border-radius: 10px;
  color: white;
  margin:auto;
}

.column {
  float: left;
  width: 33.33%;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}

.column ctitle {
  font-size: 32px;
  padding: 10px;
  border: 2px solid gray;
  border-radius: 5px;
}

.info:after {
  content: "";
  display: table;
  clear: both;
}

form {
  width: 50%;
  text-align: center;
  position: fixed;
  left: 25.3%;
}

.video {
  display: block;
  text-align: center;
  margin: 0 auto;
  }
footer {

}

