/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
 
  --bs-body-font-size: 1.4rem;
}
.form-control, .dropdown-menu {
	font-size:var(--bs-body-font-size);
}

.subnav-nav {
	font-size: calc(var(--bs-body-font-size)* 0.8)
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.325rem + 1.9vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.4rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 1.6vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.2rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 1.1vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.85rem;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: none;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.well-lg {
    padding: 24px;
    border-radius: var(--navitemRadius);
}

.news-related {
    border-radius: var(--navitemRadius);
}
	