footer .nv-footer {
  background-color: #000000;
}

section {
	background-color: #ccdce9;
}

header {
	background-color: #ccdce9;
}

body {
	background-color: #ccdce9;
}

.nv-footer-bg-color {
	background-color: #000000;
}

.nv-color-primary {
	color: #005091 !important;
}

.nv-border-primary {
	border: 1px solid #005091 !important;
}

.nv-border-primary-left {
	border-left: 1px solid #005091 !important;
}

.nv-border-primary-right {
	border-right: 1px solid #005091 !important;
}

.nv-border-primary-top {
	border-top: 1px solid #005091 !important;
}

.nv-border-primary-bottom {
	border-bottom: 1px solid #005091 !important;
}

.nv-color-secondary {
	color: #ccdce9 !important;
}

.nv-border-secondary {
	border: 1px solid #ccdce9 !important;
}

.nv-border-secondary-left {
	border-left: 1px solid #ccdce9 !important;
}

.nv-border-secondary-right {
	border-right: 1px solid #ccdce9 !important;
}

.nv-border-secondary-top {
	border-top: 1px solid #ccdce9 !important;
}

.nv-border-secondary-bottom {
	border-bottom: 1px solid #ccdce9 !important;
}

section h1 {
	color: #005091 !important;
}
section h2 {
	color: #005091 !important;
}
section h3 {
	color: #005091 !important;
}
section h4 {
	color: #005091 !important;
}
section h5 {
	color: #005091 !important;
}
section h6 {
	color: #005091 !important;
}

.nvCustomButton {
	border: 1px solid #005091 !important;
	background-color: #005091 !important;
}

.nvCustomButton p {
	color: white !important;
}

