.navbar-toggler,
.navbar-toggler-icon {
	border-color: white !important;
}

.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(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}


.list-group-container {
	margin-top: 20px;
	margin-bottom: 30px;
}

.list-group-container h5 {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: lighter;
}
.list-group-container h6 {
	font-size: 14px;
	font-weight: normal;
}

.list-group-container small {
	font-weight: lighter;
	padding-left: 20px;
}
body.bootstrap-dark .list-group {
	background-color: #303032 !important;
}


.btn-primary {
	border-color: #F43B3F !important;
	background-color: #F43B3F !important;
	color: white !important;
}