/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	body {
		margin-top: 80px;
	}
	.canvas-spacing {
		border-top: none;
	}
	.dropdown-menu {
		border: 1px solid rgba(0,0,0,.15)
	}
	.breadcrumb {
		display: flex;
	}

	/* Fixed Anchor clicks */
	:target:before {
		content: "";
		display: block;
		height: 80px; /* fixed header height*/
		margin: -80px 0 0; /* negative fixed header height */
	}
	#instagram-feed img {
		height: 320px;
	}
}