body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;


}

.site-settings{
    max-width: 1200px;
    margin: auto;
}
h1{
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 1em;
    margin: auto;
    text-transform: uppercase;

}

.covid-19-link {
    color: red ;
    text-decoration: underline;
}
@media(min-width: 600px){
    h1{
        font-size: 1.5em;
    }
}

.underline{
    border-bottom: 1px solid black;
}

.banner{
    text-align: center;
    border: 1px solid white;
    background-color: black;
    color: white;

}

h1 a{
    color: white;
    text-decoration: none;
}
/*
ul, ol{
    padding: 25px 25px;
  }
  li{
    list-style-type: disc;
    line-height: unset;
    padding: 10px 5px;
}*/

/* Restaurant New Additions */
.restaurant-banner{
    text-align: center;
    background-color: #3e3e3e;
    /*background-image: url(http://hob.maven-qa.hobe.livenation.ninja/Themes/HOB/Content/background-decorative-strip.png);*/
    background-image: url(img/background-decorative-strip-v2.png);
    background-position: center;
    background-repeat: no-repeat;
    color:white;
    margin-bottom:20px;
}

.restaurant-link{
    color: #e45f4d;
}
