/* prelaunch page */
body.prelaunch{
	width: 100%;
  height: 100%;
  background-color:#000;
  background-image:url(/wp-content/uploads/2026/07/background.jpg);
  background-size: cover;
	background-position: center;
  background-attachment:fixed;
  margin: 0;
  padding: 0;}
body.prelaunch .site-content{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95vh;
  min-height: 650px;
  text-align: center;
	background-color:transparent !important;}
body.prelaunch .site-content, body.prelaunch .site-content h4{
	color:#fff !important;}
body.prelaunch .site-content h2{
	color:#ccc !important;}
body.prelaunch .site-content a{
	font-weight:bold !important;
	color:#fff !important;
	text-decoration:none !important;}
body.prelaunch .site-content a:hover{
	color:#ccc !important;}
body.prelaunch .prelaunch-contact{
	border-top:1px solid #fff;
  font-size: 0.8em;}

body.prelaunch .mobmenu{
  display: none;}