h1 {
  text-align: center;
  font-family: 'Aldrich', sans-serif;
}

h2 {
  text-align: center;
  font-family: 'Aldrich', sans-serif;
}

button {
  display: none;
  margin: auto;
  height: 50px;
  width: 100px;
  font-family: 'Aldrich', sans-serif;
}

.canvas-cont {
  width: 400px;
  height: 750px;
  margin: auto;
  z-index: 0;
  display: block;
  border: 20px solid #D35400;
}

.overflow-cont {
  width: 80%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 10%;
  top: 0;
  display: block;
  z-index: 100;
}

.overflow-cont > canvas {
  margin: auto;
  display: block;
}

/*.inactive {
  display: block;
}*/

.modal {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  opacity: 1;
}

.modal-cont {
  position: relative;
  background: #EDBB99;
  width: 750px;
  height: 750px;
  margin: auto;
  border-radius: 50%;
}

.modal-cont > h1 {
  position: absolute;
  top: 100px;
  left: 280px;
}

.dir-header, .directions {
  font-family: 'Roboto', sans-serif;
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.dir-header {
  padding-top: 250px;
}

.directions {
  height: 300px;
}

.close {
  z-index: -1;
  display: none;
}

.close-badge {
  position: absolute;
  text-align: center;
  width: 20px;
  height: auto;
  color: white;
  border-radius: 50%;
  background: black;
  display: block;
  left: 750px;
  bottom: 700px;
  cursor: pointer;
}

li {
  padding-bottom: 20px;
}


/*canvas {
}*/
