body {
	font-family: montserrat, sans-serif;
	
}

body:after {
background: #005162 url(https://images.ctfassets.net/49ktgogijq8a/5VYYvaEMeExbC8WaNUkIA4/592e5c50258da784b77d8c85051cae41/bubbles_desktop_700.png) no-repeat top center fixed;
background-repeat: repeat;
opacity: 1;
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
position: fixed;
z-index: -1;  
}

#docsSearch {
	height: 200px;
	background: #005162;
	border-bottom: none;
	padding-top: 0px;
	position: relative;
	top: -1px;
	display: flex;
    	align-items: center;
	flex-direction: column;
	justify-content: center;
}

#docsSearch h1 {
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 39px;
	color: #e6f9ff;
}

.collection-category h2 a {
	color: #fff;
}

@media (max-width: 768px) and (max-width: 480px) {
    #docsSearch h1 {
font-size: 30px;
}
}

#searchBar .search-query {
	background: #fff;
	border-color: #fff;
	box-shadow: none;
	color: #000;
	border-radius: 12px !important;
	height: 56px !important;
}
#searchBar button {
	background: #ffa4af;
	border-color: transparent;
	color: #000;
	border-radius: 0 12px 12px 0;
	height: 56px;
}
#searchBar button:hover {
	background: #fddadc;
	border-color: transparent;
	color: #57031e;
}

.collection-category {
	text-align: center;

}

.category-list {
	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
	gap: 10px;
}

.category-list .category {
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #0d5338;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 120px;
}

.category-list.two-col .category {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 120px;
}

.category-list h3 {
	color: #00311e;
	font-size: 24px;
	font-weight: 500;
}

.category-list .category .article-count {
	font-size: 16px;
	color: #910035;
}

.navbar .nav .active a {
color: #ffffff;
text-decoration: underline;
font-weight: 700;
}
 
.navbar .nav li a {
color: #ffffff;
}
 
.navbar .brand {
padding: 10px 20px 10px;
}
 
@media (max-width: 768px) {
    .navbar .btn-navbar {
margin-top: 23px;
right: -10px;
}
}

@media (min-width: 769px) {
    .navbar .nav {
display: none;
}
}

@media (max-width: 768px) {
    .navbar .btn-navbar .icon-bar {
 background: #fff;
    }
}

#sidebar h3 {
	color: #fff;
}

#sidebar .nav-list .active a{
color: #fff;
}
 
#sidebar .nav-list a{
color: #fff;
}

@media (max-width: 768px) and (max-width: 480px) {
    #searchBar button .icon-search {
     color: black;
    }
}