@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
body{
    background-color: white;
    /* color:white; */
    font-family: 'Lato', sans-serif;
}
a{
    /* color:white; */
}
.today{
    margin-left: auto;
    margin-right: auto;width: 90%;
    font-size: 1.2em;
}
div#map {
    width: 100%;
    height:500px;

}


.gmnoprint,.gm-fullscreen-control {
    display: none;
}

h1 {
    text-align: center;
    margin-top: 1em;
}
.pubpage {
    text-align: center;
}
.qrcode {
    max-width: 100%;
}
.pubs{
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  margin-top: 2em;
}
.pubs div {
    border: 1px dotted red;
    min-height: 200px;
    text-align: center;
    padding: .8em;
}
.pubs a {
    text-decoration: none;
    color:#111;
}
.pubs .pub-title {
    display: block;
    font-size: 1.6em;
    text-align: center;
}
.pubs img {
    width: 180px;
}
.gmaps {

    background-repeat: no-repeat;
   
    margin-right: auto;
    margin-left: auto;
}
.gmaps a:before{
    content: "";
    display: inline-block;
    background: url("gmaps.svg") no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}