* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-text-stroke: 1px transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

body {
  background: red;
  height: 100px;
  font-family: 'Larish Neue Semibold', "Times New Roman", "Times", "Georgia";
  font-weight: normal;
  /*font-variant-numeric: oldstyle-nums;*/
  font-feature-settings: "onum", "liga" off; 
  -moz-font-feature-settings: "onum", "liga" off; 
  -webkit-font-feature-settings: "onum", "liga" off;
}

a {
  color: black;
  text-decoration: none;
}

em {
  font-family: 'Larish Neue Semibold Italic';
  font-style: normal;
}

a.active {
  border-bottom: 4px solid black !important;
}

#home-link {
  display: inline-block;
}

.hidden {
  display: none !important;
}

#doc-link {
  position: absolute;
  top: 71px;
  left: 260px;
  z-index: 10;
}

#speaker-navigation a{
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.section a:hover,
.speaker-link:hover,
.about-nav a:hover {
  border-bottom: 1px solid black;
  color: black;
}

#wrapper {

}

#background {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -1;
  /*ax-width: 1200px;*/
}

#navigation {
  position: fixed;
  top:0px;
  left:0px;
  height: 100%;
  padding: 20px 30px 25px;
  z-index: 2;
}

.about-nav{
  position: fixed;
  bottom: 80px;
  left: 30px;
}

.background-image-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -350px 0 0 -250px;
}


#content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.section-head-spacer {
  height: 30%;
}

.golden-top {
  height: 35.8%;
}

.section {
  position: static;
  padding: 20px 30px 100px 50%;
  min-height: 100%;
}

#start-section{
  height: 100%;
}

.section-wrapper {
  position: relative;
  height: 100%;
  /*max-width: 800px;*/
  width: 100%;
}

.section-item {
  float: left;
  margin: 0 50px 50px 0;
}

.section-item.t-medium-block dd,
.section-item.t-large-block dd {
  margin-bottom: 30px;
}

.no-float-block {
  float: none !important;
  display: block !important;
}

.section-item dd:last-child {
  margin-bottom: 0px;
}

.section-item dt {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.w-30-500 {
  width: 30%;
  min-width: 500px;
}

.t-large-block {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 3px;
}

img {
  display: block;
}

.hfg-logo {
  position: absolute;
  bottom: 25px;
}

.t-medium-block {
  font-size: 17px;
  line-height: 1.38;
  letter-spacing: 1px;
  padding-top: 9px;
}

@media (min-height:800px) {
  .t-medium-block {
    font-size: 20px;
    line-height: 1.38;
    letter-spacing: 1px;
    padding-top: 9px;
  }
}

.left-off {
  margin-left: -300px;
  float: none !important;
  display: block;
}

.round {
  height: 300px;
  width: 300px;
  border-radius: 150px;
  background: black;
}

.section-wrapper .t-large-block:last-child {
  margin: 0 0 0 0;
}

.whole-row {
  width: 100% !important;
}

.space-top {
  margin-top: 35px;
}

.section-headline-block {
  width: 100% !important;
  margin: 0 0 0 0 !important;
  height: 35.8%;
}

.t-small-info,
.link-small {
  font-size: 13px;
  letter-spacing: 1px;
}

.block-top {
  
}

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

.block-spacer{
  height: 100px;
}