/* your styles go here */

.box-image-text .image {
  min-height: 200px;
  max-height: 200px;
}

.box-simple {
  min-height: 300px;
}

/* navbar */
.navbar {
  position: relative;
  min-height: 120px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  font-size: 14px;
}

#top {
  background: #ffffff;
  color: #999999;
}

/* FONT SIZE - overriding style.default.css size 14 */
/* scaffolding */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
}



/* MINIMIZING THE FOOTER? */
/* footer */
.footer {
  position: relative;
  max-height: 5px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}

#footer {
  background: #ffffff;
  padding: 30px 0;
  color: #999999;
}

#copyright {
  padding: 20px 0;
}

/* Centered figure shortcode styling */
.centered-figure {
  text-align: center !important;
}

.centered-figure img {
  display: block !important;
  margin: 0.7rem auto !important;
}

.centered-figure figcaption {
  text-align: center !important;
  margin-top: 0.5rem !important;
}

.centered-figure figcaption p {
  text-align: center !important;
  margin-bottom: 0 !important;
}

/* Table styling - adding borders and padding */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
}

table th {
  font-weight: bold;
  border-bottom: 2px solid;
}

/* Circular image frames for people page only */
.people-page img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  margin: 1rem 0 !important;
}
