html{
  min-height: 100%;
  background-color: #000;
  background-image:url('./bg3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
} 
body { 
			/*background-image: url(./bg3.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #000;
			z-index:-1;*/
  min-height:100%;
}

div, body{
  margin: 0;
  padding: 0;
  font-family:'Neucha', sans serif;
  font-size:30px;
  
}
/*
.raster{
	  height: 100%; 
	  width: 100%;
	  background-attachment: fixed;

	  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHUlEQVQYV2NkYGD4zwABjDACQwCqAKISrAwKwAIAisMEA5Sp5Q4AAAAASUVORK5CYII=) repeat;
	  z-index:0;
	  position:fixed;
	  overflow-y: auto;
}*/
.wrapper {
    z-index: 2;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
	  color: #fff;
    overflow-y: auto;
	
}


h1 {
	margin:0;
	padding:10px;
	padding-top:20px;
	font-family:'Bowlby One';
	font-weight:normal;
	text-align:center;
	
}
h3 {
	margin:0;
	padding:0;
	font-size:16px;
	font-family:'Lalezar';
	font-weight:normal;
	text-align:center;
}
h2 {
	font-family:'Cookie';
	font-weight:normal;
	font-size:60px;
		margin-bottom:0;
		text-align:center;
	padding-bottom:0;
}
.theend {
	font-size:16px;
	margin-top:0;
	padding-top:0;
	font-family:'Cookie';
	
}
.message {
	font-family:'Neucha';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  display: block;
  position: absolute;
  color: #fff;
  padding: 0.5em;
  padding-top:20px;
  text-align:center;
/*text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;*/

}
.message a {
	color:#FFFFFF;
	padding:4px 8px;
	transition-duration:0.5s;
	border-radius:2px;
}
.message a:hover {
	background-color:#D80000;
	transition-duration:0.2s;
}
.download {
	padding:20px;
}

.vegas-overlay {
    opacity: .9;
}