.simple-post { margin-top: 150px; margin-bottom: 100px; }
.simple-post h1 { color: #a57c37; font-family: 'Bodoni-Book'; font-size: 41px; text-transform: uppercase; letter-spacing: 2px; }
.simple-post h3 { font-size: 30px; }

ul.fixed-social-icons-jj li { background: #a57c37; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 991px){
	.simple-post { margin-top: 100px; margin-bottom: 50px; }
}

@media screen and (max-width: 500px){
	.simple-post h1 { font-size: 30px; text-align: center; }
	.simple-post h3 { font-size: 25px; }
}