body {
    font-size: .875rem;
  }
  
  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
    /* position: fixed; */
    /* top: 0;
    bottom: 0; */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); */
    /* border-top: 1px solid rgba(0,0,0,.075); */

  }
  
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  .sidebar .nav-link {
    font-size: 2rem;
    color: #646464;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    height: 25px;
    width: 25px;
    color: #999;
  }
  
  .sidebar .nav-link.active {
    color: #007bff;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  
  /*
   * Utilities
   */
  
  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }


  #navbarSupportedContent {
    justify-content: flex-end;
    width: 100%;
  }

  .navbar-container {
    width: 100%;
    margin: 0;
    max-width: 1980px;
  }

  .hidden {
    display: none;
  }

  .cardcollector {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80vw;
    margin-top: 3%;
  }
  .top-icon {
    font-size: 5em;
    text-align: center;
    padding: 5%;
    color: #eafbfc;
    border-bottom: solid 1px #eafbfc;
    width: 50%;
    margin-left: 25%;
  }

  .card-hover h5,.card-hover p {
    color: #eafbfc;
    text-align: center;
  }

  .card-hover {
    box-shadow: #86868657 6px 8px 10px 0px;
  }

  
  #top-text {
    margin-top: 2% !important;
    padding-left: 12vw;
    padding-right: 12vw;
    justify-content: center;
    width: 60vw !important;
  }

  #top-text p {
    font-size: larger;
  }
  .frontpage-post p,h4 {
    text-align: left;
  }

  #media-gap {
    margin-bottom: 1.5% !important;
  }


  .card p {
    font-size:1.25rem;
  }


  #mainDash {
    display: flex;
    width: 100%;
    align-items: center;
  }

 .card-hover:hover{
    background-color: #56b0ec !important;
    scale: 1.02;
 }

 @media screen and (max-width:2000px) {
  .link-card {
    width: 22rem !important;
  }

  .link-card h5 {
    font-size: 300% !important;
  }

  .link-card h5 {
    font-size: 300% !important;
  }

  .top-icon {
      font-size: 300% !important;
  }
 }