.center {text-align: center;}

.byline {
  padding: 4px 8px;
  font-size: 1.25em;
  text-align: center;
}

.title-teaser {
  font-weight: bold;
  font-size: 1.125em;
  text-align: left;
  margin-top: 25px;
}

.byline-teaser {
  font-weight: bold;
  text-align: left;
}

.top-margin50 {margin-top: 50px;}

.right-align {text-align: right;}
.center-align {text-align: center;}

.bottom-margin50 {margin-bottom: 50px;}
.bottom-margin10 {margin-bottom: 10px;}
.bottom-margin5 {margin-bottom: 5px;}

.plus-12 {font-size: 112%;}
.plus-25 {font-size: 125%;}
.plus-50 {font-size: 150%;}
.plus-75 {font-size: 175%;}

.font-30 {font-size: 30px;}

.margin-0 {margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  }

.menu-wrapper {display: table;
  padding-top: 260px;
  z-index: 99;
  }

.menu-item {display: table-cell;
  padding-left: 26px;
  padding-right: 26px;
  white-space: nowrap;
  z-index: 99;
  font-size: 24px;
  font-weight: 500;
  }
  
.menu-item-farleft {padding-left: 20px;}
  
.menu-item-farright {padding-left: -30px;}
  
.shadowtext {text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
  }
  
.shadowtext:hover {text-shadow: 0.2em 0.5em 0.1em black, -0.3em 0.1em 0.1em black, 0.4em -0.3em 0.1em black, 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
  }
  
/**
 * reminder
 */

.sf-depth-2 {padding-top: 0px;
  padding-bottom: 0px;
  }
  
.sf-depth-1 {padding-bottom: 0px;
  }
  
.menu-wrapper-lower {display: table;
  width: 100%;
  padding-top: -30px;
  }

.menu-item-lower {display: table-cell;
  text-align: center;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
  }

.h3-imitator {font-weight: bold;
  font-size: 1.2em;
}

bio-pic {margin-top: 5px;
  text-align: center;
}

a.white-underline {color: white;
  text-decoration: underline
}

.bold-numlist {
    list-style-type: none;
}

.bold-numlist li {
    counter-increment: step-counter;
}

.bold-numlist li::before {
    content: counter(step-counter);
    font-weight: bold;
}