/* Always set the map height explicitly to define the size of the div * element that contains the map. */
       #middleMap {
        /* height: 50%; */
        min-height: 500px;
        border: solid 2px;
    
      }

      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
        font-family: 'Raleway', sans-serif;
        background: #D6D2C7;
        color: rgb(85, 78, 68);
      }

      .title {
        font-family: 'Fugaz One', cursive;
        font-size: 35px;
        color: rgb(85, 78, 68);
      }

      .subtitle {
        font-family: 'Raleway', sans-serif;
        color: rgb(85, 78, 68);
      }

      .nav1 {
        z-index: 100 !important;
        opacity: 1;
        margin-bottom: 50px;
      }
      
      ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: rgb(124, 65, 65);
        font-family: 'Raleway', sans-serif;
        z-index: 1000;
        box-shadow: 0 4px 20px -2px rgb(117, 108, 95)
    }
    
    li {
        float: right;
    }
    
    li a {
        display: block;
        color: #D6D2C7;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        /* z-index: 100; */
    }

    #left {
      float: left;
      font-family: 'Fugaz One', cursive;
      font-size: 30px;
     
   
    }
    
    .wrapper {
      min-height: 100%;
    
      /* Equal to height of footer */
      /* But also accounting for potential margin-bottom of last child */
      margin-bottom: -50px;
    }
    .push {
      height: 50px;
    }
      .footer {
        padding: 20px;
        margin-top: 50px;
        color: rgb(85, 78, 68);
        height: 50px;
        
      }

      button, option, select {
        font-family: 'Raleway', sans-serif;
      }

      .card {
        border-radius: 10px;
        padding: 15px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      }

      #right-side {
        column-count: 2;
      }

      #myBtn {
        display: none;
        position: fixed;
        bottom: 20px; 
        right: 30px; 
        z-index: 99; 
        border: none;
        outline: none; 
        background-color: rgb(124, 65, 65); 
        color: white; 
        cursor: pointer; 
        padding: 15px;
        border-radius: 10px; 
        font-size: 18px; 
      }

      #meet-img {
        width: 100%;
        opacity: .7;
        z-index: 1;
        box-shadow: 0 4px 50px -2px rgb(85, 78, 68);
      }

    
      .img-text {
        position: absolute;
        top: 50%;
        left: 80%;
        transform: translate(-50%, -50%);
        font-family: 'Fugaz One', cursive;
      }

  
      .container {
        width: 65%;
      }

      #about {
        font-family: 'Fugaz One', cursive;
       letter-spacing: -1px;
      }
      
      #place-card {
        font-family: 'Oswald', sans-serif;
      }

      .meet-head {
        font-family: 'Oswald', sans-serif;
        letter-spacing: -2px;
        
      }

      #Run {
        background: rgb(124, 65, 65);
      }
     
   






   

