/********* FONTS *********/

@font-face {
  font-family: BentonSans;
  src: url('/fonts/BentonSans-Regular.otf');
}

@font-face {
  font-family: BentonSansBook;
  src: url('./fonts/BentonSans-Book.otf');
}

@font-face {
  font-family: BentonMod;
  src: url('./fonts/BentonModDisp-Regular.otf');
}

@font-face {
  font-family: BentonSansLight;
  src: url('./fonts/BentonSans-Light.otf');
}

@font-face {
  font-family: BentonSansLightItalic;
  src: url('./fonts/BentonSans-LightItalic.otf');
}

@font-face {
  font-family: TradeGothic;
  src: url('./fonts/TradeGothic-Cn18.otf');
}

@font-face {
  font-family: TradeGothic20;
  src: url('./fonts/TradeGothicLTStd-BdCn20.otf');
}
body {
  margin: 0;
  padding:0;
  font-size: 18px;
}

.question {
  font-family: "BentonMod", "Times New Roman", serif; 
  line-height: 1.5; 
  font-size: 1.5em; 
  display: block; 
  padding-top: 20px; 
  text-align: left;

}
.answer {
  font-family: "BentonSansLight", helvetica, sans-serif; line-height: 1.5; font-size: 1em;
  padding-top: 5px;
  display: block;
  padding-bottom: 10px;
}

.plusminus {
  float: right;
  font-size: 1.2em;
  font-family: monospace;
  font-weight: normal;
}

body {
  background-image: url("b_white.jpg") !important; 
}
.page {
  padding: 0 10em;
}
.accordion {
  margin-top: 40px;
}
h1.section {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: "BentonMod", "Times New Roman", serif;
  font-size: 1.4em;
  outline: 0;
}
h1:hover {
  cursor: pointer;
}
.last {
  padding-bottom: 40px;
}
img.center {
  display: block;
  margin: 0 auto;
}
p {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
div {
  overflow: hidden;
}
.question.small {
  font-family: "BentonMod", Times New Roman, serif;
  font-size: 1em;
}
.center.divider {
  margin: 1em auto;
}
