/**
* Theme Name: Justwork Studio
* Description: The design for Justworks Studio embodies a sleek, modern aesthetic that reflects the studio’s forward-thinking approach to creative solutions. With a minimalist layout, bold typography, and dynamic visuals, the theme emphasizes clarity, innovation, and professionalism. It’s crafted to highlight the studio’s expertise in digital storytelling while offering an intuitive user experience that guides visitors seamlessly through their services, portfolio, and brand ethos. The overall tone is confident yet approachable—perfect for a creative agency that thrives on turning bold ideas into impactful realities.
* Author: <bold>Design by:</bold> Pro Real tech
* Theme URL: https://www.Prorealtech.com
* Version: 2.1.6
*/

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;
}