

@font-face {
  font-family: 'Leipziger Antiqua W01 Roman';
  src: url('http://trobar.org/fonts/Leipziger Antiqua W01 Roman.ttf'),
  url('http://www.trobar.org/fonts/Leipziger Antiqua W01 Roman.ttf');
}


@font-face {
  font-family: 'Leipziger Antiqua W01 Italic';
  src: url('http://trobar.org//fonts/Leipziger Antiqua W01 Italic.ttf'),
  url('http://www.trobar.org//fonts/Leipziger Antiqua W01 Italic.ttf');
}

@font-face {
  font-family: 'Drescher Grotesk BT SemiBold';
  src: url('http://trobar.org//fonts/Drescher Grotesk BT SemiBold.ttf'),
  url('http://www.trobar.org//fonts/Drescher Grotesk BT SemiBold.ttf');
}

@font-face {
  font-family: 'Fundamental Brigade';
  src: url('http://trobar.org//fonts/Fundamental Brigade.ttf'),
  url('http://www.trobar.org//fonts/Fundamental Brigade.ttf');
}

@font-face {
  font-family: 'Fundamental Brigade Schlank';
  src: url('http://trobar.org//fonts/Fundamental Brigade Schlank.ttf'),
  url('http://www.trobar.org//fonts/Fundamental Brigade Schlank.ttf');
}



@font-face {
  font-family: 'Drescher Grotesk BT SmallSizes';
  src: url('http://trobar.org//fonts/Drescher Grotesk BT SmallSizes.ttf'),
  url('http://www.trobar.org//fonts/Drescher Grotesk BT SmallSizes.ttf');
}

@font-face {
  font-family: 'Technotyp W01 Light';
  src: url('http://trobar.org//fonts/Technotyp W01 Light.ttf'),
  url('http://www.trobar.org//fonts/Technotyp W01 Light.ttf');
}


* {
  background-color: #ffffff;
  font-family: 'Fundamental Brigade Schlank', 'FF Super Grotesk Pro Regular', 'PTL Superla Normal', Helvetica, sans-serif;
  font-size: 14pt; /* used to be 13 */
}

td {
  vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Drescher Grotesk BT SemiBold',
    'FF Super Grotesk Pro Medium', 'PTL Superla Medium', Helvetica, sans-serif;
  font-weight: 600; /* semi-bold */
  font-size: 16pt;
  margin-bottom: 0.2em; 
}

a.troblink {
  color: #296872;
}
a.proslink {
  color: #3d5fb3;
}
a.misclink {
  color: #e73378;
}
.quoting,
.quoting * {
  font-family: 'Leipziger Antiqua W01 Roman', 'Lipsia Pro Regular', 'JAF Lapture Display Regular', Antiqua, serif;
  font-size: 11pt;
  /*text-align: center;  Center align the contents */
}

.quoting i {
  font-family: 'Leipziger Antiqua W01 Italic', 'Lipsia Pro Cursiva', 'JAF Lapture Display Italic', Antiqua, serif;
  font-style: italic;
  font-size: 11pt;
}

.techno,
.techno * {
  font-family: 'Technotyp W01 Light', serif;
  font-size: 15pt;
}
  .dropdown {

}

	.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0; /* Remove padding to fit content on the same line */
    margin: 0; /* Remove margins to fit content on the same line */
    z-index: 1;
    white-space: nowrap
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
