.wrapper
{
	font-family: Comic Sans MS;
	font-style: italic;
	color: red;	
	max-width: 100%;
	font-weight: bold;
	position: absolute;
	#background: green;
}

.header
{
	text-align: center;
	font-weight: bold;
	#background: blue;
	position: relative;
	top: -21px;
	left: 0.2%;
}

.header a
{
	padding-right: 2rem;	
}

.title
{
	font-size: 2rem;
	border-bottom: 5px solid red;
	max-width: 35rem;
}

.header p
{
	margin: auto;
}


.head_h1
{
	border-bottom: 5px solid red;
	max-width: 35rem;
	position: relative;
	left: 30.5%;
}

.head_h3
{
	position: relative;
	left: 11.4%;
	top: -1.35rem;
	font-size: 1rem;
	#width: 50%;
}

.future-activities
{
	position: relative;
	left: 42%;
	top: -5rem;
}
	

nav
{
	max-width: 90%;
	background-color: white;
	#background: blue;
	position: relative;
	top: -2.35em;
	left: 8.28em;
	
}

nav ul
{
	display: inline-table;
	margin-left: 0rem;
	list-style-type: none;
	#background: green;	
}

nav ul li 
{	
	float: left;
	margin: 0px 5px 0px 5px;
	#background: blue;
}

nav ul li a
{
	text-decoration: none;
	display: block;
	margin: 0px 20px 0px 20px;
	color: black;
	background-color: white;
	#background: blue;
}

nav ul li a:hover
{
	color: red;
}

.head_img
{
	position: absolute;
	#top: 1rem;
	display: block;
	float: left;
	width: 20%;
	height: 60%;
	left: 2.15%;
	#background: green;
	z-index: 2;
	
}

.strap
{
	font-size: 1rem;
	max-width: 100%;	
}

.strap p
{
	#margin-left: 15rem;	
}

.welcome
{
	text-align: center;
	font-size: 1.5rem;
	max-width: 100%;
	position: relative;
	left: 6.55rem;
	top: -3.65rem;
	font-weight: normal;
}

.scroll
{
	height: 300px;
	max-width: 245.5px;
	position: relative;
	top: -3px;
	left: 5rem;
	overflow: auto;
}

.scroll input.wrap
{
	white-space: normal;
	word-wrap: word-break;
	max-width: 146px;
}

.table
{
	border-collapse: collapse;
}

.table .td1 input
{
	width: 5rem;
	border: none;
	background-color: rgb(220, 220, 220);
}

.table .td1 input:hover
{
	color: red;
}

.table .td2 input
{
	width: 8.5rem;
	border: none;
	background-color: rgb(220, 220, 220);
}

.table .td2 input:hover
{
	color: red;
}

.table .td1, .table .td2
{
	border: 1px solid black;
	background-color: rgb(220, 220, 220);	
}

.table .td1
{
	border-left: none;
}

.table .td
{
	border: 1px solid black;
	bordr-right: none;
	background-color: rgb(220, 220, 220);
}

.act-menu
{
	position: relative;
	left: 40%;
}

.act-menu a
{
	text-decoration: none;
	display: block;
	border: 1px solid black;
	border-collapse: collapse;
	width: 10%;
	color: black;
	font-style: normal;
	text-align: center;
	position: relative;
	top: -6rem;
}

.act-menu a:hover
{
	color: red;
}

.act-menu li
{
	list-style-type: none;
}

.past-menu
{
	position: relative;
	left: 42.5%;
	top: -6rem;
}

.past-activities
{
	position: relative;
	left: 40%;
}

.past-activities a
{
	text-decoration: none;
	display: block;
	border: 1px solid black;
	border-collapse: collapse;
	width: 10%;
	color: black;
	font-style: normal;
	text-align: center;
	position: relative;
	top: -7rem;
}

.past-activities a:hover
{
	color: red;
}
.past-activities li
{
	list-style-type: none;
}

.act-content
{
	position: relative;	
	/*top: 0rem;*/
	max-width: 80%;
	display: flex;
	/*justify-content: center;*/
	margin: auto;
	
}

.act-content p
{
	
	/*text-align: left;*/
	font-family: Comic Sans MS;
	/*justify-content: center;	*/
}

/*.act-content #content
{
	color: black;
	border; none;
}*/

.act-content .tc
{
	/*position: relative;*/
	/*top: 20rem;*/
	/*text-align: justify;*/
	color: black;
	background-color: #F2FFE5;
	max-width: 1200px;
	 
}

.act-content #heading p
{
	text-align: center;
	display: flex;
	justify-content: center;
	
}

.act-content #date p{
	text-align: center;
	display: flex;
	justify-content: center;
	
	
}

.tc #text a
{
	position: absolute;	
	bottom: -3rem;	
	color: red;
	text-align: justify;
	display: flex;
	justify-content: center;
	max-width: 100rem;
}

.act-content #heading
{
	display: flex;
	justify-content: center;
}

.act-content #date
{
	display: flex;
	justify-content: center;
}

.act-content #text p
{
	/*text-align: justify;*/
	white-space: pre-wrap;
}