/* Load custom font */
@font-face {
    font-family: 'kdc';
    src: url('assets/font/kdc-webfont.eot');
    src: url('assets/font/kdc-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/font/kdc-webfont.woff2') format('woff2'),
         url('assets/font/kdc-webfont.woff') format('woff'),
         url('assets/font/kdc-webfont.ttf') format('truetype'),
         url('assets/font/kdc-webfont.svg#kdc') format('svg');
    font-weight: normal;
    font-style: normal;
}

.kdc {
    font-family: kdc, Ad Lib, Raleway Dots, Arial, Helvetica, sans-serif;
}

.kdc-light {
	color: #f8f8f8 !important;
}
.kdc-dark {
	color: #282828 !important;
}
.kdc-orange {
	color: #fe771d !important;
}

@media (max-device-width : 1024px) {
	h2 {
		font-weight: 700 !important;
	}
	#page-content .no-vc {
		margin: auto 15px !important;
	}
}