@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
	background-image: url("pics/home_bg_rendering.jpg");
	background-color: #1375be;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	font-size: 22px;
	font-weight: bold;
	font-family: lato, sans-serif, arial;
	color: #ACF5FF; 
}
.site-wrapper {
	  display: grid;
	  grid-template-rows: auto 1fr auto;
	  min-height: 100vh; 
}
a {
	font-family: lato, sans-serif, arial;
	color: #ffffff;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
.red-glow {
	border: 2px solid #ff0000;
	box-shadow: 0 0 10px #ff0000, 
                0 0 20px #ff0000, 
                inset 0 0 10px #ff0000;
}
.boxoffice {
	font-size: 32px;
}
.font-size-17 {
	font-size: 17px;
	font-weight: bold;
}
.email-box {
	max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: -50px;
}
.ctct-form-defaults {
	background-color: transparent !important;
}
.ctct-form-header {
	font-size: 20px !important;
}
.ctct-form-label {
	visibility: hidden;  /* Hides the original text but keeps its layout space */
	position: relative;
}
.ctct-form-label::after {
	content: "Join our mailing list by entering your email"; /* Your replacement text */
	visibility: visible; /* Makes the new text visible */
	position: absolute;  /* Overlays the new text on top of the old space */
	top: 0;
	left: 0;
	width: 100%;        /* Ensures layout matches */
} 
.ctct-form-element {
	height: 30px !important;
	width: 320px !important;
	
}
.ctct-gdpr-text {
	display: none !important;
}
.email-box button, h2, div, p, .ctct-form-header, .ctct-form-text {
	font-weight: bold !important;
	font-family: "poiret one", poiret, lato, sans-serif, arial !important;
}
.email-box button {
	max-width: fit-content;
	margin-top: -74px;
	margin-left: 325px;

/*	margin-left: auto;
    margin-right: auto; */
}
.grecaptcha-badge {
	visibility: hidden !important;
}
footer {
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	color: #1375be;
	padding: 2rem 1fr;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center; 
	font-family: "poiret one", poiret, lato, sans-serif, arial;
	font-size: 16px;
	font-weight: bold;
}
footer a {
	color: #1375be;
	font-size: 42px;
	font-weight: bold;
}
footer a:hover {
	color: #FF0000;
	font-size: 42px;
	text-decoration: none;
}
footer a:visited {
	color: #1375be;
	font-size: 42px
}
footer a:visited:hover {
	color: #FF0000;
	font-size: 42px;
	text-decoration: none;	
}