/** v1
*/
.main-title {
	font-size: 2rem !important;
	font-weight: bold !important;
	color: #68aaa5;
}

.main-content {
	font-size: 1rem ;
	padding-bottom: 30px;
}

.sub-title {
	font-size: 1.5rem !important;
	font-weight: bold !important;
	margin-bottom: 1em !important;
}

.sub-content {
	font-size: 1.2rem !important;
	font-weight: bold !important;
}

.sub-menu-item a.nav-link {
	color: #131b2c;
}

.sub-content-item {
	font-size: 1rem !important;
	font-weight: normal !important;
}

@media(max-width: 539px){
	.main-title {
		font-size: 1.4rem !important;
	}
	.sub-title {
		font-size: 1.2rem !important;
	}
	.sub-content {
		font-size: 1rem !important;
	}
	
}

