#covid-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-family: 'FS Albert Web Regular', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #a51b00;
  background-color: #f9e1db;
  text-align: center;
  padding: 15px;
}

 

#covid-banner p {
  margin: 0;
  font-family: 'FS Albert Web Regular', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #a51b00;
}

 

#covid-banner br {
  display: none;
}

 

#covid-banner a {
  color: #a51b00;
  font-weight: bold;
  text-decoration: underline;
}

 

@media only screen and (max-width: 767px) {
  #covid-banner {
    padding: 12px;
    line-height: 23px;
  } 

  #covid-banner p {
    line-height: 23px;
  }

  #covid-banner br {
    display: block;
  }
  
  body.front {
	padding-top: 70px !important;
  }
  
  body.front #sidr-0 {
	top: 70px;
  }
  
  body.front #sidr-0-button {
	top: 80px !important;
  }  
}

@media only screen and (max-width: 567px) { 
  body.front {
	padding-top: 93px !important;
  }
  body.front #sidr-0 {
	top: 93px;
  }
  body.front #sidr-0-button {
    top: 103px !important;
  } 
}
