a,
a:hover {
	color: #4981ff;
}

.bg-dark {
	background: rgb(13, 27, 57);
	background: linear-gradient(-90deg, rgba(13, 27, 57, 1) 0%, rgba(27, 57, 118, 1) 100%);
}

.logo-h {
	width: 94px;
	margin-right: 10px;
	float: left;
}

.btn-outline-primary {
	font-size: 15px;
}

.btn-outline-primary:hover {
	color: #fff;
	border-color: #4981ff;
}

.navbar-dark .navbar-toggler {
	color: #fff;
	border-color: transparent;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(73,129,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

li.nav-item {
	font-size: 15px;
}

.medium-containter {
	max-width: 900px !important;
}

@media (max-width: 600px) {
	ul.navbar-nav {
		padding: 10px 0;
	}

	.btn.btn-outline-primary {
		border-color: transparent;
	}
}

/** Opening hours **/
.temporary-delete {
	background-image: url(/images/tools-delete-xs.svg);
	width: 20px;
	width: 22px !important;
	height: 22px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	padding-left: 1px;
	cursor: pointer;
}
