section{
	padding: 50px 0;
}

#nav > ul > li > a{
	font-size: 35px;
}

#home .home-content .home-title{
	font-size: 3rem;
	line-height: 3rem;
}

#home .home-content .home-subtitle{
	margin-top: 10px;
	font-size: 1.5rem;
}

#home .home-content a{
	font-size: 20px;
}

#about .about-text {
	padding: 0px 15px;
}

	#about .about-text .section-title{
		margin-bottom: 50px;
	}

#events .event-item:first-child{
	padding-top: 0;
}

	#events .event-item .btn{
		margin-top: 5px;
	}

#events .event-item-more-dates{
	position: relative;
}

	#events .event-item-more-dates:before{
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 30px);
		height: 1px;
		background: #2c2826;
		opacity: .1;
	}

footer{
    padding: 50px 0 0;
}

	footer .credits{
		margin: 50px 0 25px;
	}

		.contacts img {
			margin-bottom: 10px;
		}