.sideNav, .navMain{
  z-index: 100;
}

.safetyContent{
  padding-top: 85px;
}
.safetyContent h2{

  text-align: center;
  font-family: monospace;
  font-weight:900;
  font-size: 2.5em;
  margin-bottom: 20px;
}
.trackMe{

}
.trackMeIntro{
  font-family: text;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
}
.trackMeIntro p {
  margin-bottom: 8px;
  line-height: 1.6;
}
#map{
  height: 300px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.trackMeButton{
  font-family: monospace;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 100px;
  padding: 5px;



  background-color: white;
  border:none;
  border: 1px black solid;
  font-size: 1.3em;

  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.5);
}
.trackMeButton:hover{
  background-color: black;
  color:rgba(230, 231, 232, 1);
  transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 600px){
  .safetyContent h2{
    font-size: 3.5em;
  }
  .trackMeIntro p {
    font-size: 1.4em;
    margin-bottom: 12px;
  }
  #map{
    width: 400px;
    height: 400px;
  }
  .trackMeButton{
    font-size: 2em;
  }

}
