/* remotefilename=/web/css/Cnstruct.css
 *
 *	Copyright © 2025 by FKE Internet.  All rights reserved.
 *
 *	$Id: /web/css/Cnstruct.css,v $
 */
/**
*	CSS rulesets for FUNCTION
*
*	Author:			Fred Koschara
*	Creation Date:	July twenty-fourth, 2025
*	Last Modified:	July 30, 2025 @ 7:03 pm
*
*	Revision History:
*	   Date		  by		Description
*	2025/07/30	wfredk	make feature visible from the outset, no need to unhide
*	2025/07/24	wfredk	original development
*/

.ackString_post_hr
{	margin:30px 0 50px;
}
.ackString_pre_hr
{	margin:50px 0 30px;
}

.cnstrctSgn
{	align-items:center;
	display:flex;
	flex:1 1 0;
	flex-direction:column;
	justify-content:center;
	max-width:calc(50%-1.5%);
	min-width:0;
	padding:20px;
	text-align:center;
}
.cnstrctSgnBlk
{	color:black;
}
.cnstrctSgnHr
{	margin-top:30px;
}
.cnstrctSgnWht
{	color:white;
}

.cnstrctWtchHr
{	margin:30px auto;
	width:50%;
}

.constructionSign
{	margin:0 auto;
}
.constructionSign img
{	display:block;
	height:auto;
	max-width:540px;
	width:100%;
}

.dvCnstBrdBlk
{	border:1px solid black;
	padding:30px;
}
.dvCnstBrdWht
{	border:1px solid white;
	padding:30px;
}
.dvNoCnstBrdBlk,
.dvNoCnstBrdWht
{	border:0;
	padding:5px;
}

/* responsive behavior for small screens */
@media (max-width:600px)
{	.cnstrctSgn
	{	order:2;
		text-align:center;
	}
}

/* EOF: Cnstruct.css */
