/*!
Theme Name: Sergo
Version: 1.0.1
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: merge
*/

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #ccc;
}

/* WordPress API Elements */

.wp-caption {
	max-width: 100%;
	margin: 32px 0;
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

.wp-caption p,
.wp-caption-text {
	margin: 0;
	margin-top: 5px;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
	visibility: visible;
}

.screen-reader-text {
	display: none;
}

.aligncenter {
	display: block;
	margin: 32px auto;
}

.alignright {
	float: right;
	margin: 8px 0 8px 32px;
}

.alignleft {
	float: left;
	margin: 8px 32px 8px 0;
}