
#description_section{
    margin: 50px auto;
    display: grid;
    gap: 30px;
}

#image_section{
    grid-column-start: 1;
    grid-column-end: 1;

    display: flex;
        align-items: center;
        justify-content: center;
}

#p_section{
    grid-column-start: 2;
    grid-column-end: 5;
}
#description_section>section>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    
}

#facilities_section{
    margin: 50px auto;
}


#facilities_section>section>span{
    display: inline-block;
    width: 18%;
    color: #00345A;
}

.facilities_icon{
    font-size: 60px;
    color: var(--main-dark-blue);
}

#project>section>img{
    border-radius: 7px;
}


#contact_icon{
    position: fixed;
    bottom: 0;
    
  }

  #social{
    position: fixed;
    bottom: 0;
    
  }


  #selection_form{
    border: #ddd solid 1px;
    border-radius: 5px;
    display: flex;
  }

  #selection_form>section{
    display: grid;
    margin: 15px auto;
    
  }

  #selection_form>section>label, #selection_form>section>input, #selection_form>section>select{
    margin: 15px 0;
    text-align: left;
  }


  #price>section>input{
    height: 50px;
    border: #ddd solid 1px;
    border-radius: 5px;
    color: gray;
    padding: 0px 10px;
    width: 100px;
  }

  .search-circle{
      width: 4rem;
      height: 4rem;
  }

  #search_icon{
    font-size: 40px;
    padding: 50px 0px;
    cursor: pointer;
    color: #00345A;
  }


  #location>h2{
    margin-bottom: 20px;
  }


  #location>p{
    color: gray;
    text-align: left;
  }

  #map{
    height: 300px;
  }
  
  @media screen and (max-width: 992px) {
      #social{
          bottom: 30%;
      }
      #contact_icon{
          bottom: 30%;
      }

      #contact_info{
        padding: 5px;
      }

      #contact_info>section{
        display: block;
        width: 80%;
        padding: 0px 30px;
      }
       #contact_form{
        border-right: none;
        width: 20px;
       }

       #contact_form>form{
        /*padding-bottom: 30px;*/
        /*border-bottom: black solid 1px;*/

       }

       #info{
        margin-top: 20px;
       }

       #selection_form{
        display: initial;
        border: #ddd solid 1px;
       }
  

  }




  @media screen and (max-width: 820px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    
  }
  
  @media screen and (max-width: 820px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: center;
      padding: 10px;
    }


  
  #project section{
    width: 90%;
  }


  #project section>img{
    width: 100%;
  }

  #facilities_section{
    font-size: small;
  }

  #facilities_icon>span{
    font-size: 40px;
  }
  #facilities_section>section>span {
    width: 16%;
  }

  #facilities_section>section>span{
    display: inline-table;
}
}



@media screen and (max-width: 720px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    
  }
  
  @media screen and (max-width: 720px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: center;
      padding: 10px;
    }

    
  
  #project section{
    width: 90%;
  }


  #project section>img{
    width: 100%;
  }
}



@media screen and (max-width: 500px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    
  }
  
  @media screen and (max-width: 500px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: center;
      padding: 10px;
    }

    
  #facilities_section{
    font-size: 12px;
  }

  #facilities_icon>span{
    font-size: 20px;
  }
  
}