.font-arima,
.font-arima h1,
.font-arima h2,
.font-arima h3,
.font-arima h1 span,
.font-arima h2 span,
.font-arima h3 span {
		font-family: enk-arima;
		line-height: normal;
}
.big-heading {
		font-family: enk-arima;
		font-weight: bold;
		font-size: 4vw;
		line-height: normal;
}
.small-heading {
		font-family: enk-arima;
		font-weight: bold;
		font-size: 2vw;
		line-height: normal;
}
.top-container {
		padding-top: 25vh;
		padding-bottom: 10vh !important;
}
@media screen and (min-width: 1370px) {
	.top-container {
			padding-bottom: 30vh !important;
	}
}
@media screen and (min-width: 1600px) {
	.top-container {
			padding-bottom: 40vh !important;
	}
}