html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
    color: black;
}

#container {
    position: relative;
}

#menu {
    padding: 1.5vh;
    position: absolute;
    opacity: 0.85;
    z-index: 1;
    background-color: #b0f442;
}

.myTitle {
  font-family: 'Permanent Marker', cursive;
  font-size: 5vh;
  line-height: 5vh;
}

.parent {
    height: 5vh;
}

.tinylogo {
    height: 100%;
}

#map {
    height: 100vh;
}

.credit {
    font-style: italic;
    font-height: 1vh;
}

.showHide {
    /*the show/hide label for the toggles*/
}

.toggleLabel {
    font-size: 3vh;
}

.category {
    text-shadow: 2px 2px #90EE90;
    font-size: 2.5vh;
}

.locName {
    font-size: 2.5vh;
    line-height: 2.5vh;
    margin: 0.55vh;
    /*the menu entry for each location*/
}

.myButton {
    height: 3vh;
    /*the toggle button to hide menu*/
}

.cafe {
    font-family: 'Poiret One', cursive;
}

.bar {
    font-family: 'Permanent Marker', cursive;
}
