@font-face {
    font-family: "Boscribe";
    font-style: normal;
    font-weight: normal;
    src:url("BoscribeStd.otf");
}
/* body stretches entire window */
body {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    font-family: Georgia, serif;
}
/* vertically centering element of any width/height required two wrapping elements */
.center-a {
    display: table;
    width: 100%;
    height: 100%;
}
.center-b {
    display: table-cell;
    vertical-align: middle;
}
.max-width {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.container-4x3 {
    height: auto;
    padding-top: 75%; /* top padding determines height. Height is 3/4 (75%) to achieve box width/height 4/3 */
    position: relative;
}
.container-content {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
video {
    width: 100%;
}

.link-index, .link-page-fragment {
    min-width: 80px;
    width: 15%;
    display: inline-block;
    padding-bottom: 1em;
}
.link-page-fragment {
    float: right;
    height: auto;
    width: auto;
    max-height: 120px;
    max-width: 120px;
}

.link-page {
    padding-top: .5em;
    font-size: 1.5em;
}
/**
* On mobile, add padding left.
 */
@media (max-width: 800px) {
    .link-page, .link-index {
        padding-left: 1em;
    }
    .link-page-fragment {
        padding-right: 1em;
    }
}
.link-page a {
    font-family: "Boscribe", serif;
    text-decoration: none;
    color: black;
    font-size: 1.5em;
    display: inline-block;
    background: url(dots_small.png) repeat-x scroll center;
    background-position: bottom;
    line-height: 1.6em;
    margin-left: .1em;
}
