body,
html {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background-color: #f6f6f6;
}

.info p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-container {
  position: relative;
  min-height: 100vh;
}

.content-wrap {
  padding-bottom: 60px;
}

.banner-container {
  color: #000 !important;
  margin-top: 30px;
  background-color: #fff;
  padding: 10px;
  box-shadow: rgb(0 0 0/5%) 0 6px 24px 0, rgb(0 0 0/8%) 0 0 0 1px;
  border-radius: 10px;
}

h2 {
  font-size: 1.4rem;
  padding: 10px 0;
  font-weight: 600;
}

h1 {
  font-size: 1.8rem;
  padding: 15px 0;
  font-weight: 600;
}

p,
h1,
h2,
strong {
  color: #000 !important;
}

.subrow {
  position: absolute;
  right: 50%;
  bottom: 0;
}

.navbar-border {
  border-top: 2px solid #ffcc35;
  margin-top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar-border a:first-of-type {
  padding-top: 7px;
}

nav {
  height: 60px;
}

.navbar-brand {
  display: flex;
  justify-content: center;
}
