/**
 * @license
 * MyFonts Webfont Build ID 3137544, 2015-12-07T17:28:56-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvenirNextLTPro-Bold by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/the-foundation-collection/avenir-next-lt-pro-bold/
 * Copyright: Copyright &#x00A9; 2004 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Avenir is a trademark of Linotype GmbH
 *
 * Webfont: BaskervilleMTStd-Regular by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/the-foundation-collection/baskerville-mt-std-regular/
 * Copyright: Font software Copyright 1994 Adobe Systems Incorporated. Typeface designs Copyright 1994 The Monotype Corporation. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3137544
 * Licensed pageviews: 250,000
 * 
 * © 2015 MyFonts Inc
*/

@font-face {
	font-family: 'AvenirNextLTPro-Bold';
	src: url('../fonts/2FE008_7_0.eot');
	src: url('../fonts/2FE008_7_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/2FE008_7_0.woff2') format('woff2'),
		url('../fonts/2FE008_7_0.woff') format('woff'),
		url('../fonts/2FE008_7_0.ttf') format('truetype');
}

@font-face {
	font-family: 'BaskervilleMTStd-Regular';
	src: url('../fonts/2FE008_34_0.eot');
	src: url('../fonts/2FE008_34_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/2FE008_34_0.woff2') format('woff2'),
		url('../fonts/2FE008_34_0.woff') format('woff'),
		url('../fonts/2FE008_34_0.ttf') format('truetype');
}
			
html {
	display: table;
	height: 100%;
	width: 100%;
}
		
body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'BaskervilleMTStd-Regular';
	font-size: 1em;
	letter-spacing: 0.05em;
	border: 1.5em solid #eee;
}
		
div {
	width: 4px;
	height: 4px;
	background-color: black;
	border-radius: 50%;	
	margin: 30px auto;
}
		
h1, span {
	font-family: 'AvenirNextLTPro-Bold';
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
}

h1 {
	font-size: 1.125em;
}
		
a, a:hover {	
	color: black;
	text-decoration: none;
	padding: 0.15em 0.25em 0.1em 0.25em;
}
		
a:hover {
	background-color: #eee;
}