@charset "utf-8";

.flex-container {
    display: flex;
}

.slidecontainer {
    background: #FFFFFF;
    width: 60%;
    height: auto;
    margin-left: 0px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

.menucontainer {
	background: #414141;
}


.buttonbox  {
	background: #414141;
	width: 30%;
	margin-top: 40px;
    margin-left: 80px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
	
	
}



.nav-container  {
	background: #414141;
	width: 25%;	
	padding: 15px;
	
}

.line  {
	display: block;
  	margin-left: auto;
 	margin-right: auto;
	width: 90%;
	padding-top: 50px;
	
	}
.navbox {
    display: flex;
	margin-left: auto;
 	margin-right: auto;
	width: 85%;
	
}

.copyright  {
	display: block;
	padding-top: 30px;
	text-align: center;
	font-size: 8px;
	
	
}


.TMbox {
    display: flex;
	margin-left: auto;
 	margin-right: auto;
	width: 100%;
}


.TM-container  {
	background: #414141;
	width: 5%;	
	padding: 15px;
	
}

.TM-space  {
	background: #414141;
	width: 40%;	
	
}

.heading-container  {
	background: #414141;
	display: flex;
   	margin: 20px 0px 20px 40px;
	
}

.live-container  {
	background: white;
	display: flex;
   	margin: 20px 20px;
	width: 95%;
	border-radius: 5px;
	
	box-shadow:
  		0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  		0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  		0 12.5px 10px rgba(0, 0, 0, 0.06),
  		0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  		0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  		0 100px 80px rgba(0, 0, 0, 0.12);
  
	}

.live  {
	background: white;
	width: 25%;
	margin: 25px 0px 20px 25px;

}

.event_box {
    display: flex;
	margin-left: 20;
 	margin-right: auto;
	width: 90%;
}
	
.event-container  {
	background: white;

   	margin: 20px 20px 20px 0px;
	border-radius: 10px;
	
	box-shadow:
  		0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  		0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  		0 12.5px 10px rgba(0, 0, 0, 0.06),
  		0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  		0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  		0 100px 80px rgba(0, 0, 0, 0.12);
  
	}

.ei-container  {
	background: #414141;
	display: flex;
   	margin: 20px 20px 20px 40px;
	width: 20%;
	
}

.reg-container  {
	background: #414141;
	width: 50%;
	padding-left: 20px;
   	margin: 20px 20px 20px 0px;
	border-radius: 10px;
	
	box-shadow:
  		0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  		0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  		0 12.5px 10px rgba(0, 0, 0, 0.06),
  		0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  		0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  		0 100px 80px rgba(0, 0, 0, 0.12);
  
	}
