/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  padding-top: 40px;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

a:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*	--------------------------------------------------
Type
-------------------------------------------------- */

@font-face {
	font-family: 'Dosis SemiBold';
	src: url('../type/Dosis-SemiBold.woff') format('woff'),
		url('../type/Dosis-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Averia Bold';
	src: url('../type/AveriaSerifLibre-Bold.woff') format('woff'),
		url('../type/AveriaSerifLibre-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Dosis Medium';
	src: url('../type/Dosis-Medium.woff') format('woff'),
		url('../type/Dosis-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Averia Italic';
	src: url('../type/AveriaSerifLibre-Italic.woff') format('woff'),
		url('../type/AveriaSerifLibre-Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Averia Regular';
	src: url('../type/AveriaSerifLibre-Regular.woff') format('woff'),
		url('../type/AveriaSerifLibre-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Catamaran Bold';
	src: url('../type/Catamaran-Bold.woff') format('woff'),
		url('../type/Catamaran-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Catamaran';
	src: url('../type/Catamaran-Regular.woff') format('woff'),
		url('../type/Catamaran-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

/*	--------------------------------------------------
Base
-------------------------------------------------- */

html, body {
  background-color: #f7f7f7;
  font:14px/1.6 'Catamaran', serif;
  -webkit-font-smoothing: antialiased;}

.content {font:16px/2.2 'Averia Regular', serif;
  -webkit-font-smoothing: antialiased;
  padding: 40px;
  }

.content strong {font:16px/2.2 'Averia Bold', serif;
  -webkit-font-smoothing: antialiased;}

.content em {
  font:16px/2.2 'Averia Italic', serif;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
}

.attr {
  font:16px/2.2 'Averia Regular', serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 300px;
  padding: 40px;
}

.attr-divider {
  font:24px/2.8 'Averia Bold', serif;
}

h1 {
  font-size: 44px;
  line-height: 48px;
  font-family: 'Catamaran Bold';
  text-transform: uppercase;
  padding-left: 20px;
}

h2 {
  font:18px/2.2 'Averia Bold', serif;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
  font:18px/2.2 'Averia Bold', serif;
}

.text-justify {
  text-align: justify;
}

.index-title {
  font:14px/1.6 'Catamaran Bold', serif;
  padding-top: 30px;
}

.toc-link {
  text-transform: uppercase;
  display: inline-block;
}

em { font-style: italic; }
strong { font-weight: bold;}
small { font-size: 80%; }

a, a:visited { color: #555555; text-decoration: none; outline: 0; }
a:visited { color: #555555 }
a:hover, a:focus { color: #a91e22; transition: all .4s ease;}
p a, p a:visited { line-height: inherit; color: #555555}

.bottom-logo {
  position: absolute;
  bottom: 0;
  left: 150px;
}

.content-container {
  overflow-y:scroll; 
  height:60vh;
}

/*	--------------------------------------------------
Customizations
-------------------------------------------------- */

.birch-wrap {
  font-size:135px;
  line-height: 100%;
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
  justify-content: space-between;
}

.birch-wrap div {
  margin-bottom: 24px;
  width: 33%;
}

.janeshek-grafs {
  line-height: 22px;
}

.janeshek-grafs em {
  line-height: 22px;
}

.abidi-wrap {
  width: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
  justify-content: flex-end;
}
.abidi-wrap p {
  width: 80%;
}

.abidi-graf {
  line-height: 22px;
}

.abidi-graf em {
  line-height: 22px;
}

.abidi-img {
  width: 100%;
}

.alexander-graf {
  line-height: 22px;
}

/*	--------------------------------------------------
Container
-------------------------------------------------- */
div#container, div.container { position: relative; width: 1210px; margin: 0 auto; padding: 0; }

/*	--------------------------------------------------
Grid
-------------------------------------------------- */
.column-row, .row { margin: 0 0 2px -20px; }
.column, .columns { float: left; display: inline; margin: 0 0 0 10px; }
 
.zero { width: 30px;}
.one { width: 70px; }
.two { width: 146px; }
.three { width: 222px; }
.four { width: 298px; }
.five { width: 374px; }
.six { width: 450px; }
.seven { width: 526px; }
.eight { width: 602px; }
.nine { width: 678px; }
.ten { width: 754px; }
.eleven { width: 830px; }
.twelve { width: 906px; }
.thirteen { width: 982px; }
.fourteen { width: 1058px; }
.fifteen { width: 1134px; }
.sixteen { width: 1210px; }
 
.offset-by-one-half { margin-left: 38px; }
.offset-by-one { margin-left: 76px; }
.offset-by-two { margin-left: 152px; }
.offset-by-three { margin-left: 228px; }
.offset-by-four { margin-left: 304px; }
.offset-by-five { margin-left: 380px; }
.offset-by-six { margin-left: 456px; }
.offset-by-seven { margin-left: 532px; }
.offset-by-eight { margin-left: 608px; }
.offset-by-nine { margin-left: 684px; }
.offset-by-ten { margin-left: 760px; }
.offset-by-eleven { margin-left: 836px; }
.offset-by-twelve { margin-left: 912px; }
.offset-by-thirteen { margin-left: 988px; }
.offset-by-fourteen { margin-left: 1064px; }
 
/* Clear the columns automagically, thanks @kneath */
.column-row:after, .row:after, .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.column-row, .row, .clearfix { display: inline-block; }
.column-row, .row, .clearfix { display: block; }

/* Negative Spacing
   ========================================================================== */

.top-25 {
  margin-top: 25px;
}
.top-40 {
  margin-top: 40px;
}
.top-60 {
  margin-top: 60px;
}
.top-70 {
  margin-top: 70px;
}
.top-100 {
  margin-top: 100px;
}
.top-150 {
  margin-top: 150px;
}
.top-160 {
  margin-top: 160px;
}
.top-200 {
  margin-top: 200px;
}
.top-300 {
  margin-top: 300px;
}
.top-400 {
  margin-top: 400px;
}
.top-800 {
  margin-top: 800px;
}
.top-1 {
  margin-top: 1px;
}
.top-5 {
  margin-top: 5px;
}
.top-10 {
  margin-top: 10px;
}
.bottom-1 {
  margin-bottom: 1px;
}
.bottom-5 {
  margin-bottom: 5px;
}
.bottom-10 {
  margin-bottom: 10px;
}
.bottom-25 {
  margin-bottom: 25px;
}
.bottom-40 {
  margin-bottom: 40px;
}
.bottom-60 {
  margin-bottom: 60px;
}
.bottom-120 {
  margin-bottom: 120px;
}
.bottom-150 {
  margin-bottom: 150px;
}
.bottom-250 {
  margin-bottom: 250px;
}

/* Indentation
   ========================================================================== */
.indented {
  text-indent: 50px;
}
.margin-3 {
  margin-left: 3px;
}
.margin-25 {
  margin-left: 25px;
}
.margin-40 {
  margin-left: 40px;
}
.margin-50 {
  margin-left: 50px;
}
.margin-60 {
  margin-left: 60px;
}
.margin-70 {
  margin-left: 70px;
}
.margin-90 {
  margin-left: 90px;
}
.margin-100 {
  margin-left: 100px;
}
.margin-120 {
  margin-left: 120px;
}
.margin-140 {
  margin-left: 140px;
}
.margin-150 {
  margin-left: 150px;
}
.margin-160 {
  margin-left: 160px;
}
.margin-180 {
  margin-left: 180px;
}
.margin-190 {
  margin-left: 190px;
}
.margin-200 {
  margin-left: 200px;
}
.margin-240 {
  margin-left: 240px;
}
.margin-260 {
  margin-left: 260px;
}

/* Indentation
   ========================================================================== */
.numeral-container {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}

.numeral a, .numeral a:visited, .numeral a:hover, .numeral a:focus {
  font-size: 280px;
  font-family: 'Averia Bold', serif;
  color: #a91e22;
  text-decoration: none;
}

/* Layout Utilities
   ========================================================================== */

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.lowercase {
  text-transform: lowercase;
}

/* Container variants */
.container-padded {
  padding-top: 40px;
}

.container-index {
  padding-top: 20px;
  margin-bottom: 0;
  height: 900px;
}

/* Logo container */
.logo-container {
  position: relative;
  height: 180px;
}

/* Glyph image on index */
.glyph-img {
  height: 700px;
}

/* Spacer classes to replace invisible hr elements */
.spacer-10 {
  display: block;
  height: 10pt;
}

.spacer-15 {
  display: block;
  height: 15pt;
}

.spacer-20 {
  display: inline-block;
  height: 20pt;
}

.spacer-100 {
  display: block;
  height: 100pt;
}

/* Empty cell placeholder */
.empty-cell {
  min-height: 1px;
}

/* Additional alignment classes */
.align-bottom {
  vertical-align: text-bottom;
}

.spacer-160 {
  display: block;
  height: 160pt;
}

/* Responsive - allow horizontal scroll on mobile
   ========================================================================== */
@media (max-width: 1250px) {
  html, body, .container, div#container, div.container {
    width: auto;
    min-width: 320px;
    overflow-x: auto;
  }
}

/* Accessibility - Skip Link
   ========================================================================== */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 0.5em 1em;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
}
