header, section, aside, footer, nav  {
   display: block;
}

html, body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: white;
}

.logo img{
	width: 200px;
	height: 200px;
	float: left;
}
.header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	justify-content: center;
}
.header h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 70px;
	color: white;
	text-align: center;
	float: left;
}



nav.horizontal {
	height: 70px;
	width: 95%;
	display: flex;
	justify-content: center;
}

/*  */
nav.horizontal li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 34px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	width: 220px;
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
}

/* */
nav.horizontal li a {
	display: block;
	color: white;
	-moz-border-radius: 30px 25px;
	-webkit-border-radius: 40px 40px;
	border-radius: 20px 20px;
	text-decoration: none;	
}

/*  */
nav.horizontal li a:hover {
	background-color: DodgerBlue ;

}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	color: white;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	color: white;
}

.schedule {
display: block;

}

/* .schedule {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	
}

.schedule iframe {
   border: 0;

   left: 0;
   position: absolute;
   top: 0;

} */




*[id^='thephoto'] {
width:400px;
height:400px;
}

/* .activet {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}
	*/	
.columnt{
	display: inline;
    float: left;
    width: 50%;
} 	
/*
.active {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

} 
		
.column{
	display: inline;
	float: left;
    width: 25%;
	 overflow: hidden;
	padding-top: 56.25%;
	position: relative; 
}
*/
.columndoca{
	display: inline;
	float: left;
    width: 50%;
	overflow: hidden;
	position: relative; 
}

.columndoca.H3{
	text-align: center; 
}

.columndocb{
	display: inline;
	float: left;
    width: 50%;
	overflow: hidden;
	position: relative; 
}

.columndocb.H3{
	 text-align: center;
}

.columnra{
	display: inline;
    float: left;
    width: 125px;
}

.columnrb{
	display: inline;
    float: left;
    width: 100px;
}	

.columnrc{
	display: inline;
    float: left;
    width: 100px;
}	

.columnaa{
	display: inline;
    float: left;
    width: 150px;
}

.columnab{
	display: inline;
    float: left;
    width: 150px;
}	

.columnac{
	display: inline;
    float: left;
    width: 350px;
}	

.columnad{
	display: inline;
    float: left;
    width: 100px;
	margin-right: 60px;
	text-align: center;
}	
input[type=checkbox]{
	transform: scale(1.5);

}

input[type=submit]{
	background-color: white;
	font-size: 16px;
	border-radius: 4px;
	padding: 4px 12px;

}

input[type=submit]:hover {
	background-color: green;
}


label{
	font-weight: bold;
	font-size: 24px;
}


/* .column iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 300px;
} */












 


		