.logo-container {
    display: none !important;
}


.layout-content:before {
  content: 'Status      ';
  position: fixed;
  top: 0px;
  width: 100%;
  background: none white;
  box-shadow: rgba(17, 18, 38, 0.15) 0px 0px 20px 0px;
  
  height: 54px;
  z-index:1000;
  
  background-image: url('https://dd7tel2830j4w.cloudfront.net/f1531946819200x747478706762194600/Bubble%20logo.svg');
  background-repeat: no-repeat;
  background-size: 106px 32px;
  padding-top: 10px;
  background-position: 15px 15px;
  text-align: right;
  font-size: 17px;
  color: #rgba(64, 64, 64, 0.64);
  line-height: 47px;
  white-space: pre;
  font-weight: 200;
  letter-spacing: 1px;
}

.layout-content:after {
  content: '© 2024, Bubble Group, Inc. All Rights Reserved.';
  margin-top: 0px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  color: #B3C2C7;
  font-size: 11px;
  position: absolute;
}


.layout-content.status .masthead-container.basic .masthead {
    padding-top: 90px;
}
.layout-content.status .masthead-container .masthead {
    margin-bottom: 30px;
}

@media screen and (max-width: 450px) {  
  .color-primary.incident-name {
    margin-top: 90px;
  }
  
  .updates-dropdown{
    margin-top: 120px;
  }
}