@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Roboto', sans-serif;
	background: #f9f9f9;

}

.hero-section{
	background-image: url("img/hero-bgimg.png");
	background-position: center;
	padding: 0 0 70px 0;
	
}
.hero-section .container{
	min-height: 500px;
}
.logos{
	margin-bottom: 30px;
}
.h1{
	font-size: 3.6em;
	line-height: 1.1;
	font-weight: 500;
	color: white;
	margin-bottom: 30px;
	width: 90%;
}
.h1 span{
	font-weight: 900;
}
a.register{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.05rem;
	background-color: #3056ef;
	padding: 8px 30px;
	border-radius: 5px;
	margin-bottom: 20px;
	border-bottom: solid 4px #0c217a;
}
a.register:hover{
	background-color: #2045D6;
}
.details{
	background: rgba(255,255,255,0.94);
	padding: 40px;
	border-radius: 15px;
	border: solid 4px #3056ef;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}


.details div:not(:first-child), .event-info-text div:not(:first-child){
	margin-top: 15px;
}
.details p{
	font-size: 18px;
	
}

.event-info .container{
	position: relative;
	margin-top: -80px;
	background: white;
	padding-top: 40px;
	padding-bottom: 30px;
	border-radius: 10px 10px 0 0;
}


.event-info p{
	font-size: 17px;
	line-height: 1.6;
}

.list{
	padding: 0 30px;
}



.team-container{
	background: white;
	padding: 0 30px 70px;
	z-index: 2;
	position: relative;
	border-radius: 0 0 10px 10px ;
	
}

.team-container .row{
	background: #f9f9f9; 
	margin:auto;
	border-radius: 20px;
	padding: 40px;
}

.meet h4{
	margin-bottom: 30px !important;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3;
}

.name, .position{
	color: #162891;
	font-size: 17px;
}

.name{
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
}

.divider{
	background: #3056ef;
	height: 1px;
	width: 20%;
	margin: 5px auto;
}

/*FORM SECTION*/

.form-section{
	background: #162891;
	padding-top: 100px;
	margin-top: -50px;
}

.form-title h4{
	color: white;
	font-weight: 400;
	font-size: 2.3rem;
	
}
.form{
	padding: 30px;
	border-radius: 20px;
	

}
._form_314{
	padding: 20px 40px;
	margin-top: 0 !important;
	background: #0c217a;
	border-radius: 20px;
}

._form_element._x05970179{
	display: none !important;
}

._form_314 ._form_element ._form-label{
	color: white;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0.03rem;
}


@media screen and (max-width: 1200px){
	
		.event-info .container{
		margin-top: -20px;
	}
	
}

@media screen and (min-width: 1100px){
		
	._form-content{
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	._form_element:not(._x51803170):not(._x32968159){
		width: 49% !important;
	}
}

.footer{
	padding: 30px 0 20px;
}