* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    line-height: 150px;
    background-color:#373a3c;  
    text-align: center;
}

.section-heading h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

.section-heading h2 {
    margin-top: -30px;
    line-height: 0px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #fad841;
	letter-spacing: 1px;
}

.section-heading h3 {
    margin-top: -10px;
    line-height: 100px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #fad841;
	letter-spacing: 1px;
}

#agenda .section-heading p {
	font-size: 18px;
    width: 150px;
	font-weight: 500;
	color: #80ecff;
	letter-spacing: 1px;
	text-align: center;
}

#agenda .section-heading em1 {
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	color: #fad841;
}

#agenda .section-heading em2 {
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	color: #ffffff;
}

#agenda .section-heading em3 {
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	color: #fad841;
}

#agenda .section-heading a {
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	color: #80ecff;
}

.table-bkg{
    width:90%;
    margin-left: auto;
    margin-right: auto;
	background-color: rgba(12, 39, 56, 0.562);
	margin-bottom: 40px;
    margin-top: -10px;
}

.table-container {
	background-color: #5a5a5a;
	text-align: center;
	padding: 100px 0px;
}

.cell1 {
	background-color: #133f5ca4;
}

table{
    border: 3px;
    border-spacing: 20px;
    border-collapse: collapse;
    border: 1px solid rgb(255, 255, 255);
}

tr, td {
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
}

footer {
	margin-top: -40px;
	background-color: #373a3c;
	padding: 50px 0px;
	text-align: center;
}

footer .logo p {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	
}

footer .logo em {
	font-weight: 1000;
	color: #83dbf1;
}
