/* autoscroll to compensate the size of the fixed nav bar */
html {
  scroll-padding-top: 180px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.top-wrapper {
    background-color: white;
    display: block;
    top: 0;
    text-align:center;
    position:sticky;
    position:-webkit-sticky;
    z-index:9999;
    width: 898px;
    margin: 0 auto; left:0px; right:0px;
    float:clear;

}

.content-wrapper {
  /* margin-top: 220px; */
}
