body {
	background-color: #CDCDCD; 
    }

header {
	text-align: center;
}

h1 {
  margin-top: -70px;
  text-align: center;
	font-family: Tahoma, sans-serif;
  font-size: 50px;
	width: 100%;
  border-bottom: 4px solid black;
  margin-bottom: -100px;
}

.topnav {
margin-top: 100px;
  border-bottom: 2px solid black;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 4px solid black;
}

.topnav a {
  float: left;
  color: #000;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .active {
  background-color: rgba(233, 11, 78, 0.37);
  color: white;
}

a:visited {
  color: #3a5252;
}

h2 {
  text-align: center;
  font-family: arial;
  font-size: 35px;
}

.ITpicture {
	text-align: center;
}

p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
}

h3 {
  text-align: center;
  font-family: arial;
  font-size: 25px;
}

li {
margin-left: 50px;
font-family: arial;
font-size: 20px;
}

h4 {
  text-align: center;
  font-family: arial;
  font-size: 20px;
}

.Events {
  column-count: 3;
  column-gap: 40px;
  column-rule: 3px solid black;
}

h5 {
  text-align: center;
  font-family: arial;
  font-size: 20px;
}

footer 
	{
		padding: .100px;
		color: white;
		background-color: black;
		clear: left;
		text-align: center;
    font-family: arial;
  font-size: 18px;
	}

.facultyimage {
  text-align: center;
}

.facultyinfo {
text-align: center;
font-weight:normal;
font-family: arial;
  font-size: 17px;

}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.position {
  text-align: center;
}


.button{
    background-color: white;
    color: black;
    padding: 10px 15px;
    text-align: center;
    table-layout: fixed;
    width: 100%;
}
.button:hover{
    background-color: lightgray;
}

.buttons button{
    width: 100%;
}

.thankyou {
	text-align: center;
}
