:root {
    --primary-color: #0d1a75;
    --secondary-color: #BF0DFA;
    --background-color: #FFFFFF;
    --font-family: 'Lato', sans-serif;
}

body, button, input, select, textarea {
    font-family: var(--font-family);
}

.cratespace-logo {
    font-weight: 700;
    color: var(--primary-color) !important;
}

.uk-button-primary {
    background-color: var(--primary-color);
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #4f52c4;
}

.uk-icon.cratespace-icon-primary {
    color: var(--primary-color);
}

.uk-icon.cratespace-icon-secondary {
    color: var(--secondary-color);
}


.nav {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
}
.uk-sticky-placeholder {
	height: 0 !important;
}
.top-wrap::before, .overlay-wrap::before {
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
}
.top-wrap-height {
	height: 80vh;
	min-height: 460px;
	transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
	z-index: 2;
}
.cs-logo img {
	height: 60px;
}
.cs-logo {
	white-space: nowrap;
	font-weight: bold;

}
.subtitle-text {
	font-size: 1.2em;
	opacity: 0.7;
	font-weight: 300;
}
.logos-grid img {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(100%);
	transition: filter 0.25s;
}
.logos-grid img:hover {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(0);
}
.cs-attributionLogo {
	height: 25px;
	margin-bottom: 5px;
}


.cs-nav-background{
  background:
	  linear-gradient(to bottom,rgba(13,26,117,0.7) 0,rgba(13,26,117,0.7) 85%,rgba(13,26,117,0) 100%);
}

.cs-darker-background {
  background:
	  linear-gradient(to bottom,rgba(13,26,117,0) 0,rgba(13,26,117,0.6) 20%,rgba(13,26,117,0.6) 80%,rgba(13,26,117,0) 100%);
	color: white;
	padding: 2rem;
}

section.cs-secondary-fadetop h6,
section.cs-secondary-fadetop h2,
section.cs-secondary-fadetop p {
	color: #000000 !important;
}

.cs-secondary-fadetop {
	color: #000000 !important;
  background:
	  linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.2) 10%,rgba(0,0,0,0.2) 100%);
}

.cs-home-logo-background {
	background: linear-gradient(to bottom,rgba(13,26,117,0) 0,rgba(13,26,117,1) 20%,rgba(13,26,117,1) 100%);
	color: white;
}


.cs-heading-small-img {
	height: 3.25rem;
}

.uk-table-all-borders {
	border: 1px solid #bdbdbd;
	margin-top: 10px;
}
.uk-table-all-borders thead th {
	background-color: #d3d3d3;
}
.uk-card-filter {
	border: 1px solid #bdbdbd;
	padding: 15px;
	margin-bottom: 10px;
}
.uk-card-buttons {
	padding: 10px;
	margin-bottom: 10px;
}


