.legendary-footer-links{
	list-style-type:none;
	width:100%;
	text-align:center;
	padding:0;
	margin:0 auto;
}

.legendary-footer-links li, .legendary-footer-links li a{
	display:inline-block;
}


.legendary-entry{
	min-height:50vh;
	width:80%;
	max-width:1280px;
	margin:0 auto;
	padding:20px;
}

span.legendary-link-pipe {
    display: inline-block;
}

.seo-feature-image{
	width:50%;
	margin:40px;
	float:right;
}

.legendary-footer-links li a{
	color:#cecece;
	text-decoration:none;
}

.legendary-footer-links li a:hover{
	color:#bdbdbd;
}

.legendary-footer-links{
	/* background:black; */
	color:white;
	text-align:center;
	font-size:12px;
}

.ll-post-image {
	width: 50%;
	float: right;
	margin: 20px;
}

.blog-img img {
	filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.25));
	width: 100%;

}

.blog-img img {
	filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.25));
	width: 100%;
}

.blog-img {
	border: 20px solid #fff;
	box-shadow: 0px 1px 8px rgb(0 0 0 / 25%);
}



@media all and (max-width: 1470px) and (min-width:1000px) {

}

@media all and (max-width: 999px) and (min-width:600px) {
	.ll-post-image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 600px) and (min-width:200px) {

	.legendary-entry{
		width:98%;
		padding:4px;
	}

	.seo-feature-image{
		width:90%;
		margin:10px auto;
		float:none;
	}

	.ll-post-image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}

}