/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2022 | 05:03:54 */
header, footer {
  width			: 100%;
  height			: 10vh;
  background-color: black; }
  header p, footer p, header span, footer span, header strong, footer strong {
    color	: white; }
  @media (max-width: 599px) {
  header, footer {
    display	: none !important; } }

.site-body {
  height		: 80vh;
  padding		: 0;
  overflow	: auto; }
  @media (max-width: 599px) {
  .site-body {
    height	: 100vh;
    padding	: 0 1rem; } }

.main-section {
  margin		: 0; }

.site-body-container.container {
  max-width	: initial;
  height		: auto;
  padding		: 0; }

#main, #post-78, .entry-body {
  height		: 100%; }
