@font-face{
	font-family: vinque;
	src: url('vinque rg.otf');
}
@font-face{
	font-family: gentium;
	src: url('gentium.ttf');
}
body{
	background-color: #010101;/*#261E20;180E10;*/
	color: white;
	/*background-color: #C6C6C6;
	color: #010101;*/
	font-family: gentium;
	padding: 2em;
}
/*header*/
header{
	text-align: center;
	border-radius: 1em;
	padding: 1em;
	background-image: url(images/city.jpg);
}
span{
	font-family: vinque;
	font-size: 3em;
}
/*updates*/
.updates-header{
	position: relative;
	font-family: vinque;
}
.updates{
	color: black;
	padding: 1em;
	border-radius: 1 em;
	background-image: url(images/whitepaper.jpg);
}
/*index*/
main{
}
nav{
	border: solid white;
	background-color: black;
	background-image: url(images/eyes.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
ul{
    display: inline-block;
}
.as-link{
	text-decoration: none;
	color: white;
}
.article{
	font-size: 1.25em;
}
/*pseudo-classes*/
.as-link:hover{
	text-decoration: red underline;
}
/*art*/
.comments{
	margin-left: auto;
}
.img-big{
	height: 40em;
}
/*sessions*/
tr{
	white-space: wrap;
	border: solid;
	text-align: left;
}
td{
	padding-bottom: 5em;
	border: solid;
	line-height: 1.75em;
}