body {
	background: white;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	color: black;  
}

a:link {
	color: #228;
	text-decoration: none;
}

a:visited {
	color: #22a;
}

a:active {
	color: #30a;
}

h1 {
    padding-left: 15px;
    background: #fb3;
    color: #010;
	font-size: 30;
	margin-bottom: 0px;
}

h2 {
    padding-left: 15px;
    background: #fb3;
    color: #010;
	font-size: 20;
}

h4 {
    padding-left: 15px;
    border-top-color: #05a;
    border-top-style: solid;
    border-bottom-style: dotted;
}

.subtitle {
	color: #05a;
	font-style: italic;
	font-variant: small-caps;
}

#header {
	background: white url("birds.jpg") repeat-x right top;
	width: 100%;
	 height: 260px;
	 background-size:contain; 
}

#header h1 {
		font-family: "Montserrat", "Open Sans", sans-serif;
}

#header h2 {
		background-color: white;
		color: black;
		margin-bottom: 0px;
		margin-top: 0px;
}


#schoolheader h1 {
		background-color: white;
		text-align: center;
}


#subheaderschool{
	width: 100%;
	font-variant: small-caps;
	font-weight: bolder;
	color: black;
	background: #ddd;
}


#subheader{
	width: 100%;
	font-variant: small-caps;
	font-weight: bolder;
	color: white;
	background: rgba(0, 0, 0, 0.4);
}

#subheaderl{
	padding-left: 15px;
	width: 45%;
	float: left;
}

#subheaderr{
	padding-right: 15px;
	width: 45%;
	text-align: right;
	float: right;
}

#subheaderr a {
	color: #fb3;
}

p.desc {
	background-color: white;
	border-style: solid;
	border-color: black;
	border-radius: 5px;
	margin-left: 10%;
	margin-right: 10%;
}

p.panelshdr {
	text-align: center;
	font-variant: small-caps;
	font-size: 22;
	margin-bottom: 0;
	padding-top: 10px;
}

.panels  {
	list-style-type: none; 
	margin: auto;
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}
	
.panel {
	width: 33%; 
	padding: 10px; 
	margin-left: 20px; 
	margin-right: 20px;
}

.comm  {
	list-style-type: none; 
	margin: auto;
	width: 60%;
	display: flex;
	justify-content: space-between;
}

.panelcomm {
	width: 45%; 
	padding: 10px; 
	margin: 20px;
}

.comm li {
	list-style-type: none;
	padding-left: 0px;
}

.comm ul {	
	padding: 0; 
}

.comm h3 {
	border-bottom-style: solid;
}

.shortdescription {
	width: 70%;
	margin: auto;
}

.topic {
	font-weight: bold;
}

.shadedpanels {
	background-color: #ddd;
}

.notice {
	margin: auto; 
	text-align: center; 
	margin-top: 20px; 
	font-size: 20px; 
	font-weight: bold;
}

.notice table  {
	background-color: #fdd;
	padding: 0px;
	border: 2px;
	font-weight: normal;
    border-collapse: separate;
    border-spacing: 10px 10px;
}

#applybtn {
	 border: 4px solid blue;
	border-radius: 5px; 
	padding: 5px 25px;
	color: blue;
	background-color: #ddd;
	font-variant: small-caps;
}

.sponsors {
	text-align: center;
}

.hide {
	display: none;
}

.show {
	display: inline-block;
}

.togglelist {
	margin-left: 20px;
}

/* -- schedule -- */

#sched {
	width: 763px;
	height: 417px; /* 347 */
	background-color: white;
	position: relative;
	margin-left: 25px;
}

#schednovoct {
	width: 763px;
	height: 460px; /* 347 417 */
	background-color: white;
	position: relative;
	margin-left: 25px;
}

div.day {
	top: 0px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 150px;
	height: 410px;  /* 340 */
	border: 1px black;
	background-color: #eee;
	display: inline-block;
	position: absolute;
}

div.dayhdr {
	position: relative;
	top: 0px;
	text-align: center;
	background-color: white; /*background-color: #228;*/
	color: black;
	font-variant: small-caps;
}

div.schedevent {
	position: absolute;
	background-color: #e99;
	text-align: center;
	border-radius: 10px;
	left: 5px;
	width: 140px;
	/*margin-right: 5px; */
}

.schedevent p {
	margin-top: 15px;
	font-size: 10;
	color: white;
	font-weight: bolder;
	font-variant: small-caps;
}

div.tea {
	background-color: #99e;
}

div.course {
	background-color: #8d8;
}

div.workingroups {
	background-color: #dd4;
}

.tea p {
	margin-top: -10px;
	color: white;
}

.schedevent h4 {
	font-size: 8px;
	text-align: left;
	color: white;
	margin-top: 0px;
	border-top: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 7px;
}
