body {
    margin-bottom: 60px;
    
    
    }
   


  .footer {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    height: 60px; 
    line-height: 60px;
    color: #fff;
    background-color: #551a8b;
  } 


  .btn-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.jumbotron {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: var(--bs-light);
  border-radius: .3rem;  
}


#mapid { 
  height: 25em; 
}

.ShlPurple {

  background-color: #551a8b;
  color: #ffffff;
  
}

.ShlPurple:hover {

  color: #ffffff;
  background-color: #551a8b;
  opacity: 80%;
  transition: 1s;
  
}

.ShlPurpleShade {

  background-color: #7d26cd;
  color: #ffffff;
}

.ShlPurpleShade:hover {

  color: #ffffff;
  background-color: #7d26cd;
  opacity: 80%;
  transition: 1s;
  
}
 



.listyours {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: var(--bs-danger);
  border-radius: .3rem;  
  color: #ffffff;
}

#listyours a:link {
  color: #ffffff;
  text-decoration: none;

}

#listyours a:visited {
  color: #ffffff;
  text-decoration: none;

}
 
 
 @media only screen and (min-width: 1px) and (max-width: 800px)
  
{
 
 .jumbotron  {
margin-top: -6vh;
height: 2vh;
background-color: rgb(205, 178, 231);
} 

#pin {
width: 20vh;
}
}

  /* @media only screen and (min-width: 601px) and (max-width: 4000px)
  
{

#logo {
  visibility: visible;
}  

#pin {
  opacity: 0;
}
  }  */