/*
Design by Al_Sole

*/


@font-face {
  font-family: 'DIABLO_H';
  src: url('../fonts/DIABLO_H.ttf');
  src: url('../fonts/DIABLO_H.eot') ;
  src: local('DIABLO_H'),  url('../fonts/DIABLO_H.woff') format('woff'), url('../fonts/DIABLO_H.otf') format('opentype'); /* IE */

}
body{background-color: black;
	/*background:url('../img/after party hoes.jpg');*/
	background-size: cover;
	text-align:center ;
	color: white;
	font-size: 24px;
	padding: 4px;
	margin: 6px;
	spacing: 6px;
	height: 100%;
	}
header {font: 144px DIABLO_H;
	text-align:center center;
	text-shadow:
    -1px -1px 0 #ff0,
    1px -1px 0 #ff0,
    -1px 1px 0 #ff0,
    1px 1px 0 #ff0,
    3px 8px 2px rgba(255, 10, 0, 0.4);
    color:black;
	background-image: url('../img/panorama.jpg') ;*/
	background-repeat: no-repeat;
    background-position: center center;

	}
#menu{
	font: 24px DIABLO_H;
	text-align:center center;
	text-shadow:
    -1px -1px 0 #ff0,
    1px -1px 0 #ff0,
    -1px 1px 0 #ff0,
    1px 1px 0 #ff0,
    3px 8px 2px rgba(255, 10, 0, 0.4);
	height:100%;
}
#footer{font: 24px DIABLO_H;
	text-align:center center;
	text-shadow:
    -1px -1px 0 #ff0,
    1px -1px 0 #ff0,
    -1px 1px 0 #ff0,
    1px 1px 0 #ff0,
    3px 8px 2px rgba(255, 10, 0, 0.4);
    color:black;
}
.vr
{
  display:inline;
  height:100%;
  width:1px;
  border:1px inset;
  margin:5px;
  color:silver;
}
#subheader {
	background-image: url('../img/panorama.jpg');
	background-position: center top;
	background-size: 100% 100%;
	font: 144px DIABLO_H;
	text-shadow:
    -1px -1px 0 #ff0,
    1px -1px 0 #ff0,
    -1px 1px 0 #ff0,
    1px 1px 0 #ff0,
    3px 8px 2px rgba(255, 10, 0, 0.4);
    color:black;

	}
#subheader2 {
	background-image: url('../img/panorama.jpg');
	background-position: center top;
	background-size: 100% 100%;
	font: 144px DIABLO_H;
	text-shadow:
    -1px -1px 0 #ff0,
    1px -1px 0 #ff0,
    -1px 1px 0 #ff0,
    1px 1px 0 #ff0,
    3px 8px 2px rgba(255, 10, 0, 0.4);
    color:black;

	}
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 150px;
  margin: 0 1em 1em 0;
  position: relative;
  }
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
ul.img-list li:hover span.text-content {
  opacity: 1;
}
#photobox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 0;
	z-index:97;
	background-color:rgba(0,0,0,0.7); 	
}
img.centraal{
 	display: block;   
	margin-left: auto;   
	margin-right: auto; 
	margin-top: 100px ;
	border-style: solid;
	border-width: 4px;
	border-color: #ef8000;
	border-radius: 4px;
	height:700px;
}
audio{
	background-image:url("http://www.hypnoisers.nl/img/scenic.jpg");
	}
.content .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

#box 
{	
	font: 24px Helvetica;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center center;
  	text-shadow:
    -1px -1px 0 #ff0,
    1px -1px 0 #ff0,
    -1px 1px 0 #ff0,
    1px 1px 0 #ff0,
    3px 8px 2px rgba(255, 10, 0, 0.4);
    color:black;
}


@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#cookiefree {
	position: fixed ;
	bottom : 0px;
	right : 0px; 
	width: 100px;
	height : 100px;
	z-index:99;
} 

/*	font-family:"Verdana", Arial;*/