@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'britannic_boldregular';
    src: url('britanic-webfont.woff2') format('woff2'),
         url('britanic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '28_days_laterregular';
    src: url('28_days_later-webfont.woff2') format('woff2'),
         url('28_days_later-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background: black;
	color: white;
}

.background {
    margin: 0px auto;
	width: 1200px;
	height: 600px;
	background: url("room2.jpg");
	position: relative; 
}

p {
    font-family: 'britannic_boldregular';
    font-size: 25px;
    position: absolute;
    top: 10px;
    left: 200px;
    -webkit-text-stroke: black .6px; 
    text-shadow: 2px 2px 3px black; 
                
}


em {
    color: darkred;
    font-size: 25px;
    position: absolute;
    top: 480px;
    left: 550px;
    -webkit-text-stroke: black .6px; 
    text-shadow: 2px 2px 3px black; 
                
}


strong {
    position: absolute;
    color: antiquewhite;
    font-size: 30px; 
    top: 520px; 
    left: 400px;
    text-shadow: -2px 2px 2px black,
				  1px 1px 2px black,
				 1px -1px 2px black;
				-1px -1px 2px black;
}

.surprise2 {
	display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("distorted_arrow.png");
    width: 200px;
    height: 200px;
    top: 100px;
    left: 540px;
	 

}

.surprise2:hover {
	background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
	
}

.clock {
    display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("clock.png");
    width: 200px;
    height: 200px;
    top: -40px;
    left: 1030px;
}

.clock:hover {
	background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
	
}

.clock2 {
    display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("hourglass.png");
    width: 200px;
    height: 200px;
    top: 292px;
    left: 88px;
}

.clock2:hover {
	background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
	
}

.frame {
    display: block;
    position: absolute;
    text-indent: -99999px;
    background: url("frame.png");
    width: 200px;
    height: 200px;
    top: 36px;
    left: 304px;
}

.frame:hover {
	background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
	
}
