body {
   background-image: url( 'backgraound.svg' ), linear-gradient(to right, #b2dbdd2e, #fff)
}

.container {
   display: flex;
   align-items: center;
   flex-flow: column nowrap;
   gap: 10px;
   height: 100%;
   margin: 0 auto;
   padding: 50px;
}

.item {
}

.logo {
   background-image: url( 'logo.svg' );
   min-height: 20%;
   width: 100%;
   background-repeat: no-repeat;
   background-position: center top;
}

.emr {
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(emr-q.svg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}

.emr-link {
    margin-top: auto;
    padding: 10px;
}

.content{
   margin-top: 30px;
}

.title{
   width: -webkit-fill-available;
   width: fill-available;
   width: -moz-available;
   margin-top: 20px;
}

.title-description{
   margin-top: 20px;
}

.description-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: -webkit-fill-available;
   width: fill-available;
   width: -moz-available;
   align-content: flex-start;
   gap: 10px;
}

a:link {
  color: #EA5515;
  text-decoration: none;
}


a:visited {
  color: #EA5515;
  text-decoration: none;
}


a:hover {
  color: #F47447;
  text-decoration: none;
}


a:active {
  color: #EA5515;
  text-decoration: none;
}

body{
   font-family: Arial, Helvetica, sans-serif;
}

.description-item {
    height: fit-content;
    white-space: nowrap;
    width: fit-content;
}

.main-description{
   margin-top: 40px;
}

.name{
   margin-top: 40px;
}

.address{
   margin-top: 20px;
}

.contact{
   margin-top: 20px;
}


  .text {
      font-size: 150%;
   }

   .subtitle-text {
      font-size: 200%;
      font-weight: bold;
   }
   .title-text {
      font-size: 200%;   
      font-weight: bold;   
   }

      .name {    
      font-weight: bold;   
      color: #EA5515;
   }
   
@media  (max-device-width:800px)  { 
  .text {
      font-size: 250%;
   }

   .subtitle-text {
      font-size: 300%;
      font-weight: bold;
   }
   .title-text {
      font-size: 300%;
      font-weight: bold;
   }
 }   

@media  (max-device-width:413px)  { 
  .text {
      font-size: 250%;
   }

   .subtitle-text {
      font-size: 400%;
      font-weight: bold;
   }
   .title-text {
      font-size: 400%;
      font-weight: bold;
   }
 }
 
 
/*! Flickity v2.3.0 */

.flickity-container{
    width: 100%;
    padding-top: 20px;
} 

 .carousel-cell {
  width: 66%;
  height: 400px;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.carousel-image {
  display: block;
  height: 200px;
  /* set min-width,
     allow images to determine cell width */
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
  /* vertically center */
  top: 50%;
  transform: translateY(-50%)
}
