ul {
  margin-bottom: 5px;
}

p {
  font-size: 12px;
  margin-bottom: 0;
}

.centered-buttons {
  display: grid;
  align-items: center;
  margin-top: 20px;
}

.black-buttons {
  color: black; 
  margin-right: 15px;
}
.black-buttons:hover {
  text-decoration: none;
}
.black-buttons:last-child {
  margin-right: 0;
}

blockquote {border-left:5px solid #eee; padding-left:1.5em; margin:1em 0; font-size: 12px;}
blockquote p {text-indent: 0 !important}

footer {
  text-align:center;
  margin: auto;
  font-size: 12px;
}

hr {
  border: 0;
  clear:both;
  display:block;
  /* max-width: 98%;                */
  background-color:#888888;
  height: 1px;
  margin: 5px;
}

/* small viewport (mobile) styling */
@media (max-width: 999px) {
  html, body {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-family: inter;
  }
  .vertical-center {
    /* min-height: 100%; */
    /* Fallback for browsers do NOT support vh unit */
    /* min-height: 100vh; */
    /* These two lines are counted as one :-)       */
    /* display: flex; */
    max-width:1080px;
    margin: auto;
  }
  header {
    max-width:1080px;
    -webkit-font-smoothing:subpixel-antialiased;
    /* background-color: #CCCCCC; */
    /*border-radius: 25px;*/
    /* border: 2px solid; */
    border-color: #CCCCCC;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  section {
    max-width:1080px;
    padding-bottom:50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  footer {
    max-width:1080px;
    bottom:50px;
    -webkit-font-smoothing:subpixel-antialiased;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* normal viewport (computer) styling */
@media (min-width: 1000px) {
  html, body {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .vertical-center {
    /* min-height: 100%; */
    /* Fallback for browsers do NOT support vh unit */
    /* min-height: 100vh; */
    /* These two lines are counted as one :-)       */
    /* display: flex; */
    max-width:1080px;
    margin: auto;
  }
  header {
    max-width:1080px;
    margin: auto;
    margin-bottom: 30px;
    -webkit-font-smoothing:subpixel-antialiased;
    /* background-color: #CCCCCC; */
    /* border-radius: 25px; */
    /* border: 2px solid; */
    border-color: #CCCCCC;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  section {
    max-width:1080px;
    margin: auto;
    padding-bottom:50px;
  }
  
  footer {
    max-width:1080px;
    margin: auto;
    -webkit-font-smoothing:subpixel-antialiased;
  }
}

.subsect{
  /* border-radius: 25px; */
  /* border: 2px solid; */
  border-color: #CCCCCC;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  /* padding-bottom: 10px; */
}

.text-group {
  display:inline-block; 
  line-height: 1.6;
  padding-bottom: 10px;
}

#profile_pic {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  width: 175px;
}

.col-md-3.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 2rem;
}

/* Dropdown button styles */
#otherPublicationsButton, #projectsButton {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}

#otherPublicationsButton:hover, #projectsButton:hover {
  background-color: #f0f0f0;
}

.dropdown-container {
  text-align: center;
}

/* Section spacing overrides */
section {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

header {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* Publication and Article Images */
.publication-image, .article-image {
  border: 0px solid black;
  border-radius: 15px;
}

/* Project Images */
.project-image {
  max-height: 200px;
  max-width: 100%;
  width: auto;
  margin-bottom: 15px;
  object-fit: contain;
}

/* Layout Classes */
.publication-row {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.updates-row {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.content-column {
  text-align: left;
}
