* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background-color: rgb(240, 240, 240);
    font-family: 'Lato', sans-serif;
  }
  .bg-primary{
      background-color: rgb(226, 226, 226) !important;
  }
  .logo-text{
    font-size: 1.5rem !important;
    color:rgb(31, 71, 232) !important;
    font-weight: 600;
  }
  .navbar{
    box-shadow: 0px 0px 15px #aeaeae50;
  }
  .wall-wrapper {
    /* background-color: rgb(196, 230, 189); */
    width: auto;
    height: auto;
    text-align: center;
  }
  .wall-wrapper .wall {
    padding: 5rem 1rem;
  }

  .feature-wrapper {
    width: 100vw;
    height: auto;
  }
  .feature > div > div {
    box-shadow: 0px 0px 15px #8585858a;
    background-color: rgb(240, 240, 240);
  }

  .feature .card-body {
    margin: 2rem auto;
    min-height: 398px;
  }
  .feature-img {
    width: 10rem;
    height: auto;
    text-align: center;
    padding-bottom: 20px;
    border-radius: 50%;
  }

  .feature .f-name{
      font-size: 1.6rem;
      font-weight: 400;
      margin: 0;
      padding: 0;
  }
  .feature .f-designation{
      font-size: 0.8rem;
      color: rgb(86, 86, 86);
      margin: 10px auto;
      padding: 0;
  }
  .feature .f-email{
      font-size: 1rem;
      color: rgb(86, 86, 86);
      margin-bottom: 1.6rem;
      font-style: italic;
  }
  .social-links img {
    width: 2rem;
    height: auto;
  }


  .content > div > div {
    padding: 1rem 1.6rem;
    box-shadow: 0px 0px 10px #c9c9c9;
  }

  .footer {
    background: #424549;
    padding: 1rem 1.6rem;
    color: #fff;
  }

  .wall a{
    color: #333;
    text-decoration: underline;
  }
  .footer a {
    color: #ffff;
    text-decoration: underline;
  }

  @media screen and (max-width:600px){
    .footer {
      font-size: 12px;
    }
  }

  #map{
    height:86vh
  }
