@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em

}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%;
}

.top-img{
	background:url(../img/about/event.jpg);
	background-size: cover;
	background-position: center;
	height: 100%;
}

/*------------------EVENTS---------------*/

.event{
	text-align: center;
	padding: 5% 10%;
	height: 27em;
}

.event h1{
	font-size: 4em;
}

.event h2{
	font-size: 2em;
}


@media only screen and (max-width: 1000px){
	
	
}


@media only screen and (max-width: 600px){

	
}