body {
	font-family : 'Titillium Web', Verdana;
	color: #E0E0E0;
	background-color: #303030;
	font-size: 24vw;
	line-height: 24vw;
	text-align: right;
	overflow: hidden;
}
.branding {
	font-size: 6vw;
	line-height: 6vw;
	display: inline-block;
	margin-right: 11vw;
	text-align: left;
	text-transform: uppercase;
	color: #707070;
}
.nodot {
	padding-left: 1.5vw;
}
.about {
    font-size: 1.5vw;
    line-height: 2vw;
	text-transform: uppercase;
}
.about a {
	color: #707070;
}
.about a:hover {
	color: #E0E0E0;
}
.article {
    font-size: 3vw;
    line-height: 4vw;
    text-align: left;
}
.article h1 {
    font-size: 4vw;
}
.article a {
    color: #707070;
    text-decoration: none;
}
.article a:hover {
    color: #E0E0E0;
}