﻿@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html, body {
  height: 100%;
  font-family: "Source Sans Pro", sans-serif;
}

footer {
  color: #888;
  font-size: smaller;
}
footer a {
  color: #007CB0;
}
footer a:hover {
  color: #2C2E83;
}
footer .fab, footer .fa-solid {
  font-size: 32px;
  margin-left: 12px;
}
footer .links {
  font-size: smaller;
}

main {
  padding-top: 1.1rem;
  padding-bottom: 220px;
}

h1, h2, h3, h4, h5, h6 {
  color: #007CB0;
  font-weight: bold;
}

.carousel {
  margin: 0 !important;
}

.nav-link {
  color: #007CB0 !important;
}

.nav-link.active {
  font-weight: bold !important;
}

.nav-link:hover {
  color: #2C2E83 !important;
}

.valid.modified:not([type=checkbox]) {
  border-left: 5px solid #42A948;
}

.invalid {
  border-left: 5px solid #a94442;
}

.seo-link {
  color: #666;
  font-style: italic;
  text-decoration: none;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
