.portal-logo-img {
  height: 63px;
  width: auto;
  margin: 0 10px;
}

.journeyline-img {
  height: 85px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-body {
  display: flex;
  flex-direction: column;
}

footer .footer-bottom {
    background-color: #065056 !important;
    margin-top: auto !important;
    color: #FFFFFF !important; 
}

.footerCopyrightFonts {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: var(--dwa-font-head) !important;
    margin-top: auto !important;
    text-align: center !important;
}

#BannerSection {
  flex-wrap: wrap;
  height: 5vh;
  padding: 8px;
  margin: 0px;
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/DiabetesWA-IndigenousArt-TurquoiseCrop.png');
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/DiabetesWA-IndigenousArt-TurquoiseCrop.png'); */
}

/* button1 is from pcf card gallery */
.button1,
.button1:hover,
.button1:focus,
.button1:active:focus,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  padding: 6px 20px !important;
  color: hsl(0, 0%, 100%) !important;
  border: 0px !important;
  border-radius: 3px !important;
  font-size: 1rem !important;
  background-color: #2fbcb0 !important;
}

.icon-padding {
  padding-left: 10px;
}

#registerbtn {
  margin-left: auto;
  margin-right: auto;
  border: none !important;
  outline: none;
  padding: 0.8rem 1.6rem !important;
  border-radius: 0.5rem;
  cursor: pointer;
  line-height: 22px;
  width: 350px;
}

#eventDetails {
  text-align: center;
}

.event-icon {
  width: auto;
  height: 200px;
  border-radius: 4px;
  margin: 0 auto;
}

.dwa-forestjade {
  color: #065056;
}

.dwa-turquoise {
  color: #2fbcb0;
}

.paddingTopForMoreSpace {
  padding-top: 16px;
}


.event-title {
  font-size: 2.5rem !important;
  font-weight: 700;
  padding-bottom: 16px;
}

.event-subtitle {
  font-size: 1.3rem !important;
  font-weight: 600;
  padding-bottom: 8px;
}

.event-description {
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 20em;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: var(--portalThemeColor2);
}

.event-description.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}


@media (max-width: 991px) and (min-width: 768px) {

  .portal-logo-img {
    height: 53px;
  }

  .journeyline-img {
    height: 65px;
  }

  .event-icon {
    height: 150px;
  }

  .event-title {
    font-size: 48px;
    line-height: 54px;
  }
}

@media (max-width: 767px) {

  .portal-logo-img {
    height: 43px;
  }

  .journeyline-img {
    height: 45px;
  }

  .event-icon {
    height: 100;
  }

  .event-title {
    font-size: 32px;
    line-height: 38px;
  }

  .paddingLeftForMoreSpace {
    padding-left: 0px;
  }

}