/*
PALETTE:

grey (page nav): rgb(51,51,51);
med-dark gray (section nav): rgb(26,26,26);
dark gray (index nav): rgb(11,11,11);
gold text: rgb(195,152,106);
red: rgb(216,31,38);


-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
*/

.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}

/* FONTS */

.caslonR { font-family: "adobe-caslon-pro",serif; font-style: normal; font-weight: 400; }
.caslonB { font-family: "adobe-caslon-pro",serif; font-style: normal; font-weight: 700; }
.caslonI { font-family: "adobe-caslon-pro",serif; font-style: italic; font-weight: 400; }
.lustR { font-family: "lust",sans-serif; font-style: normal; font-weight: 400; }
.knockoutR { font-family: 'Knockout 47 A', 'Knockout 47 B'; font-weight: 400; font-style: normal; }
.verlagBook { font-family: 'Verlag A', 'Verlag B'; font-weight: 400; font-style: normal; }
.verlagBold { font-family: 'Verlag A', 'Verlag B'; font-weight: 700; font-style: normal; }
.verlagBl { font-family: 'Verlag A', 'Verlag B'; font-weight: 800; font-style: normal; }

span.fakeH, span.fakeED {
  display:inline-block;
  color:transparent;
  width:0.35em;
  height:0.2em;
  margin:0 0.05em;
  line-height:0;
  vertical-align:middle;
  border-top:1px solid black;
}
span.fakeED {
  width:0.6em;
}
p.vb {
  font-family: 'Verlag A', 'Verlag B'; font-weight: 700; font-style: normal;
  color:rgb(195,152,106);
  font-size:110%;
  letter-spacing:0.05em;
  margin-bottom:-0.5em;
}
p.ml {
  margin-left:2em;
}

html {
  margin-right: 0 !important;
  overflow: visible !important;
}
html,body {
  width:100%;
  height:100%;
}
html, button, input, select, textarea {
  font-family: "adobe-caslon-pro",serif; font-style: normal; font-weight: 400;
  color: white;
}
.section {
  width:auto;
  height:auto;
  overflow:auto;
  position:relative;
  z-index:1;
  clear:both;
  margin:0;
  padding:0;
  -webkit-transform: translate3d(0, 0, 0);
}
.container {
  max-width:1000px;
  height:auto;
  margin:0 auto;
  padding:20px;
  position:relative;
  overflow:visible;
  z-index:1;
}
.container:before,
.container:after {
  content:"";
  display:table;
}
.container:after {
  clear:both;
}
a, a:visited, a:active { 
  color:inherit; 
  text-decoration:none;
}
b {
  font-weight: bold;
}
strong {
  font-weight:normal;
  color:rgb(195,152,106);
}
h1, h2, h3, h4, h5, h6 {
  line-height:130%;
}
h1 {
  font-size: 400%;
  color:rgb(195,152,106);
}
h2 {
  font-size: 360%;
  color:rgb(195,152,106);
}
h3 {
  font-size: 230%;
}
h1, h2, h3 { font-family: "lust",sans-serif; font-style: normal; font-weight: 400; }
h4 {
  font-size: 230%;
  text-transform: uppercase;
  letter-spacing:0.05em;
  line-height:110%;
}
h5 {
  font-size:250%;
  color:rgb(195,152,106);
  text-transform:uppercase;
  line-height:105%;
}
h6 {
  font-style: italic;
  font-size:110%;
  font-weight:normal;
}
h4, h5 {
  font-family: 'Knockout 47 A', 'Knockout 47 B'; font-weight: 400; font-style: normal;
}
p {
  margin: 1.5em 0;
  line-height:170%;
}
hr {
  border-top:3px solid rgb(195,152,106);
  max-width:80px;
  margin:2em 0;
  clear:both;
}
ul, ol, blockquote, .indent {
  margin:1em 0 1em 3em;
}
.gold {
  color:rgb(195,152,106);
}
.gray-bg {
  background-color:rgb(51,51,51);
}
a.rectRed {
  background-color:rgb(216,31,38);
  display:inline-block;
  padding:0.5em 1.75em;
  text-decoration: none;
  text-transform: uppercase;
  font-size:90%;
  letter-spacing:0.1em;
  margin:30px auto 0 auto;
}
a.rectRed:hover {
  background-color:rgba(216,31,38,0.9);
}

#bgDiv {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url('/images/bg.jpg') no-repeat center center scroll;
  background-size:cover;
  z-index:0;
}

.navPage {
  width:100%;
  text-align:center;
  font-size:13px;
  line-height:55px;
  text-transform: uppercase;
  letter-spacing:0.07em;
}
#navPage {
  z-index:2;
  background-color:rgb(51,51,51);
  position:fixed;
  top:0;
  left:0;
}
.navPage > div > ul {
  text-align:center;
  list-style:none;
  margin:0;
  padding:0;
}
.navPage > div > ul li {
  display:inline-block;
  margin:0 12px;
}
.navPage > div > ul li a {
  display:inline-block;
  position:relative;
  padding:0 12px 0 0;
}
.navPage > div > ul li a:after {
  position:absolute;
  content:"+";
  font-size:14px;
  top:-1px;
  right:0px;
}
#navPage .npB, #navPage .npN {
  position:absolute;
  top:0;
  width:85px;
  color:#aeaeae;
}
#navPage .npB {
  left:0;
  border-right:1px solid #4d4d4d;
}
#navPage .npN {
  right:0;
  border-left:1px solid #4d4d4d;
}
#navPage .npB:before {
  position:absolute;
  content:"«";
  top:0;
  margin-top:-0.15em;
  left:1em;
}
#navPage .npN:after {
  position:absolute;
  content:"»";
  top:0;
  margin-top:-0.15em;
  right:1em;
}
#navSection {
  background-color:rgb(26,26,26);
  line-height:50px;
}
#navSection ul {
  list-style: none;
  margin:0;
  padding:0;
}
#navSection ul li {
  display:inline-block;
  margin:0 1em;
}
#navSection ul li a {
  color:#aeaeae;
}
#navSection ul li a.active {
  color:white;
}

#biIndex #navPage {
  background-color:rgb(11,11,11);
}
#biIndex #navPage {
  position:relative;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#biIndex #navPage.stickTop {
  position:fixed;
  top:0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* INTRO */

#introTop {
  position:relative;
  width:100%;
  height:100%;
  background-color:rgba(51,51,51,0.8);
  text-align:center;
  font-size:110%;
  min-height:40em;
}
#introTop:before {
  position:absolute;
  width:80%;
  height:28px;
  top:0;
  left:10%;
  content:"";
  background-color:rgba(195,152,106, 0.9);
}
#introTop > div {
  position:absolute;
  top:50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  left:0;
  width:100%;
  height:auto;
  padding:20px;
}
#introTop > div > h1 {
  background-color:rgba(11,11,11,0.4);
  max-width:8.2em;
  text-align:left;
  line-height:100%;
  margin:20px auto;
  padding:0.3em 0.4em;
}
#introTop > div > h1 span {
  color:white;
  display:inline-block;
  font-size:30%;
  vertical-align:middle;
}
#introTop > div > h3 {
  display:inline-block;
  position:relative;
  margin:-0.8em auto 50px auto;
  border-right:1px solid rgba(216,31,38,0.75);
  border-left:1px solid rgba(216,31,38,0.75);
  border-top:1px solid rgba(216,31,38,0.75);
  background:url('/images/ribbon-horz.png') no-repeat center bottom;
  background-size:100% auto;
  padding:0.8em 0.4em 0.8em 0.4em;
}
#introTop > div > p {
  margin:30px auto;
  font-size:110%;
}
#introduction .container {
  margin:40px auto 20px auto;
}
#introduction .container h2 {
  margin-bottom:10px;
}
#introduction .container h4 {
  padding-left:34%;
  position:relative;
  margin-bottom:25px;
}
#introduction .container h4::before {
  position:absolute;
  top:0.25em;
  left:0;
  bottom:0.25em;
  content:"";
  width:31%;
  background:url('/images/couple.jpg') no-repeat center center;
  background-size:cover;
}
#introduction a {
  color:rgb(216,31,38);
}
#introSections {
  text-align:center;
  font-size:130%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  overflow:hidden;
}
#introSections b {
  font-weight: normal;
  display:block;
  background-color:black;
  padding:20px;
}
#introSections ul {
  list-style: none;
  margin:0;
  padding:0;
}
#introSections ul li {
  display:inline-block;
  vertical-align: middle;
  margin:0;
  padding:0;
  width:25%;
  height:9em;
  position:relative;
  overflow:hidden;
}
@media screen and (max-width: 950px) {
  #introSections {
    font-size:110%;
  }
}
@media screen and (max-width: 720px) {
  #introSections ul li {
    width:50%;
  }
}
#introSections ul li a {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#introSections ul li a span {
  display:inline-block;
  position:relative;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left:0;
  width:100%;
  max-width:9em;
  line-height:120%;
}
#introSections ul li a span::after {
  position:inline-block;
  width:0;
  max-width:0;
  font-size:20px;
  line-height:18px;
  content:" »";
  vertical-align: top;
}
#introSections ul li:nth-of-type(1) a {
  background-color:rgba(195,152,106,0.9);
}
#introSections ul li:nth-of-type(2) a {
  background-color:rgba(216,31,38,0.9);
}
#introSections ul li:nth-of-type(3) a {
  background-color:rgba(128,128,128,0.9);
}
#introSections ul li:nth-of-type(4) a {
  background-color:rgba(220,220,220,0.9);
  color:rgb(11,11,11);
}
#introSections ul li:nth-of-type(1) a:hover {
  background-color:rgba(195,152,106,0.95);
}
#introSections ul li:nth-of-type(2) a:hover {
  background-color:rgba(216,31,38,0.95);
}
#introSections ul li:nth-of-type(3) a:hover {
  background-color:rgba(128,128,128,0.95);
}
#introSections ul li:nth-of-type(4) a:hover {
  background-color:rgba(220,220,220,0.95);
}

/* FOOTER */

#footer {
  text-align:center;
  background-color:rgba(51,51,51,0.8);
  padding:30px 20px;
}
#footer p {
  color:#9e9b9a;
  margin:60px 0 10px 0;
}

/* PAGE DEFAULTS */

h3.ribbon {
  width:100%;
  position:relative;
  overflow:visible;
  padding-right:80px;
}
h3.ribbon::before {
  position:absolute;
  top:-20px;
  bottom:-20px;
  left:0;
  width:30px;
  background-color:rgb(195,152,106);
  content:"";
}
h3.ribbon::after {
  position:absolute;
  top:0px;
  bottom:0px;
  left:0;
  width:40%;
  height:100%;
  content:"";
  border-top:2px solid #ee4548;
  border-bottom:2px solid #ee4548;
}
h3.ribbon > span {
  display:block;
  position:relative;
  width:100%;
  left:50%;
  max-width:18em;
  margin-left:-11.9em;
  border-top:2px solid #ee4548;
  border-bottom:2px solid #ee4548;
  padding:18px 40px 16px 0;
  overflow:visible;
  background:url('/images/ribbon.png') no-repeat center right;
  background-size:auto 100%;
}
#page {
  background-color:white;
  color:#1a1a1a;
  padding-top:160px;
}
#page p a {
  color:rgb(216,31,38);
}
#page .figR, #page .figL {
  width:100%;
  height:auto;
  max-width:450px;
  display:inline;
  clear:both;
}
#page .figR.wide, #page .figL.wide {
  max-width:550px;
}
#page .figR strong, #page .figL strong, #page .figM strong {
  display:block;
  font-family: 'Verlag A', 'Verlag B'; font-weight: 400; font-style: normal;
  color:rgb(195,152,106);
  font-size:110%;
  border-bottom:1px solid rgb(195,152,106);
  margin-bottom:0.2em;
  padding-bottom:0.5em;
}
#page .figR span, #page .figL span, #page .figM span {
  display:block;
  color:rgb(195,152,106);
  font-style:italic;
  padding-top:0.8em;
  font-size:95%;
}
#page .figR img, #page .figL img {
  width:100%;
  height:auto;
  margin:30px 0;
}
#page .figR {
  float:right;
  padding-left:40px;
}
#page .figL {
  float:left;
  padding-right:40px;
}
#page .figM {
  width:100%;
  text-align:center;
  max-width:700px;
}
#page .figM img {
  width:100%;
  max-width:600px;
  height:auto;
  margin:20px 0;
}
#page .figM strong {
  text-align:left;
  max-width:500px;
}
#page .figM span {
  text-align:left;
  max-width:500px;
}
#page .container > ul {
  list-style: none;
}
#page .container > ul li {
  font-family: 'Verlag A', 'Verlag B'; font-weight: 400; font-style: normal; 
  text-transform: uppercase;
  margin:0.5em 0;
  color:rgb(195,152,106);
  font-size:95%;
  position:relative;
}
#page .container > ul li:before {
  content:"•";
  position:absolute;
  top:0;
  left:-1em;
}
.foot {
  font-size:90%;
  margin:0.3em 0;
  line-height:100%;
}

#share {
  margin:1em 0;
  position:relative;
  font-family: 'Knockout 47 A', 'Knockout 47 B'; font-weight: 400; font-style: normal;
  font-size:200%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height:120%;
}
#share span {
  position:absolute;
  top:0;
  left:0;
}
#share ul {
  list-style:none;
  margin:0;
  padding:0;
  padding-left:2.4em;
  width:100%;
  color:rgb(195,152,106);
}
#share ul li {
  display:inline-block;
  margin:0 0.4em;
}
#share ul li a:hover {
  color:#1a1a1a;
}

#nextP {
  background-color:rgb(195,152,106);
  color:white;
  text-align:right;
  padding:15px 20px;
}
#nextP a {
  font-family: 'Knockout 47 A', 'Knockout 47 B'; font-weight: 400; font-style: normal;
  text-transform: uppercase;
  font-size:160%;
  letter-spacing:0.08em;
  position:relative;
  padding-right:1em;
}
#nextP a::after {
  position:absolute;
  content:"»";
  bottom:0.21em;
  right:0;
}

.magPop {
  position: relative;
  background: #000;
  color:#fff;
  padding: 30px 0;
  width: auto;
  max-width: 900px;
  margin: 40px auto;
  text-align:center;
}
.magPop > h6 {
  display:inline-block;
  border:1px solid rgb(216,31,38);
  padding:0.4em 2.5em 0.2em 2.5em;
}
#table-of-contents > div {
  margin:1em 0;
  border-top:1px solid white;
  clear:both;
  width:90%;
  font-family: 'Verlag A', 'Verlag B'; font-weight: 400; font-style: normal;
  letter-spacing:0.02em;
}
#table-of-contents > div.nobor {
  border-top:0;
  color:rgb(195,152,106);
}
#table-of-contents > div:nth-of-type(2) {
  border-top-color:rgb(195,152,106);
}
#table-of-contents > div:nth-of-type(3) {
  border-top-color:rgb(216,31,38);
}
#table-of-contents > div:nth-of-type(4) {
  border-top-color:rgb(128,128,128);
}
#table-of-contents > div:nth-of-type(5) {
  border-top-color:rgb(220,220,220);
}
#table-of-contents > div > a {
  display:block;
  float:left;
  text-transform:uppercase;
  width:100%;
  max-width:11em;
  height:5.6em;
  position:relative;
  padding:10px;
}
#table-of-contents > div > a span {
  display:inline-block;
  position:relative;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#table-of-contents > div:nth-of-type(2) > a {
  background-color:rgb(195,152,106);
}
#table-of-contents > div:nth-of-type(3) > a {
  background-color:rgb(216,31,38);
}
#table-of-contents > div:nth-of-type(4) > a {
  background-color:rgb(128,128,128);
}
#table-of-contents > div:nth-of-type(5) > a {
  background-color:rgb(220,220,220);
  color:black;
}
#table-of-contents > div ul {
  margin:0;
  margin-left:13em;
  padding:10px 0;
  list-style: none;
  text-align:left;
}
#table-of-contents > div ul li {
  margin:0.7em 0 0 0;
  padding:0 15px;
}
#table-of-contents > div ul li a::after {
  display:inline-block;
  width:1em;
  margin-right:-1em;
  padding-left:0.3em;
  content:" +";
  color:inherit;
}
#table-of-contents > div:first-of-type ul li a::after {
  color:rgb(195,152,106);
}
#contact {
  max-width:45em;
  padding:30px 50px;
}
#contact p {
  margin:2em auto 0.5em auto;
}
#contact a {
  color:rgb(195,152,106);
}

@media screen and (max-width: 900px) {
  #page {
    padding-top:90px;
  }
}

@media screen and (max-width: 1090px) {
  h3.ribbon > span {
    left:40px;
    margin-left:20px;
  }
}

/* DESKTOP */
@media screen and (min-width: 600px) {
  #page .container p:first-of-type::first-letter {
    float: left;
    width: auto;
    font-size: 550%;
    margin-top:0.08em;
    font-family: "lust",sans-serif; 
    line-height: 80%;
    margin-right:3px;
  }
}

/* MOBILE */
@media screen and (max-width: 720px) {
  h1 {
    font-size: 320%;
  }
  h2 {
    font-size: 258%;
  }
  h3 {
    font-size: 176%;
  }
  h4 {
    font-size: 192%;
  }
  h5 {
    font-size: 210%;
  }
  #footer p {
    margin-top:40px;
  }
  #introTop > div > p {
    font-size:100%;
  }
  #introTop > div > h3 {
    margin-top:-0.95em;
  }
  #introduction .container {
    margin:20px auto 20px auto;
  }
  #introduction .container h4 {
    padding-left:0%;
  }
  #introduction .container h4::before {
    display:none;
  }
  a.rectRed {
    font-size:80%;
  }
  #table-of-contents > div {
    width:100%;
  }
  #table-of-contents > div > a {
    max-width:100%;
    height:auto;
    padding:10px;
    margin-bottom:1em;
  }
  #table-of-contents > div > a span {
    top:0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  #table-of-contents > div ul {
    margin-left:0;
    text-align:center;
  }
  ul, ol, blockquote, .indent {
    margin:1em 0 1em 2em;
  }
  #page .figR, #page .figL {
    max-width:100%;
    text-align:center;
  }
  #page .figR {
    padding-left:0;
  }
  #page .figL {
    padding-right:0;
  }
  #share {
    font-size:170%;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 290%;
  }
  h2 {
    font-size: 230%;
  }
  h3.ribbon {
    font-size:140%;
  }
}

@media screen and (max-width: 520px) {
  #introTop {
    min-height:37em;
  }
  #introTop h1 {
    font-size: 190%;
  }
  #introTop > div > h3 {
    font-size: 132%;
    margin-top:-1.2em;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #bgDiv {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0px);
  }
  .section, .container {
    -webkit-transform: translateZ(1px);
  }
}

/* PRINT */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
