aside {
 	background-color: #0F3157 !important;
}

aside > header {
    background-color: #051F3C !important;
}

aside > section > div.keyword-search > label {
	color: #ACB8C5 !important; 
}

aside > section > div.keyword-search > input.search {
    background-color: #051F3C !important;
}

aside > section > section.filter-section > .filter-section-header > h4 {
    color: #ACB8C5 !important;
}

aside > section > section.filter-section > span.show-more {
    color: #ACB8C5 !important; 
}

aside > section > section.credits {
    color: #ACB8C5 !important; 
}

header.app {
  background-color: #051F3C !important;
}

.card > .card-title-category > .card-title {
	color: #34B2FF !important;
}

a {
	color: #34B2FF;
}
a:visited, a:focus, a:active {
    color: #34B2FF;
}

@media (min-width: 992px) {
    header.app {
    display: none !important;
}
}

header.app > button {
    color: white !important;