@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,700;1,300&display=swap');

body, button {
  font-family: "Roboto", sans-serif;
  font-size: 11pt;
  font-weight: 300;
  background: #eee;
}

.header {
  color: #fff;
  background: #444;
  padding: 50px;
  font-weight: 100;
  font-size: 36pt;
  text-align: center;
  margin-top: 0px;
}

.navigation {
  color: #fff;
  background: #555;
  margin: 1px 0px 5px 0px;
  padding: 2px;
  text-align: center;
}

.navigation a {
  color: #eee;
  text-decoration: none;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 400px) {
  .navigation ul {
    display: flex;
    justify-content: space-around;
  }
}

.content {
}

.contentText {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: auto;
}

.contentText p {
  margin-top: 0px;
}

.photo {
 width: 300px;
 max-width: 50%;
 float: left;
 margin: 0px 10px 10px 0px;
}

.sectionTitle {
 background-color: #ffffff;
 padding: 10px 5px 10px 5px;
 margin: 0px;
 border: 1px solid #ccc;
 border-bottom: none;
 font-size: 14pt;
 font-style: italic;
}

.section {
 background-color: #ffffff;
 padding: 10px;
 margin: 0px 0px 10px 0px;
 border: 1px solid #ccc;
 border-top: none;
}

.paperTitle {
 background-color: #eeeeee;
 border: 1px solid #666666;
 margin: 0px 0px 0px 0px;
 padding: 2px 5px 2px 5px;
 font-size: 12pt;
 font-weight: bold;
}

.paper {
 background-color: #ffffff;
 margin: 0px 0px 20px 0px;
}

.abstract {
  font-style: italic;
  padding: 10px;
}
