html {
    height: 100%;
    overflow: auto;
	padding: 0;
    margin: 0;  
}
body {
    height: 100%;
	padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
}
.top {
    height: 65px;
	padding: 3;
    margin: 3;
    background-color: #8b0000;
    color: white;
    font-size: 35px;
}
.title {
 text-align: center; 
 padding-top: 6px;	
}

/*	Notes */ 

/* .header {

	background-image: url("images/wichitaBig.jpg");
 	background-repeat: no-repeat;
 	background-size: 100%;
	background-position: center; 
	text-align: center;
	padding: 20px;
	font-size: 35px;
	color: black;
	height: 400px; 
}  */
.smalltext {
	font-size: 15px;	
}
.center {    
float: center;
width: 95%;
text-align: center; 
margin-top: 5px;
margin-left: 5px; 
margin-right: 5px;
margin-bottom: 5px; 
padding: 5px;
 }  
.column {
	float: left;
	padding: 1px;
}
.column.side {
	width: 25%;
	margin: 5;
}
.column.middle {
	width: 50%;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

div#logo {
	margin: 10;
	padding: 5px;	
	}
ul.main-nav {
    font-size: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #8b0000;
}
li {
     float: left;
    display: block;
    color: #EEEEEE;
    text-align: center;
    padding: 1px 1px;
    text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}
li.dropdown {
  display: inline-block;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8b0000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
background-color:  #555;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.footer {
	background-color: white;
	text-align: center;
	align-content: center;
	padding: 20px;
	font-size: 15px;
	color: black;
}
.form {
	text-align: center;
	padding-top: 100px;    
}

.rightbox {
	float: right;
	width: 100%;
    margin-top: 5px;
    margin-right: 5px;
	text-align: center;
	padding-top: 1px;  
	border-style: solid;  
	border-color: #8b0000; 
	color: black;
	    overflow: auto;
}
* {
  box-sizing: border-box;
}

.box {
  float: left;
  width: 50%;
  padding: 50px;
  height: 150px;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.contact {
  float: left;
  width: 100%;
  padding: 50px;
  height: 350px;
}
.textbox {
		float: left;
		margin-left: 12%;
		text-align: center;
		width: 75%;

}

#schedule td {  
  padding-top: 12px;
 }
 
#schedule th {  
  border-bottom: 1px solid black;
 }
 

.overflow_form {
	    overflow: auto;
	        margin-right: 5px;
}
.titleB {
float: center;
width: 95%;
text-align: center; 
background-color: #8b0000; 
color: white; 
margin-top: 5px;
margin-left: 5px; 
margin-right: 5px;
margin-bottom: 5px; 
font-size: 20px; 
padding: 5px;
}

.unit_box {
			float: right;
			width: 75%;
}

.flex-container {
  display: flex;
  flex-direction: row;
  text-align: center;
}

.flex-item-left {

  padding: 10px;
  flex: 50%;
}

.flex-item-right {

  padding: 10px;
  flex: 50%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

.visually_hidden { 
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px; 
}

