@import url('https://fonts.googleapis.com/css?family=Neuton:200,400,800');

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/css/fonts/texgyreheros-regular-webfont.eot');
    src: url('/css/fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('/css/fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/css/fonts/texgyreheros-bold-webfont.eot');
    src: url('/css/fonts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/texgyreheros-bold-webfont.woff') format('woff'),
         url('/css/fonts/texgyreheros-bold-webfont.ttf') format('truetype'),
         url('/css/fonts/texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/css/fonts/texgyreheros-italic-webfont.eot');
    src: url('/css/fonts/texgyreheros-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/texgyreheros-italic-webfont.woff') format('woff'),
         url('/css/fonts/texgyreheros-italic-webfont.ttf') format('truetype'),
         url('/css/fonts/texgyreheros-italic-webfont.svg#texgyreherositalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: rgba(255,255,255,.5);
	width:100%;
	height:100%;
}
html {
	background-size: cover;
}
#logomark{
	font-family: 'Neuton', serif;
	font-size: 5vw;
	font-weight:800;
	color: #ddd;
	text-align:center;
	padding: 0px 0px 0px 25px;
	display: inline-block;
}
#pagination{
	bottom:20px;
	left: 30px;
	position: absolute;
}
.circle {
	border-radius: 50%;
	border: 1px solid #fff;
	width:10px;
	height: 10px;
	display:inline-block;
	margin: 1px;
}
.circle.fill {
	background-color: #fff;
}
#learnmore {
	position: absolute;
	cursor: pointer;
	font-family: 'Neuton', serif;
	font-weight:200;
	font-size: 2vw;
	color: #fff;
	padding: 10px 20px 15px 20px;
	border: 1px solid #fff;
	display: inline-block;
}
#learnmore:hover{
	color:#1d1d1d;
	background:#fff;
}
#desc {
	font-family: 'Helvetica Neue';
	font-weight: 800;
}