
.banner {
 background-color: rgb(213, 230, 223);
 color: rgb(68, 126, 126);
 padding: 10px 20px;
}
body {
	
  background-color: rgb(213, 230, 223);
  color: rgb(68, 126, 126);
  padding:0;
  margin: 0;
  padding: 10px 20px;
  margin-left: 50;
  margin-right: 50;
  
 overflow: scroll;
 
}


button {
 
 padding: 5px;
 margin-top: 1px;

font-family: Arial, Helvetica, sans-serif;
text-indent: 50px;
text-align: justify;
letter-spacing: 3px;
float: left;

}


main {
 width: 370px;
 float: center;
 padding: 20px;
 margin-bottom: 10px;
 
}
button
{
 
 padding: 5px;
 margin-top: 1px;
font-family: Arial, Helvetica, sans-serif;
text-indent: 50px;
text-align: justify;
letter-spacing: 3px;
float: left;

}


main {
 width: 370px;
 float: center;
 padding: 20px;
 margin-bottom: 10px;
}
	
	h2 {
	color: rgb(57, 95, 62)   ;
	font-size:30px;
	 font-family: Arial, Helvetica, sans-serif;
  
  text-align: justify;
 
  float: left;
 font-size:20px;

	}




li{
	color:black; 
	padding:20px;
	margin:20px;
  font-family:Arial, Helvetica, sans-serif;
  text-indent: 50px;
  text-align: justify;
  float: left;
 font-size:20px;

}



	.calendar-day {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 80px;
}
.calendar-table {
  margin: 0 auto;
  width: 700px;
}
.selected {
  background-color: #eee;
}
.outside .date {
  color: #ccc;
}
.timetitle {
  white-space: nowrap;
  text-align: right;
}
.event {
  border-top: 1px solid #b2dba1;
  border-bottom: 1px solid #b2dba1;
  background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
  background-repeat: repeat-x;
  color: #3c763d;
  border-width: 1px;
  font-size: .75em;
  padding: 0 .75em;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1px;
}
.event.begin {
  border-left: 1px solid #b2dba1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.event.end {
  border-right: 1px solid #b2dba1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.event.all-day {
  border-top: 1px solid #9acfea;
  border-bottom: 1px solid #9acfea;
  background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
  background-repeat: repeat-x;
  color: #31708f;
  border-width: 1px;
}
.event.all-day.begin {
  border-left: 1px solid #9acfea;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.event.all-day.end {
  border-right: 1px solid #9acfea;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.event.clear {
  background: none;
  border: 1px solid transparent;
}
.table-tight > thead > tr > th,
.table-tight > tbody > tr > th,
.table-tight > tfoot > tr > th,
.table-tight > thead > tr > td,
.table-tight > tbody > tr > td,
.table-tight > tfoot > tr > td {
  padding-left: 0;
  padding-right: 0;
}
.table-tight-vert > thead > tr > th,
.table-tight-vert > tbody > tr > th,
.table-tight-vert > tfoot > tr > th,
.table-tight-vert > thead > tr > td,
.table-tight-vert > tbody > tr > td,
.table-tight-vert > tfoot > tr > td {
  padding-top: 0;
  padding-bottom: 0;
}








footer {

 background-color: rgb(166, 196, 182);
 font-size:rgb(0, 0, 0);
 padding:0px;



}
* {box-sizing: border-box;}

/* Style the navbar */
.topnav {
  overflow: hidden;
  background-color: rgb(213, 230, 223));
}

/* Navbar links */
.topnav a {
  float: right;
  display: block;
  color: black;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Navbar links on mouse-over */
.topnav a:hover {
  background-color: #8eb695;
  color: black;
}

/* Active/current link */
.topnav a.active {
  background-color: #8eb695;;
  color: white;
}

/* Style the input container */
.topnav .login-container {
  float: right;
}

/* Style the input field inside the navbar */
.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  width: 150px; /* adjust as needed (as long as it doesn't break the topnav) */
}

/* Style the button inside the input container */
.topnav .login-container button {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 17px;
  background: rgb(209, 203, 203);
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .login-container button:hover {
  background: #ccc;
}

/* Add responsiveness - On small screens, display the navbar vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .topnav .login-container {
    float: right
  }
  .topnav a, .topnav input[type=text], .topnav .login-container button {
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;
  }