@font-face {
  font-family: 'BlackChancery';
  src: url(media/BLKCHCRY.TTF);
}
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1em;
  font-family:inherit;
  line-height:inherit;
}
html {
    text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}
b {
  font-weight: bold;
}
/*ul, li {
}*/
body, html {
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Tahoma, sans-serif;
}
body, div {
  position:relative;
  margin: 0;
  padding: 0;
}
body {
  background:#FFF;
  color:#000;
  font-size:16px;
  line-height:160%;
}
/*.banner {
  margin-bottom:1em;
  text-align:center;
}*/

a:link, a:visited {
  color:#000;
  text-decoration:underline;
}
a:link:hover {
  text-decoration:underline;    
}
.segment a:link, .segment a:visited  {
  color:#B56ABF;
}

.page-header {
  background:#000;
  color:#FFF;
  text-align:center;
  padding-bottom:2em;
}
.page-header a:link, .page-header a:link:hover {
  text-decoration:none; 
}

.banner img {
  max-width:800px;
}
.logo-banner img {
  max-height:200px;
}
.sticky-element--stuck .navbar {
  background:rgba(100, 100, 100, 0.5);
  background-image:url(media/logo_small.png);
  background-size: contain;
  background-position:left;
  background-repeat:no-repeat;
  /*background:rgba(133, 39, 146, 0.5);*/
}
.page-content {
  text-align:left;
  max-width:800px;
  margin:0px auto;
  padding:0px 2em 0.5em 2em;
}
.segment {
  padding-top:2em;
  padding-bottom:0.5em;
}
p {
  margin:0.5em 0px;
}
h1 {
  font-family:'BlackChancery';
  font-weight:normal;
  font-size:2.5em;
  color:#852792;
  /*margin:1em 0px 0.5em 0px;*/
}
h1 a:link, h1 a:visited {
  color:#852792;
}
h1 a:link:hover {
  text-decoration:none;
}
h2 {
  font-weight:bold;
  font-size:2em;
  margin:0.5em 0px 0.5em 0px;
  padding:0.5em 0px;
}
h3 {
  font-weight:normal;
  font-size:1.2em;
  margin:1em 0px 0.5em 0px;
}
.navbar-segment {
  /*padding-bottom:2em;*/
  padding-top:1em;
  padding-bottom:1em;
}
.anchor-offset {
  position:absolute;
  top:-3em;
}
.centerbox {
  display:inline-block;
}
ul {
  text-align:left;
}
li {
  margin:0.5em;
}
.left-aligned {
  display:inline-block;
  text-align:left;
}


.sticky-element {
  position:absolute;
  z-index:1000;
}
.sticky-element--stuck {
  position:fixed;
  top:0px;
}