/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*
.header-top {
	background-color: black;
}

#header .header-top a[data-depth="0"] {
	color: white
}

.top-menu {
	margin-bottom: 0px;
	height: 36px;
}

.category {
	padding-top: 7px;
}

#header .top-menu a[data-depth="0"]:hover {
	background-color: white;
	color: black;
}

.header-top.container.row {
	margin-bottom: 0px;
}

#header .header-top {
    padding-bottom: 0px;
}
*/

/* Slider header caption */
/*
.caption .display-1 {
	color: pink;
	background-color: black;
}
*/