@font-face { font-family: 'HelveticaNeueLT-Roman';
             src: url('/HelveticaNeueLT-Roman.woff')  format('woff2'),
                  url('/HelveticaNeueLT-Roman.woff')  format('woff'); }
.body {
  display: flex;
}
.container {
  width: 100%;
  height: 120%;
  display: flex;
  flex-direction:row;
  margin-bottom: 5px;
}

.column_1 {
  width: 25%;
  font-family: HelveticaNeueLT-Roman, Sans-Serif;
  padding-left: 5px;
}

.column_2 {
  width: 50%;
  font-family: HelveticaNeueLT-Roman, Sans-Serif;
  margin-top: 15%;
  margin-left: 4px;
  margin-right: 4px;
}

.column_3 {
  width: 25%;
  font-family: HelveticaNeueLT-Roman, Sans-Serif;
  display: flex;
  flex-direction:column;
  padding-left: 5px;
}

.contact {

  display: flex;
  align-self: flex-end;

}

.accordion {
  background-color: #0000;
  color: #444;
  cursor: pointer;
  padding: 22px;
  width: 100%;
  border: 0px;
  text-align: left;
  outline: none;
  font-family: HelveticaNeueLT-Roman, Sans-Serif;
  font-size: 40px;
  transition: 0.3s;
  line-height: 1.15em;

}

.active, .accordion:hover {
  background-color: #ccc;
  border: 3px solid black;
  background-color: #0000;
  cursor: crosshair;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.15em;
}

h2 {
  margin-block-start: 1em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: HelveticaNeueLT-Roman, Sans-Serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.15em;
  display: flex;
  flex-direction: column;
}

video {
  margin-top: 35px;
  margin-bottom:25px;
}

a {

  margin-block-start: 1em;
  font-family: HelveticaNeueLT-Roman, Sans-Serif;
  font-size: 24px;
  font-weight: normal;
  text-decoration: dotted underline 1px;
  text-underline-offset: 0.1em;
  color: black;
  line-height: 1.15em;
}

a:hover {
  text-decoration: none;
  cursor: ne-resize;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width:100%;
  padding-left: 5px;
}

.links {
  width: 25%;
}

p {
  font-family: Helvetica, Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.15em;
  text-align: justify;
  hyphens: auto;
}

.paragraph_link {
  font-family: Helvetica, Sans-Serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.15em;
  text-align: justify;
  hyphens: auto;
}

.p2 {

  text-align: left;

}

.sidebar {
  margin-block-start: 1em;
  font-family: Helvetica, Sans-Serif;
  font-size: 24px;
  line-height: 1.15em;
  text-align: left;

}

iframe {
  margin-top: 35px;
  margin-bottom:25px;
}
