body{
	text-align:center;
	color:#FFF;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	background-color:#000;
	font-family: 'Gelasio', serif;

}

div,span{
	box-sizing:border-box;
}

#bg{
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:99;
}


#content{
display:block;
position:absolute;
left:0px;
top:0px;
padding:20px;
z-index:999;
width:100%;
}

@keyframes changewidth {
  from {
    filter: blur(20px);
  }

  to {
    filter: blur(0px);
  }
}

#bg{
	filter: blur(20px);
	animation-duration: 20s;
  	animation-name: changewidth;
  	animation-iteration-count: infinite;
  	padding:0px;
	margin:0px;
	background-color:#333;
	background-image:url(preImgs/DJI_0335.jpg);
	background-attachment:fixed;
	top:0px;
	left:0px;
	background-position:center center;
	background-size:cover;	
}

a{
	color:#F60;
}

.dato{
	font-size:60px;
	color:rgba(255,255,255,0.8);
}


.seclink{
	color:#CCC;
}