.txt-primary { color: #59b7ff !important; }
.solid.btn-primary { background-color: #3e88c0 !important; border-color: #3e88c0 !important; }
.solid.btn-primary:hover { color: #e2c1ea !important; }
.debianchiPurple { color: #3e88c0; }
.debianchiLightPurple { color: #59b7ff; }
.nc-logo img { height: 60px; }
.bg-default { background-color: #3e88c0 !important; }
.txt-default, .typo-light .txt-default, .txt-default:hover { color: #59b7ff !important; }

/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/
@media (min-width: 1200px) {
	.nc-logo img { height: 100px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 992px) {
		
}
/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}
/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}
/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}
/*===========================================*/
/*	CUSTOM FOR THIS SITE
/*===========================================*/
@media (min-width: 500px) and (max-width: 991px) {
	.nc-logo img { height: 100px; }
}