div.metric-average {
  display: none;
}
div.legend-item-uptime-value {
	  display: none;
}
small.month-uptime {
  	display: none;
}
/* 1. Hide the original text inside the heading */
#about-this-site {
    font-size: 0 !important;
    line-height: 0 !important;
}

/* 2. Inject and style your new custom heading */
#about-this-site::after {
    content: "Looking for support?";
    font-weight: 500;
    font-size: 28px !important;
    font-size: 1.75rem !important;
    line-height: 37.8px !important;
    line-height: 2.3625rem !important;
}

/* Make components legible on mobile */
.layout-content.status.status-index .components-section .component-container .name {
		    white-space: wrap !important;
}


/* Make logo mobile friendly */
@media screen and (max-width: 450px) {
      .layout-content.status .masthead-container.basic .masthead .logo-container img {
        width: 50% !important;  
    		    height: 50% !important;
      }
  }