#map{
  height:70%;
  width:100%;
  margin-bottom: 100px;
  display: none;
}
#greet{
  margin-top: 10px;
  padding-top: 10px;
  z-index: 20;
  width:var(--contentWidth);
  background:var(--backgroundDark);
  color: white;
  box-shadow: 0 0 2px #000000a6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#greet p{
  margin: 5px;
}
#card{
  max-width: 300px;
  margin-bottom: 5px;
  margin-top: 2px;
}
#card button{
  color: #1a73e8;
  background-color: white;
  border: 0;
  box-shadow: 0 0 1px #000000a6;
  cursor: pointer;
  font-size: 12px;
  border-radius: 2px;
  padding: 5px 14px 5px 14px;
}
#logoholder{
  text-align: center;
  margin-right: 15px;
}
#greet a{
  color: white;
}
a{
  color: rgb(33, 79, 162);
}
@media screen and (max-width: 1000px) {
  #greet{
    margin-top: 0px;
  }
}
