@font-face {
    font-family: Roboto;
    src: url("https://fonts.googleapis.com/css?family=Roboto") format("truetype");
    font-weight: 400;
    font-style: normal;
  }

body {
    margin: 0px;
    background-color: white;
    font-family: "Roboto", sans-serif;
  }

  hr {
    border: 1px solid #1B1A55;
  }

  #top_bar {
    background-color: #070F2B;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }

  #top_bar a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  #top_bar a.active {
    background-color: #535C91;
    color: white;
    font-weight: bold;
  }

  #top_bar a:hover {
    background-color: #9290C3;
    color: black;
  }

#scrolling_sections {
    padding-left: 10px;
}

  #scrolling_sections section {
    padding-top: 30px;
  }

#aboutme {
    display: flex;
    flex-direction: row;
}

#aboutme-name {
    font-size: 44px;
    margin-bottom: 1px;
    margin-top: 10px;
}

  #aboutme img {
    height: 20%;
    width: 20%;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 5px;
  }

  #aboutme-description {
    display: flex;
    flex-direction: column;
    margin-top: 13px;
  }

  #pronouns {
    font-size: 18px;
  }

  #aboutme p {
    width: 67%;
    text-decoration: none;
    margin-bottom: 1px;
  }

  #aboutme-p4 {
    padding-bottom: 10px;
  }

  #aboutme-p5 {
    margin-bottom: 0px;
  }

  #aboutme-p6 {
    margin-top: 1px;
  }

.section-title {
    font-weight: bold;
    font-size: 24px;
    color: #1B1A55;
}

.news-item {
    display: flex;
    flex-direction: row;
    height: 25%;
}

.news-item-left-col img {
    width: 300px;
}

.news-item-right-col {
    width: 60%;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 50px;
}

.news-item-date {
    font-weight: bold;
    font-size: 18px;
}

.between-items {
    border: 0.5px dotted gray;
}

.research-item {
    display: flex;
    flex-direction: row;
}

.research-item-img {
    width: 300px;
}

.research-item-right-col {
    width: 60%;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 50px;
}

.research-item-title {
    font-weight: bold;
    font-size: 18px;
}

.pub-title {
    margin: 0px;
    padding-bottom: 0px;
    font-style: italic;
}

.pub-authors {
    margin: 0px;
    padding-bottom: 0px;
}

.pub-venue {
    margin: 0px;
    padding-bottom: 0px;
}

.pub-file {
    margin-top: 0px;
}

#blog {
    width: 67%;
}

#contact-content {
    width: 67%;
    display: flex;
    flex-direction: row;
}

#contact-content img {
    width: 450px;
}

#contact-text {
    width: 60%;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 50px;
}


.footer {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #1B1A55;
}