/* AIMIT Custom Header Overrides */

/* Header branding: logo image + institute name side by side */
header h1 {
  display: inline-block;
  padding-bottom: 20px;
  float: left;
  margin-left: 20px;
}

header h1 a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

header h1 a img.site-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #ffa338;
  object-fit: cover;
  flex-shrink: 0;
}

.header-title {
  display: inline-block;
  vertical-align: middle;
}

.header-title .inst-name {
  display: block;
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: bold;
  color: #034390;
  text-transform: uppercase;
  text-shadow: 0px 1px 2px #c5c5c5;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.header-title .inst-location {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

header h1 span.tagline {
  font: 11px/22px Arial, Helvetica, sans-serif;
  color: #888888;
  text-transform: uppercase;
  display: block;
  margin: 4px 0 0 0;
  text-shadow: none;
  float: none;
}
