.sp-megamenu-parent > li > a {
	font-size: large;
}

#sp-header {
	box-shadow: 0 0 4px 0 #0345BF;
}

/* Article List */
.sppb-addon-article .sppb-article-img-wrap {
	display: block;
	max-width: 350px;
}

/* Article Detail */

/* Footer Instagram */
#sp-user1 {
	text-align: center;
	width: fit-content;
	margin: auto;
}
#sp-user1 img {
	margin: auto;
	filter: grayscale(70%);
	transition-duration: 0.5s;
}
#sp-user1:hover img {
	filter: grayscale(0%);
}



.sppb-section.start-parallax {
		max-height: 80vh;
	}
@media (max-width: 800px) {
	.sppb-section.start-parallax {
		height: 120vw!important;
	}
}
@media (min-width: 801px) {
	.sppb-section.start-parallax {
		height: 1000px!important;
	}
}