html, body, h1, h2, h3, h4, h5 {font-family: "Open Sans", sans-serif}

.foto-responsive {
	width: auto;
	height: 300px;
}
.konten-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main-title{
	font-size: 2rem;
}

.secondary-title{
	font-size: 1.4rem;
}

.addeventatc{
	background-color: #deedff;
	padding: 10px 10px 10px 40px;
}
.title-event{
	font-size: 1.1rem;
	line-height: 1;
	margin-bottom: 5px
}
.date-event{
	font-size: 1rem;
}
.place-event{
	font-size: 1rem;
}

.img-event{
	height: 150px!important;
	width: 150px!important;
}

.konten-event{
	padding: 10px 25PX;
}

@media (max-width: 640px) {
	.title-event{
		font-size: 1rem;
	}
	.date-event{
		font-size: 0.8rem;
	}
	.place-event{
		font-size: 0.8rem;
	}

	.img-event{
		height: 120px!important;
		width: 120px!important;
	}

	.konten-event{
		padding: 2px 10px;
	}
}