<style > 
html, body {
    height: 100%;
}

.bg {

    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner {

    height: 120px;
}

.main {
    background-color: #eeeeee;
    font-size: 1.0rem;
    min-height: 600px;
}

.logo {
    padding: 10px;
    padding-left: 50px;
    position: static;
    height: 150px;
}

.container {
    max-width: 1400px;
}

.title {
    color: #333377;
    font-size: 3vw;
    font-family: "Myriad Pro",Verdana, Geneva, sans-serif;
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 30px;
    text-align: center;

    font-weight: bold;

}
.navbar {
    width: 100%;

}

.bg-light {
    background-color: #eeeeee !important;
}

.caption-background {
    background-color: #333333 !important;
    padding-left: 10px;
    padding-right: 10px;

}

.footer {

    left: 0;
    bottom: 0;

    background-color: #eeeeee;
    font-size: 0.7rem;
    color: green;
    text-align: center;
}

.special-link {
    font-size: 0.9rem;
    color: #b45f06;
}

.sidebar {
    color: cornflowerblue;
}

#googleMap {
    height: 400px;
    width: 100%;

}

/* This is our style for the invalid fields */

input:invalid {
    border-color: #900;
    background-color: #F0ECCD;
}

textarea:invalid {
    border-color: #900;
    background-color: #F0ECCD;
}

input:focus:invalid {
    outline: none;
}

textarea {
    font-size: 20px;
}

.news_title {
    font-size: 1.5rem;
    color: blue;

}

.news_link {
    font-size: 1rem;
    color: blue;

}

.news_info {
    font-size: 0.9rem;
    color: darkorchid;

}
.news_post {
    font-size:1.5rem;
}
.project_post {
       font-size: 1.2rem;
}
.postit {
    background-color: yellow;
}

.postit-note {
    font-size: 1.1rem;
    color: red;
}

.sponsors,
H5 {
    font-size: 1.0em;
    text-align: center;
    color: chocolate;
    padding: 2px;
}

#searchBox {
    margin-left: 60px;
}

.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    height: 500px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed thead > tr > th {
    float: left;
    border-bottom-width: 0;
}

.panel {
    width: 97%;

}

.col-centered {
    display: grid; //changed from inline-block JASON 02102023
    float: none;
    justify-content: center; //added to centre the two input boxes  JASON 02102023
    text-align: center;
    background-color: #ccc;
    border: 1px solid #666;
    margin-top:20px;
    padding-top:10px;
    padding-bottom: 10px;
    width:50%;
    margin-left:auto;
    margin-right:auto;
   
}

td > .col-centered {
    background-color: white;
}

big a{
    color: red;
}
.hidden {
    display:none;
}
.greyout {
    background-color:grey;
}

.modal-content {
    background-color: gold;
}
#div_input, label {
	font-size: 20px;
}
.centerTable { margin: 0px auto; }
.hidden {
	display:"none";
}
input:-moz-read-only { /* For Firefox */
  background-color: pink;
}

input:read-only {
  background-color: pink;
}
select:disabled {
	background-color: pink;
}
.delbtn {

  background-color: #ff0000;
  color: white;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  margin-left: 6px;
  cursor: pointer;
  border-radius: 3px;
  border:0px;

  }

  .fabtn {

  background-color: darkgreen;
  color: white;
  padding-left:2px;
  padding-right: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 3px;
  border:0px;

  }
  .weekhead {
	font-size: 1.5em;
	text-align:center;
  }
 .colhead{
	color:blue;
	border-style: ridge;
	border-radius: 5px;
	text-align:center;
	margin-bottom: 10px;
	border-width: 2px;
 }
 .heading_line{
	background-color: #eeeeee;
 }
 .data_line{
	font-size:0.8em;
 }
 .hidden {
	display:none;
 }
 .user {
	color:#bbbccc;

 }
 .col{
	font-size: 12px;
 }
 .day {
	padding-left:10px;
 }
 .book {
	color: #fa5102;
	border: 0px;

 }
 .sbook {
	color: #fa5102;
 }
 .waitlist {
	color: #0000ff;
	border: 0px;

 }
 .available {
	color: #666666;
	height: 29.7px;

 }
 .swaitlist {
	color: #0000ff;
 }
div {
	font-size:18px;

}
.newline {
	height:36px;
}

.mybtn  {

  background-color: #3333ff;
  color: white;
  padding: 5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 10px 2px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 16px;

  }
  hr {
	border:3px solid blue;
	 border-radius: 3px;
	 margin-top: 5px;
	 margin-bottom: 5px;
  }
.hrr {
	border:3px solid red;
	 border-radius: 3px;
	 margin-top: 5px;
	 margin-bottom: 5px;
  }
  .modal-content {
	background-color:#d6bf94;
  }

.typehead{

	border: solid;
	color:red;
	border-color:red;
	text-align:center;
	margin-top: 10px;

}

.rpthead{


	
	color:red;
	font-size:1.4rem;
	text-align:center;
	margin-top: 10px;

}   

.message {

    color:red;
    text-align:center;
    font-size:1.0rem;
    font-weight:bold;
    padding-top:20px;

}

ul {
    font-size:20px;
}
th {
    font-size:1.5rem;
    font-weight:bold;
}
.sub th {
    font-size:1rem;

}


@media screen and (max-width: 590px) {
	.title {
    display: none;
  }
  }

</style >
