.slogan {
 font-size: 82px;
 font-weight: 900;
 text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
 background: rgba(135, 165, 35, 0.5);
  color: #ffffff;
}
.x-recent-posts a {
	padding: 0 !important;
	border: none !important;
}
.x-recent-posts-content {
	background: #F5F5F5 !important;
    padding: 20px !important;
}
.x-recent-posts-content h3 {
	font-size: 1.5em !important;
}
.about-text {
	font-size: 1.2em !important;
}
.white-text .h-custom-headline {
	color: #ffffff !important;
}
.dark-bg {
	font-size: 1.2em !important;
	color: #ffffff !important;
  	background: rgba(0, 0, 0, 0.4);
  	padding: 20px;
}
.dark-bg h3 span {
	color: #ffffff !important;
}
#schema {
	display: none;
}
.info-box {
	border: 1px solid #b0b0b0;
  	-webkit-box-shadow: 2px 3px 11px -2px rgba(107,107,107,1);
	-moz-box-shadow: 2px 3px 11px -2px rgba(107,107,107,1);
	box-shadow: 2px 3px 11px -2px rgba(107,107,107,1);
  	padding: 30px !important;
}
.x-recent-posts-img {
padding-bottom: 0 !important;
}

@media screen and (max-width: 700px) {
    .slogan {
        font-size: 60px;
    }
}
@media screen and (max-width: 320px) {
    .slogan {
        font-size: 40px;
    }
}