/*

*/
@media screen and (min-width: 768px) {
  .navbar {
      display: flex;
      justify-content: space-between;
      padding-bottom: 0;
      height: 70px;
      align-items: center;
  }

  .main-nav {
      display: flex;
      margin-right: 30px;
      flex-direction: row;
      justify-content: flex-end;

  }

  .main-nav li {
      margin: 0;
      margin-top: 15px;
  }

  .nav-links {
      margin-left: 40px;
  }

  .logo {
      margin-top: 0;
  }

  .navbar-toggle {
      display: none;
  }

  .logo:hover,
  .nav-links:hover {
      color: rgba(255, 255, 255, 1);

  }
  .logo:hover {text-decoration: none;}
}

/*start team members*/
@media screen and (max-width:732px) {
  .team-social-media
  {
    text-align: center;
    padding-bottom: 55px;

  }
}



/*end  team members*/


/*start */
/*end  */
