@import url('normalize.css');

/* ----------------------------------------------------------
    HAL 9000 CSS
    Version 1.0

	TABLE OF CONTENTS

	01 - BASE STYLES
	
---------------------------------------------------------- */
/* 01 = BASE STYLES
---------------------------------------------------------- */
.html {
	background-color: #070707;
	/*height: 100%;
	position: absolute;
	width: 100%;*/
}
*{
	margin:0;
	padding:0;
}
body {
	background-image: url(../images/halbg.jpg);
	background-position: center center;
	background-size:100% auto;
	/*height: 1465px;
	margin: 0;
	width: 1200px;
	box-sizing:border-box;*/
	height:100vh;
}
.hal-container{
	width:100%;
	padding-top: 60px;
	/*height:100vh;*/
	/*line-height:100vh;*/
}
.hal-panel {
	position: relative;
	text-align: center;
	width:520px;
	margin:0 auto;
}
.hal-image{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	line-height:normal;
}
.hal-image img{
	width:100%;
	vertical-align: middle;
}
.halflash {
	background-image: url(../images/hal1.png);
	display: none;
	height: 399px;
	left: 66px;
	position: absolute;
	top: 457px;
	width: 396px;
}