@font-face{
	font-family:SourceSans;
	src:url(SourceSansPro-Regular.otf);
}
@keyframes headergrow{
	from {width:0em}
	to {width:25em}
}
@-webkit-keyframes headergrow{
	from {width:0em}
	to {width:35%}
}
@keyframes headerhide{
	0% {opacity:0}
	50% {opacity:0}	
	100% {opacity:1}
}
@-webkit-keyframes headerhide{
	0% {opacity:0}
	50% {opacity:0}	
	100% {opacity:1}
}

html{
	height:98%;
	width:98%;
	background-attachment: fixed !important;
	background-image:radial-gradient(
		rgb(200,200,250) 75%, rgb(120,120,180) 100%) ;
	margin:0em;
	padding:0em;
}
body{
	/*height:98%;*/
	width:97%;	
	padding:2em;
	margin:auto;
	font-family:SourceSans;
}
header{
	animation: headergrow .5s;
	-webkit-animation: headergrow .5s;
	width:25em;
	height:4em;
	background-image:repeating-linear-gradient(135deg,rgb(250,240,240),rgb(150,145,150)20%,rgb(250,240,240)55%,rgb(155,145,155)85%,rgb(150,150,150));
	border: 2px outset rgb(150,150,150);
	border-radius:1em;
	margin:auto;
	text-align: center;
	overflow:hidden;
	box-shadow: .1em .1em .1em .1em rgba(0,0,0,.5);
	padding:2px;
}
h1{
	animation:headerhide 1s;
	-webkit-animation:headerhide 1s;
	top-margin:0px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color:rgb(140,140,140);
	overflow:hidden;
	font-family: SourceSans;
	text-shadow:-1px -1px rgb(20,20,20);
	line-height:.75em;
}
article{
	animation:headerhide 1.5s;
	-webkit-animation:headerhide 1.5s;
	padding-left:5em;
	padding-right:5em;
}
article img{
	margin:2em;
	border:3px outset rgb(200,200,200);
	border-radius: 15%;
	box-shadow:.3em .3em .2em .1em rgba(0,0,0,.5);
}
.centered{
	display:block;
	position:relative;
	margin:auto;
	text-align:center;
	padding:.5em;
}
#jumplinks {
	font-weight: bold;
	font-size: 1.25em;
	color: white;
	text-shadow:1px 1px black;
	display:inline;
	padding:0.1em;
	margin-top:2em;
	text-decoration: none;
	margin:auto;
}
#jumplinks a{
	font-weight: bold;
	color: white;
	text-shadow:1px 1px black;
	display:inline;
	text-decoration: none;
}
