#stickyNav a.btn.btn-primary {
 margin: 0.5em;
}

#stickyNav {background: #fff;padding-bottom: 0.5em;border-bottom: 1px solid #efefef}


p.anchor {
	margin-bottom: 4em;
	position:relative;
	display: block;
}

.sticky .dropdown {
 	width: 100% !important;
	background-color: #555;
}

.sticky .dropdown .dropdown-menu {
 	width: 100% !important;
	background-color: #eee;
}

#stickyNav a {
	z-index:20001;
	padding: 0.5em;
	background: #CC3232;
	color: #fff;
	text-decoration: none;
	transition: 0.65s;
	display: inline-block;
	margin: 0.5em;
}
 
#stickyNav {
	text-align: center;
	background: #fff;
	padding: 0 0.25em 0.5em;
	margin-top: 0;
	z-index:20000;
	border-bottom: 1px solid #efefef;
}
 
#stickyNav a:hover {
	background: #d82732;
}
 
@media only screen and (min-width: 768px) {
	#sticky-wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	ol {
		padding-left: 18px;
	}
	
	.show-xs {
		display: none;
	}
	
	.hide-xs {
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	a.dropdown-item {
		width: 100%;
		display: block; clear: both;
		line-height: 2.25em;
	}

	.btn.btn-secondary.dropdown-toggle {
		width:100%;
		text-align: left;
		color: #fff;
		background-color: #555;
	}

	.dropdown-menu {
		margin-top: 0;
		padding-left: 0.5em;
	}
	
	.sticky {
		width: 100% !important;
		left: 0 !important;
	}
	
	.dropdown-menu,
	.dropdown {
		width : 100% !important;
	}
	
	.show-xs {
		display: inline-block
	}
	
	.hide-xs {
		display: none;
	}
}
