/* CSS Document */
body {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 8rem; }

#intro, #about, #contact {
  min-height: 90vh;
  background-position: bottom right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.news-list {
  padding-left: 0;
  list-style: none; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.33rem; }

.news-lead p {
  margin-bottom: 0 !important; }

.contact-list {
  list-style: none;
  padding-left: 0; }

.breads {
  text-transform: uppercase;
  font-size: 13px; }
  .breads a {
    text-decoration: underline; }

.side-image {
  padding: 0;
  position: relative;
  height: 112vw; }
  .side-image .bg {
    position: absolute;
    height: 112vw;
    width: 100vw;
    margin-right: 0;
    margin-bottom: -3.5rem;
    margin-top: 3.5rem;
    display: block;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% auto; }

@media (min-width: 1200px) {
  .side-image {
    padding: 0;
    position: relative;
    height: auto; }
    .side-image .bg {
      position: absolute;
      height: calc(100% + 7rem);
      width: calc(100% + 3.5rem);
      margin-right: -3.5rem;
      margin-bottom: -3.5rem;
      margin-top: -3.5rem;
      display: block;
      background-position: bottom right;
      background-repeat: no-repeat;
      background-size: 100% auto; } }
