@charset "UTF-8";
/* CSS Document */
:root {
  /*--main-bg-color: rgba(0,0,0,1.00);*/
  --background: rgba(0, 0, 0, 0.15);
  --textcolor: #D4D3D3;
  --hovercolor: #FFFFFF;
}

.l1 {

}

#curtain{
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #000000;
  display: block;
  opacity: 1;
  z-index: 99;
}

#overlay {
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  background:url("../../images/gen/background3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position:center;
  display: block;
/*  display: none;*/
}

#options {
text-align: center;	
vertical-align: middle;

}

#options a {
	color: var(--textcolor);
	text-decoration: none;
	display: inline-block;
border: solid;
border-radius: 10px;
	height: 3.5em;
	width: 10em;
	margin: auto;
	padding: 1em 0em 0em 0em;
	
}

#logo {
/*	padding: 18em .5em 0em 0em;*/
	padding: 7em .5em 0em 0em;
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	text-align: center;
}

#logo_image {
	height: auto;
	width: 100%;
	max-width: 332px;
	align-self: center;
}
