/* nav-bar */
.ham-menu-icon,
.nav-desktop {
  display: none;
}

.first-nav {
  display: flex;
  padding-left: 6.5em;
}

.nav-list {
  display: inline-block;
}

.logo {
  transform: translateY(-16px);
  bottom: 15px;
}

.flextop {
  flex-grow: 2;
}

.top-sub {
  height: 100%;
  font-size: 0.65em;
}

.flexpad {
  height: 230px;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 10px;
}

.logo-link {
  background-color: black;
  padding-top: 50px;
}

.top-articles {
  display: flex;
  justify-content: space-between;
}

#top-img {
  height: 468px;
  font-size: 1.8em;
}

.latest-articles {
  min-height: 150px;
}

.latest-news {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  grid-template-rows: repeat(3, 31vmax);
  column-gap: 20px;
}

.latest-cont {
  padding: 0;
}

.companies-pad {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-direction: row;
}

.companies {
  width: 400px;
}

.latest-img {
  width: 100%;
  height: 70%;
}

.comp-cont {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.categories {
  display: flex;
  flex-flow: row wrap;
}

.ftr-copyright br {
  display: none;
}

.cat-articles {
  max-width: 50%;
  padding: 15px 10px;
}

@media (min-width: 1023px) {
  .funding-list ul li {
    display: inline-block;
  }

  .divisor {
    display: inline-block;
    padding: 0 10px;
  }
}
