*
    margin 0
    padding 0
    box-sizing border-box
    
body    
    font-family Futura, "Trebuchet MS", Arial, sans-serif

header
	margin-top: .2em
	text-align: center

header h1
	color: #222

header p
	color: #222

.state-indicator 
    text-align center
    display none
    height 450px
    position relative   
    
.state-indicator img
		position absolute
		top 0
		bottom 0
		left 0
		right 0
		margin auto        
		
.alien
    display none
    text-align center
    margin-top -30px

body.disco
    background-image url('/images/disco-bg.jpg')
    background-size cover
    .alien
        display block
    .state-indicator
        display none
    h1, p
        color #fff
