/*!
Theme Name: stc
Theme URI: #
Author: Greystack
Author URI: https://greystacksolutions.com/
Description: STC Club wordpress responsive site
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stc
*/

/* Basic WordPress Theme Styles */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-main {
	flex: 1;
}

/* Navigation */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 1rem;
	text-decoration: none;
}

/* Posts */
.post {
	margin-bottom: 2rem;
}

.entry-header {
	margin-bottom: 1rem;
}

.entry-title {
	font-size: 2rem;
	margin: 0;
}

.entry-content {
	margin-bottom: 1rem;
}

/* Sidebar */
.widget-area {
	margin-top: 2rem;
}

.widget {
	margin-bottom: 2rem;
}

.widget-title {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

/* Footer */
.site-footer {
	background-color: #f8f9fa;
	padding: 2rem 0;
	text-align: center;
}
