@import "base.css";

.content_image {
    max-height: 250px;
    object-fit: contain;
    display: inline-block;
    background: rgb(255, 255, 255);
}

.responsive_img {
    max-width: 100%;
    object-fit: contain;
    display: inline-block;
    background: rgb(255, 255, 255);
    margin: auto;
    border: solid 2px var(--secondary-color);
}

.container {
    display: flex;
    flex-direction: column;
}

.flyer_image {
    width: 100%;
    opacity: 0.9;
}

@media (min-width: 992px) {
    .flyer_image {
        width: unset;
        max-height: 450px;
    }
}

.content_section {
    padding: 1em 0 2em 0;
    align-content: center;
    justify-content: center;
}


.content_header {
    color: var(--primary-color);
    font-size: 1.25em;
    padding: .5em;
}

.content_lead {
    color: var(--primary-color-2);
    font-size: .9em;
    font-weight: 350;
}


.swiper {
    margin: 1em auto;
    max-width: 100%;
    max-height: 80vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    max-width: 90vw;
    height: 90%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .content_header {
        font-size: 2em;
    }
    .content_lead {
        font-size: 1.25em;    
    }
    
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}



.coming-soon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 3em;
    border-radius: 6px;
    color: var(--primary-color-1);
    flex: 1;
  }
  
  .coming-soon .coming-soon-header {
    color: var(--primary-color-2);
    font-weight: 300;
    margin-bottom: 1.5em;
  }
  
  .coming-soon p,
  .coming-soon li {
    text-align: left;
  }
  
  .coming-soon strong {
    color: var(--highlight);
  }

  .header_recent_document {
    color: var(--primary-color);
    font-size: 1.75em;
    text-align: left;
    padding-left: 4px;
    font-weight: 500;
    margin-bottom: .5em;
  }
  

  @media (max-width: 767px) {
    .coming-soon {
      padding: 0em;
    }
  
    .coming-soon-descr {
      font-size: 1.2em;
    }
  
    .header_recent_document {
      font-size: 1.5em;
    }
  
    .help-buttons button {
      font-size: 14px;
    }
  }
    