@font-face {
  font-family: "Univers LT Std";
  src: url("/static/fonts/univers/UniversLTStd.woff2") format("woff2"),
    url("/static/fonts/univers/UniversLTStd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Univers LT Std";
  src: url("/static/fonts/univers/UniversLTStd-Bold.woff2") format("woff2"),
    url("/static/fonts/univers/UniversLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Univers LT Std";
  src: url("/static/fonts/univers/UniversLTStd-Light.woff2") format("woff2"),
    url("/static/fonts/univers/UniversLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swift Neue LT Pro";
  src: url("/static/fonts/swift-neue/SwiftNeueLTPro-Regular.woff2")
      format("woff2"),
    url("/static/fonts/swift-neue/SwiftNeueLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swift Neue LT Pro";
  src: url("/static/fonts/swift-neue/SwiftNeueLTPro-Light.woff2")
      format("woff2"),
    url("/static/fonts/swift-neue/SwiftNeueLTPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swift Neue LT Pro";
  src: url("/static/fonts/swift-neue/SwiftNeueLTPro-Bold.woff2") format("woff2"),
    url("/static/fonts/swift-neue/SwiftNeueLTPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 7rem;
  font-family: "Univers LT Std", sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-align: justify;
}

/* Typography specifications */
h1 {
  font-family: "Swift Neue LT Pro", serif;
  font-weight: normal;
  font-size: 30px;
}

h2 {
  font-family: "Swift Neue LT Pro", serif;
  font-weight: normal;
  font-size: 27px;
}

h3 {
  font-family: "Swift Neue LT Pro", serif;
  font-weight: normal;
  font-size: 24px;
}

h4 {
  font-family: "Swift Neue LT Pro", serif;
  font-weight: normal;
  font-size: 21px;
}

h5 {
  font-family: "Swift Neue LT Pro", serif;
  font-weight: normal;
  font-size: 18px;
}

h6 {
  font-family: "Swift Neue LT Pro", serif;
  font-weight: normal;
  font-size: 15px;
}

/* Navigation */
.navbar-nav .nav-link,
.navbar-nav .nav-link span {
  font-family: "Swift Neue LT Pro", serif;
  font-weight: 300;
  font-size: 22px;
}

/* Module title */
.module-title {
  font-family: "Univers LT Std", sans-serif;
  font-weight: normal;
  font-size: 18px;
}

/* Buttons */
.btn {
  font-family: "Univers LT Std", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

/* Breadcrumb */
.breadcrumb,
.breadcrumb-item {
  font-family: "Univers LT Std", sans-serif;
  font-weight: normal;
  font-size: 12px;
}

/* Table heading */
table th,
thead th,
.table-heading {
  font-family: "Univers LT Std", sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
}

/* Tags or categories */
.tag,
.category {
  font-family: "Univers LT Std", sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
}

/* Image captions */
figcaption,
.figurecaption,
.caption,
.caption-text,
.videocaption-text,
.figurecaption-text {
  font-family: "Univers LT Std", sans-serif;
  font-weight: normal;
  font-size: 11px;
}

footer {
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7rem;
}

.navbar-expand-lg .navbar-nav > .nav-item:first-child .nav-link {
  padding-left: 0;
}

.bg-COR {
  background-color: #a5d7d2 !important;
}

.card {
  padding: 5px; /* JUST TO LOOK COOL */
  border: 1px solid #eee; /* JUST TO LOOK COOL */
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 6px;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px;
  transform: translate3d(0px, -3px, 0px);
}

.card-title {
  text-align: left;
}

a.btn {
  color: #0275d8;
  background-color: white;
  border: 1px solid #0275d8;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: contain;
}

div.polaroid {
  /*width: 100%;*/
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

figure {
  display: block;
  margin: 2rem auto;
  text-align: center;
  max-width: 100%;
}

figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

figurecaption,
.figurecaption {
  display: block;
  margin: 1rem auto;
  max-width: 720px;
  text-align: center;
}

.figurecaption-text {
  display: inline-block;
  text-align: left;
  max-width: 720px;
}

.videocaption-text {
  display: inline-block;
  text-align: center;
  max-width: 720px;
}

/* Make sure images don't exceed viewport width */
img {
  max-width: 100%;
  height: auto;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}

.anchor hidden {
  display: block;
}

.projects-dropdown .nav-link span {
  white-space: nowrap; /* Ensure text doesn't wrap */
}

/* Team card text styling */
.team-card-text {
  font-family: "Univers LT Std", sans-serif;
  font-weight: 300;
  font-size: 13px;
}

/* CeDA Banner - Minimalist rectangular design */
.ceda-banner {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 1.5rem 2rem;
  margin: 1.5rem 0;
  text-align: center;
}

.ceda-banner p {
  margin-bottom: 0.75rem;
  font-family: "Univers LT Std", sans-serif;
  font-weight: 300;
  font-size: 17px;
}

.ceda-banner p:last-child {
  margin-bottom: 0;
}

.ceda-banner a {
  color: #0275d8;
  text-decoration: none;
  border-bottom: 1px solid #0275d8;
}

.ceda-banner a:hover {
  text-decoration: none;
  border-bottom-width: 2px;
}
