/*
Theme Name: Irtaza One Page
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A simple one-page personal website theme — hero photo banner, intro, three feature icons (About Me / My Passion / My Profession), a longer bio paragraph, and a contact section with a form. Recreated from a previous personal site design (irtazakazmi.com) with matching colors. Nav links can point to subdomains (e.g. a separate Blog). Fully editable via Appearance > Customize.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: irtaza-onepage
Tags: one-column, custom-colors, custom-menu, custom-logo, featured-images, translation-ready

Actual layout rules live in assets/css/main.css (enqueued via functions.php) —
this file only carries the required theme header and a couple of WordPress
core structural selectors.
*/

.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1em; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	white-space: nowrap;
}
