@charset "utf-8";
/* CSS Document */

.post h1{
	margin: 10px 0px;
	font-size: 20px;
	}
.post h2{
	margin: 10px 0px;
	font-size: 18px;
	}
.post h3{
	margin: 10px 0px;
	font-size: 16px;
	}
.post h4{
	margin: 10px 0px;
	font-size: 14px;
	}
.post{
	background: rgba(255, 255, 255, 0.93);
	width: 96%;
	padding: 2%;
	height: auto;
	border-radius: 10px;
	margin: 5px 0px;
	text-align: left;
	overflow: hidden;
	font-weight:500;
	}
.slideshow {
    margin: auto;
    width: 500px;
    height: 315px;
}
.video-section-butt {
	margin: 0px 0px 5px 5px;
	float: right;
	width: 500px;
	height: 55px;
	text-align: center;
	}
.post p {
    margin: 10px 0px;
    font-size: 15px;
    line-height: 20px;
    word-break: break-word;
}
/* Responsive */
@media all and (min-width: 0px) and (max-width: 690px) {
	.slideshow{
	margin: 0px auto 5px auto;
	float: none;
	}
}
@media all and (min-width: 0px) and (max-width: 558px) {
	.slideshow{
	height:auto;
	width:100%;
	}
}