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


header{
	min-height: 30vh;
	width: 100%;
}

#logo{
	position: absolute;
	top: 18%;
	left: 5%;
	width: 200px;
    height: 200px;
}

#logo img {
    border-radius: 90px;
    background-size: cover;
    width: 100%;
    height: 100%;
}

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;
	min-height: 20vh;
	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%;
	} */

	#logo{
		top: 18%;
		left: 8%;
	}

    #logo :not(div) img {
        border-radius: 90px;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
}
