body{
	background: black;
	min-height: 100vh;
}


header{
	min-height: 30vh;
	width: 100%;
	background: url(../img/banner_event.png) no-repeat top;
	background-size: cover;
}

#logo{
	position: absolute;
	top: 15%;
	left: 5%;
	max-width: 200px;
}

h1{
	color: #F3B845;
	font-size: 30px;
	margin-top: 30px;
}

h2{
	color: #fff;
	font-size: 20px;
}

h3{
	color: #F3B845;
	font-size: 17px;
	margin-top: 30px;
}

h4{
	color: #fff;
	margin: 0;
	font-size: 20px;
}

p{
	color: #fff;
}

.left-bar{
	color: #fff;
}

.card-event{
	border:1px solid #F3B845;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
}


.dore{
	color: #F3B845;
	font-style: italic;
}

.item_event{
	color: #fff;
	font-size: 13px;
	font-style: italic;
}


@media screen and (max-width: 800px){
	img{
		width: 70%!important;
	}

	#logo{
		top: 20%;
		left: 10%;
	}
}