@charset "UTF-8";
body {
	width: 100%;
	height: 100%;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 50%;
}

.email span {
	display: block;
	margin-left: auto;
    margin-right: auto; 
    width: 50%;
	text-decoration:none;
	color: grey;
	text-align:right;
	font-family: "trajan-sans-pro",sans-serif;
	font-size: 2vw;
}