*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: sans-serif;
}

#navbar
{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar
{
    background-image: linear-gradient(to right, #4be8b9, #207ce5);
    padding: 0 !important;
}

.navbar-brand img
{
    height: 40px;
    padding-left: 20px;
}

.navbar-nav li
{
    padding: 0 10px;

}

.navbar-nav li a
{
   font-weight: bolder;
   float: right;
   text-align: left;
}

.fa-bars
{
    font-size: 30px !important;
}

.navbar-toggler
{
    outline: none !important;
}

#bordemenu{
    box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}

/*-----------banner section------------*/

#banner
{
    margin-top: 50px;
    background-image: linear-gradient(to right, #4be8b9, #207ce5); 
    
}

.promo-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}

.play-btn
{
    width: 45px;
    margin: 20px;
    color: #fff;
}

#banner a
{
    color: #fff;
    text-decoration:none;
}

.bottom
{
    width: 100%;
}

/*---------------project-----------------*/

#project
{
    padding:80px 0;
}

.project-img
{
    width: 200px;
    margin-top: 20px;
    align-items: center;
}

.project
{
    padding: 20px;
}

#project-text
{
    padding: 12px;
    margin-top: 25px;
}

.title
{
    margin-bottom: 20;
}

.title::before
{
    content:'';
    background: linear-gradient(to right, #4be8b9, #207ce5);
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px)
}

#special
{
    text-align: center;
}

#project .btn-primary
{
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    align-self: center;
    align-items: center;
    background: #207ce5;
}

/*----------the team-----------*/

#the-team
{
    padding:80px 0;
}

  .map
  {
    padding-bottom: 25px;
    padding-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;      
  }


  /*----------contact section-------*/
  .social-icons img{
    width:60px;
    transition:0.5s;
    margin-bottom: 60;
    margin-top: 40;
    margin-left: 10;
    margin-right: 10;
  }

  .social-icons a:hover img
  {
    transform: translateY(-10px);
  }

  /*--------funding section-------*/

  #funding
  {
      background: #f8f9fa;
      padding-bottom: 40px;
      padding:40px 0;
  }


  .funding-title
  {
      font-size: 20px;
      font-weight: 600;
      margin-top: 8%;
  }

  #funding ul li
  {
      margin: 10px 0;
  }

  #funding ul
  {
      margin-left: 20px;
  }

  .profilepics
  {
     width: 75%; 
  }


 .tableheader
  {
      background: linear-gradient(to right, #4be8b9, #207ce5);
  }
  

