.dashboard-content-wrapper {
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: 100%;
    height: inherit;
    min-height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .dashboard-content-wrapper::-webkit-scrollbar{
    display: none;
  }
  .dashboard-nav-container {
    margin-bottom: 20px;
  }
  .dashboard-nav-card{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 100%;
      margin: 5px;
      background-color: #ffffff;
      border-radius: 2px;
      border: 2px solid #cccccc;
      color: #444444;
      box-shadow: 2px 2px 10px #00000040;
  }
  .dashboard-nav-card:hover{
    background-color: #68afff;
    color: #ededed
  }
  #dashboard-banner {
    background: rgb(1, 113, 188);
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 10px #88888890;
    margin-bottom: 20px;
    height: 200px;
  }
  #dashboard-banner-content{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      color: white;
      height: 80%;
  }
  .banner-title{
    font-size: 3vw;
    font-weight: bolder;
  }
  .banner-info{
    font-size: 1.5vw;
  }
  .panel-title {
    margin: 5px;
  }
  .social-media-links-container{
    display: flex;
    justify-content: flex-end;
    width: inherit;
    color: white;
    text-decoration: none;
  }
  #social-media-links{
    font-size: 2vw;
    margin: 5px;
    color: white;
}
#social-media-links:hover{
    cursor: pointer;
    text-decoration: none;
  }
  .dashboard-linkedin-container{
    min-height: 60%;
  }
  .linkedin-row{
    width: 100%;
  }
  .dashboard-linkedin {
    height: 100%;
    width: 100%;
    margin-top: 20px;
  }
  #linkedin-post {
    margin: 5px;
    box-shadow: 2px 2px 10px #88888890;
  }
  .nav-card-wrapper{
    height: 100px;
  }
  .linkedin-post1{
    height: 500px;
  }
  .card{
    padding: 0;
  }
  @media(max-width: 1000px){
    #dashboard-banner{
      height: 150px;
    }
    .banner-info{
      display: none;
    }
    .banner-title{
      font-size: 5vw;
    }
    /* #dashboard-banner-content{
      justify-content: space-evenly;
    }
    #social-media-links{
      font-size: 5vw;
      margin: 5px;
  }
    #dashboard-linkedin{
      display: none;
    }
    .dashboard-content-wrapper, .dashboard-nav-card{
      margin: 5px;
    }
    .dashboard-nav-container{
      flex-direction: column;
    }
    .row, #dashboard-banner, #dashboard-nav-container{
      margin: 0;
      position: relative;
    }
    #dashboard-banner{
      height: 10%;
      margin-top: 80px;
      margin-bottom: 20px;
    }
    .col-sm-6, .col-lg-4, .col-lg-3, .col-lg-12{
      padding: 0;
      width: 90%;
    }
    .container-fluid{
      padding: 0;
    } */
  }