html, body {
	margin: 0 auto; 
}

body{
	font-family: “Century Gothic”, CenturyGothic, AppleGothic, sans-serif;
}

#title {
	background-image: url('images/logolarge.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	width: 100%;
	height: 200px;
	margin: 0;
	text-align:right;
	z-index: 1;
}

#slideshow {
	width: 2000px;
	text-align: center;
	color: white;
}

.slides {
	display: none;
}

#slidetext {
 color: white;	
 font-size: 18pt;
 position: absolute;
 top: 350px;
 right: 50px;
 width: 500px;
}

.learnmore:hover {
	background: #809ACF;
}

.learnmore a:link, a:visited, a:hover {
	text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #809ACF;
}

li {
    float: right;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #3B5A98;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

#container {
	width: 80%;
	height: 100px;
	margin: 0 auto;
}

#container h1{
	font-family: "Cooper Black";
}

#container a:hover {
	color: #226666;
}

.column1 h1 {
	color: #E45049;
}

.column1{
	width: 30%;
	height: 300px;
	float: left;
	padding: 15px;
	background: #DDE6F8;
	margin: auto;
	border-radius: 30px;
}

#meet h1 {
	color: white;
}

#meet p {
	width: 400px;
	padding: 20px 20px 20px 200px;
}

#myCanvas {
	/*width: 100%; 
	height: 200px;*/ 
}

#meet {
	color: white;
	padding-left: 100px;
	clear:both;
	background: #E45049;
	height: 600px;
	border-radius: 30px;
}

#meet img {
	float:right;
	padding-right: 10%;
}

.twocolumn1 h1 {
	color: #E45049;
}

.twocolumn1{
	margin: 10px;
	width: 46%;
	padding: 15px;
	float:left;
	border-radius: 10px;
}

.column1 img{
	float: left;
	padding: 10px;
}

.column2 img{
	float: left;
	padding: 10px;
}

.column3 img{
	float: left;
	padding: 10px;
}

#copyright{
	color: white;
	clear: both;
	text-align: center;
	background: #809ACF;
}

table, th, td {
	border: 1px solid #809ACF;
	border-collapse: collapse;
}

th {
	background: #809ACF;
	color: white;
}


.header {
	color: white;
	font-size: 3px;
}

td:first-child {
	vertical-align: top;
}

.content {
	background-color: white;
	width: 90%;
	height: 10%;
}

.right {
	float: right;
}

tr {
	margin: 20px;
}

td{
	padding: 10px;
	width: 50%;
}

img {
	max-height: 100%;
	max-width: 100%;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
}

p.validator {
	clear: both;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

table.center img {
	width: 65px;
	margin-left: auto;
	margin-right: auto;
}

table.center td {
	overflow: hidden;
	padding: 0;
	font-size:.7em;
}

@media screen and (max-width: 1300px) {
.column1{
	width: 40%;
	height: 300px;
	float: left;
	padding: 10px;
	background: #DDE6F8;
	margin: 10px;
	border-radius: 20px;
}

.column1 img{
	display: none;
}

.twocolumn1{
	margin: 10px;
	width: 90%;
	padding: 15px;
	float:left;
	border-radius: 30px;
}
	
	
}

@media screen and (max-width: 700px) {

#title {
	background-image: url('images/logo200.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	width: 100%;
	height: 200px;
	margin: 0;
	text-align:right;
	z-index: 1;
}

.column1{
	width: 90%;
	height: 300px;
	float: left;
	padding: 10px;
	background: #DDE6F8;
	margin: 10px;
	border-radius: 20px;
}

#meet p {
	width: 100%;
	padding: 10px 10px 10px 10px;
}

#meet {
	color: white;
	padding: 10px 10px 10px 10px;
	clear:both;
	background: #E45049;
	height: auto;
	border-radius: 30px;
}
	
#meet img{
	display:none;
}

li {
    float: none;
    display: inline-block;
}

#slideshow img{
	display: none;
}

#slideshow {
	background: url('images/slidesmall.jpg');
}

.slides{
	display: none;
}

#slidetext{
		position: static;
		width: 80%;
		z-index: -1;
}