@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/MagicSuite.Framework/MagicSuite.Framework.aqot99fpr1.bundle.scp.css';
@import '_content/PanoramicData.Blazor/PanoramicData.Blazor.0g96itudn2.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.homeTitle[b-907yrq3i1g] {
	text-align: center;
	font-size: 70pt;
	line-height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
}

	.homeTitle img[b-907yrq3i1g] {
		width: 120px;
		height: 120px;
		vertical-align: middle;
	}

.area[b-907yrq3i1g] {
	padding: 15px;
	text-align: center;
	border-radius: 8px; /* Rounded corners */
	margin-bottom: 10px; /* Add some margin between areas */
	height: 100%; /* Make areas fill their container height */
	display: flex; /* Use flexbox for content alignment */
	flex-direction: column; /* Stack items vertically */
	align-items: center; /* Center items horizontally */
	justify-content: start; /* Center items vertically */
}

	.area img[b-907yrq3i1g] {
		max-width: 100%; /* Ensure image doesn't exceed container width */
		/* max-height: 50%; */ /* Removed fixed max-height */
		margin-bottom: 5px; /* Add space between image and caption */
		height: 20vh; /* Set image height to 30% of viewport height */
		object-fit: contain;
	}

.title-area[b-907yrq3i1g] {
	text-align: center;
	margin-bottom: 20px;
	height: auto; /* Changed height to auto */
	align-items: center; /* keep the title centered */
	justify-content: center;
}

.row[b-907yrq3i1g] {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin-right: 0; /* Remove right margin from row */
	margin-left: 0; /* Remove left margin from row */
}

.container-fluid[b-907yrq3i1g] {
	height: 100vh;
	display: flex;
	flex-direction: column;
	padding-right: 0; /* Remove right padding from container */
	padding-left: 0; /* Remove left padding from container */
}

.bottom-row[b-907yrq3i1g] {
	flex: 1; /* Allow the bottom row to take up remaining space */
	display: flex;
	flex-wrap: wrap;
}

.col-md-6[b-907yrq3i1g], .col-12[b-907yrq3i1g] {
	padding-right: 0; /* Remove right padding from columns */
	padding-left: 0; /* Remove left padding from columns */
}

@media (min-width: 768px) {
	.area[b-907yrq3i1g] {
		margin-bottom: 0; /* Remove bottom margin on wider screens */
	}
}

h1[b-907yrq3i1g]
{
	font-family: 'Tenorite';
	font-weight: bold;
}

h2[b-907yrq3i1g] {
	font-family: 'Tenorite';
	font-weight: bold;
	font-size: 1.5rem;
}

.callToAction[b-907yrq3i1g] {
	font-size: x-large;
}

.area figcaption[b-907yrq3i1g] {
	text-align: center;
	max-width: 600px;
	margin-bottom: 5px;
}

.area p[b-907yrq3i1g] {
	text-align: justify;
	max-width: 600px;
}
