* {
    font-family: 'Inconsolata', monospace;
}

/* Photo by <a href="https://unsplash.com/@isaacmsmith?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Isaac Smith</a> on <a href="https://unsplash.com/s/photos/hiking-gear?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
   */
body {
    background-image: url("../images/isaac-smith-S39J1ELMRtQ-unsplash.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

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

h3 {
    color: white;
}

.form-group {
    margin: 30px;
}

#map {
    height: 500px;
    width: 500px;
    display: flex;

}

  .historybtn {
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 10px;
    margin: 5px;
    margin-top: 10px;
    padding: 2px;
    background-color: lightgreen;
  }


  .mapformat {
    text-align: center;
    border-style: solid;
    border-color: white;
    margin-top:50px;
    margin-inline: auto;
  }

  .reddithead {
    background-color: skyblue;
    margin: 5px;
    text-align: center;
    border-style: solid;
    border-color: green;
    border-width: 2px;
    border-radius: 10px;
  }

  .parkbutton {
    background-color: lightslategray;
    margin: 5px;
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 10px;
    font-size: larger;
    
  }

@media screen and (max-width:1260px) {

    #map {
        /* height: 200px; */
        width: 350px;
    }
}

@media screen and (max-width:740px) {
    #map {
        /* height: 200px; */
        width: 200px;
    }
}