* {
	font-family: -apple-system, -apple-system-font, BlinkMacSystemFont, 'acumin-pro', HelveticaNeue, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------*/

h1 {
	font-size: 60pt;
	font-weight: 100;
	color:#0b0b0b;
	padding-top: 0.5em;
	text-align: center;
}

h2 {
	font-size:28pt;
	font-weight: 200;
	color: #8a8a8a;
	text-align: center;
	margin-top: 0.2em;
}

h3 {
	font-size: 16pt;
	font-weight: 200;	
	color:#393939;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 15pt;
	font-weight: 300;	
	color:#636363;
	text-align: center;
}

p {
	text-align: center;
	color:#555555;
	font-weight: 300;
	font-size: 14pt;
}

a {
	cursor: pointer;
	color: #0096ff;
	text-decoration: none;
	font-weight: 300;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: underline;
}

.more {
	text-decoration: none;
}

.more::after {
	display: inline-block; /* required for text-decoration to work */
	margin-left: 0.2em;
	content: '\203A';
	font-weight: 500;
	font-size: 140%;
	vertical-align:-4%;
	text-decoration: none;
}

.non-selectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.image-description {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.superscript {
	vertical-align: top;
	position: relative;
	font-size: 50%;
}

.table {
	display: table;	
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

.table .row {
	display:table-row;
}

.table .cell {
	display: table-cell;
}

.table .cell p,
.table .cell h1,
.table .cell h2,
.table .cell h3,
.table .cell h4 {
	width: 100%;
}

.image-title {
	font-size: 12pt;
	font-weight: 400;
}

.image-description {
	font-size: 11pt;
	font-weight: 300;
}

/*--------------------------------------------------------*/

.fixed-width {
	width: 1024px;
}

@media screen and (max-device-width: 1024px) {
	
	.fixed-width {
		max-width: 96%;
	}
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.indicator-wrapper { /* 	required by light-box */
	text-align: center;
}

.indicator {
	background-color: #e8e8e8;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.indicator-selected {
	background-color: #b2b2b2;
}

/*--------------------------------------------------------*/

nav {
	margin-top: 0;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

nav a {
	float:right;
	margin-left: 2em;
	font-size: 14pt;
}

nav a.logotype {
	margin-left: 0em;
	float:left;
}

nav:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

nav img {
	width: 100px;
	padding-top: 0.2em;
	opacity: 0.75;
}

/*--------------------------------------------------------*/

button {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -3px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
	font-size: 13pt;
	font-weight: 400;
	text-decoration: none;
	background-color: #0096ff;
	color:white;
}

button:hover {
	background-color: #0084e0;
}

/*--------------------------------------------------------*/

.subsection {
	padding-top:2em;
	padding-bottom: 2em;
	border-top: 1px solid #e8e8e8;
}

@media only screen
and (max-width : 1024px) 
and (min-device-width:1024px) {
	
	.subsection {
		min-width: 1024px;
	}
}

.subsection h2 {
	font-size: 47pt;
	font-weight: 100;
	padding-bottom: 0;
	margin-bottom: 0;
	color:black;
}

.subsection h3 {
	margin-top: 0.2em;
	font-size: 28pt;
	font-weight: 100;
}

.subsection p {
	width:50em;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------*/

footer {
	margin-top: 1em;
	margin-bottom: 1em;
}

footer p {
	color:#9e9e9e;
	font-size: 12pt;
}

footer .address {
	margin-top: 0.4em;
	font-size:10pt;
}