.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-right {
    text-align: right;
}
#specialoffer {
    border: none;
}
  .two_cols {
      width: 49%;
      display: inline-block;
      vertical-align: top;
  }
.hours__wrapper:after {
	content: "* All other times can be made by appointment.";
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
} 


@media (min-width: 768px) {
    .wrap__logo {
        width: 70%;
    }
}

@media (max-width: 919px) { 
    .logo img {
        height: 100% !important;
        width: 100% !important;
    }
    .location__phone a {
        color: white;
    }
}

@media (max-width: 767px) {
    .two_cols {
        width: 100%;
        display: block;
    }
    
    span#covid {
    display: none;
}

.contentBack {
    background: white;
    height: auto;
    padding: 8px!important;
    width: auto;
}
}
  
@media (max-width: 414px) { 
    .logo__link.logo__left .logo__image {
        margin-right: 0;
    }
    .logo img {
        margin: 0;
        max-width: 100%;
        width: 310px !important;
        height: 100% !important;
    }
}


  .announcement
{
  font-family: Verdana;
  background-color: #c74949;
  text-align: center;
  display: inline-block;
  color:white;
  padding: 12px 15px;
  font-style: normal;
  font-weight: bold;
  border-radius: 4px;
  text-decoration:none;
}
  
  .announcement:visited
{
  color:white;
}
p.covid_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 767px) {
p.covid_text {
    font-size: 11px;
    line-height: 14px;
}
p.covid_title {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
}
}









































