@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed|Poiret+One');
html, body{
	margin:0;
	padding:0;
	font-weight: normal;
    font-style: normal;
    line-height:normal;
	font-family: 'Fira Sans Condensed', sans-serif;
}
h1{
	font-family: 'Poiret One', cursive;
}
.wrapper {
	  width: 100%;
	  margin: 0 auto;
	  }
	  
#header {
	background-color:#495e79;
	color:#fff;
}

#header .wrapper  {
	z-index:9999;
	position:fixed;
	background-color:#495e79;
	color:#fff;
}
}
#header span{
	font-size: 50px;
	font-weight:100;
}	  
#block1 .wrapper {
	  background-color:#fff;
	  text-align: center;
	  }
	  
#block2 .wrapper {
	  background-color:#fff;
	  text-align: center;
	  }	
	  
#block3 .wrapper {
	  background-color:#fff;
	  text-align: center;
	  }
		
#header:after, #block1:after, #block2:after, #block3:after{
	  content: "";
	  display: block;
	  height: 400px;
	  width: 100%;
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6); 
	  }
		
#header:after {
	  background-image: url(images/1.jpg); 
	  content: "Doctor Who";
	  font-size: 100px;
	  font-weight:100;
	  color:#fff;
	  padding-top:200px;
	  text-align:  center;
	  }
	  
#block1:after {
	  background-image: url(images/1.jpg); 
	  content: "";
	  font-size: 30px;
	  font-weight:100;
	  color:#fff;
	  padding-top:100px;
	  text-align:  center;
	  }
	  
#block2:after {
	  background-image: url(images/2.jpg); 
	  }
	  
#block3:after {
	  background-image: url(images/2.jpg); 
	  }
	  
ul.menu{
	list-style:none;
	margin:0 auto;
	padding:10px;
	display:inline;
    float:left;
    margin-left: 30%;
    margin-right: 30%;
}
 
.menu li a{
	text-decoration:none;
	color:#fff;
	display:block;
	padding:10px;
	font-weight:500;
}

.menu li{
	margin:5px;
    float:left;
}
.box{
	border-radius: 3px;
	font-size: 20px;
	font-weight:900;
	text-transform: uppercase;
	position:relative;
	background-color: #c24c4c;
	top:-250px;
	display:block;
	padding:20px;
	color:#fff;
	width:600px;
	text-align:center;
	margin:0 auto;
	animation: colors 2s infinite ease-out;
}
@keyframes colors{
	0%{
	color: #fff;
	background-color: #c24c4c
	}
	50%{
	color: #c24c4c;
	background-color: #fff;
		}
	
	100%{
	color:#fff;
	background-color: #c24c4c
	}
}
a.box2{
	text-decoration:none;
	font-size: 20px;
	font-weight:100;
	position:relative;
	background-color: #25383b;
	border-radius: 10px;
	top:-250px;
	display:block;
	padding:20px;
	color:#fff;
	width:250px;
	text-align:center;
	margin:0 auto;
}	  
#footer{
	background-color:#495e79;
	color:#fff;
}

#footer .wrapper  {
	width:600px;
	z-index:9999;
	background-color:#495e79;
	color:#fff;
	text-align:  center;
	padding:20px;
}
.anchor{
		width:100px;
		height:45px;
		background:rgba(0, 0, 0, 0.3);
		border:1px #000 solid;
		float: left;
		text-align: center;
}
a{
	color: white;
	text-decoration:none;
}
.map{
	margin: 0% 100%;
}
.container {
width: 498px; 
height: 861px;
margin: 200px auto 0; 
border: 2px dotted white; 
transform-style: preserve-3d;
animation: rotate 10s infinite linear; 
}
@keyframes rotate {
100% {
transform: rotateY(360deg); 
} 
}
.side { 
position: absolute; 
width: 498px; 
height: 861px; 
border: 1px solid black;
background: blue; 
}
.back {
  transform: translateZ(-250px) rotateY(180deg);
  background-image: url(images/sides.png)
} 
.left {
	transform: translateX(-250px) rotateY(270deg);
	background-image: url(images/sides.png)
}
.right { 
	transform: translateX(250px) rotateY(90deg); 
	background-image: url(images/sides.png)
}  
.front { 
	transform: translateZ(250px); 
  background-image: url(images/front.png);
}
ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul:after {
    display: block;
    content: ' ';
    clear: both;
    float: none;
}
ul.menu > li {
    float: left;
    position: relative;
	margin: 0 10px;
}
ul.menu > li > a {
    display: block;
    padding: 10px;
    color: white;
    background-color: red;
    text-decoration: none;
}
ul.menu > li > a:hover {
    background-color: black;
}
ul.submenu {
    display: none;
    position: absolute;
    width: 120px;
    top: 37px;
    left: 0;
    background-color: white;
    border: 1px solid red;
}
ul.submenu > li {
    display: block;
}
ul.submenu > li > a {
    display: block;
    padding: 10px;
    color: white;
    background-color: red;
    text-decoration: none;
}
ul.submenu > li > a:hover {
    text-decoration: underline;
}
ul.menu > li:hover > ul.submenu {
    display: block;
}
.input{
		float:right;
		margin: 10px 0px;
}
.audio{
	margin: 0 40%;
	opacity: 0.3;
}