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

}


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

h1 {
    text-align: center;
    margin-top: 1em;
}
h1::before {
    content: ' ';
    background: url(logo.png);
    background-repeat: no-repeat;
    /* background-position: 75% 40%; */
    width: 150px;
    height: 150px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
}
.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 black;
    min-height: 200px;
    text-align: center;
    padding: 0.8em;
    border-radius: 5px;
}
.pubs a {
    text-decoration: none;
    color:#111;
}
.pubs .pub-title {
    display: block;
    font-size: 1.6em;
    text-align: center;
}
.pubs img {
    width: 180px;
}

.map-logo {
    text-align: center;
    display: block;
    margin:0;
}
.map-logo img {
    width: 45px;
}
.map-text {
    font-size: 2em;
    margin:.2em;
}
#map a{
    text-decoration: none;
}
button#locationButton {
    position: fixed;
    right: 10px;
    top: 50vh;
    font-size: larger;
    background-color: white;
    color: black;
    padding: 12px;
    border-radius: 50%;
}
button#locationButton img {
    width: 50px;
    height: 50px;
}