/* #GB_window {
	background-color: rgba(255, 255, 255, 0.75);

} 

 /* #GB_frame {
	position: absolute !important;
	top: 0 !important;
	Left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
} */

#GB_frame {
	position: absolute;
	border: 0;
	overflow: auto;
	width: 100%;
	height: 100vh;
	top:0;
	left:0;
}

/* .GB_message {
	margin: 40% auto; 
	width: 100%;
	height: auto;
	text-align: center;
} */

.GB_message H1 {
	font-family: 'Open Sans',sans-serif; 
	font-weight: 600; 
	font-size: 2em; 
	line-height:34px; 
	color: var(--blue);
	text-align: center;
}

.GB_message p {
	font-family: 'Open Sans',sans-serif; 
	font-weight: 400; 
	font-size: 16px; 
	line-height:30px; 
	color: #000;
	text-align: center;
}

.GB_message a:link, .GB_message a:visited {
	color: var(--blue);
	text-decoration: none;
}

.GB_message a:hover {
	color: var(--grayhover);
	text-decoration: underline;
}

.GB_body {
	position: absolute;
	width: 100vw !important;
	height: 100vh!important;
	background-color: rgba(255, 255, 255, 0.95);
	color: #554e47;
	top: 0;
	left: 0;
}


/* 
.3tframe {
	position: absolute;
	width: 100% !important;
height: 100% !important;
z-index: 1000;
	
}  */