
html {
		height: 100% ;
		min-height: 100% ;


		}
body {
		min-height: 100% ;
		background-color: white ;
		color: purple ;
		text-align: center ;
		background-image: url("img/logo.jpg") ;
		background-position: center center ;
		background-attachment: fixed ;
		background-repeat: no-repeat ;
		background-size: auto 100%;
		}
		
H1 {
		min-height: 50% ;
}
		
.header h1 { margin-bottom: 0; padding-bottom: 0 }
.header p { margin-top: 0 ; padding-top: 0}
		
		
.super {
		size: 33% ;
}
		
.social { position: fixed; bottom: 0 ; left: 0px ; right: 0px }
p.social a { padding: 2em ; text-decoration: none }