  .logo {
      padding-left: 62px;
  }
  
  section#header a img#rassd-logo {
    height: 52px;
    position: absolute;
    margin-top: 13px;
    -webkit-transition: height 2s; /* Safari */
    transition: height 2s;
  }

  section#header.scrolled a img#rassd-logo {
    height: 85%;
    margin-top: 3px;
    -webkit-transition: height 1s; /* Safari */
    transition: height 1s;
  }
  
  @media only screen and (max-width: 440px) {
    .logo {
      visibility: hidden;
    }
  }

  div.feature-gridicons {
    display:flex;
    justify-content: center;
  }

  .grid {
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
    grid-auto-rows: min-content;
    grid-column-gap: 0.375rem;
    grid-row-gap: 0.375rem;
    grid-auto-flow: dense;
    margin: 1px;
        margin-top: 3rem;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
* {
    box-sizing: border-box;
}

.grid-item--ad {
  grid-column: -3 / -1;
  background-color: #EEE;
  grid-column: -2 / -1;
  grid-row-end: span 2;
  height: auto;
}

.grid-item {
  background-color: #757575;
  display: flex;
  width: 85px;
  flex-direction: column;
  justify-content: center;
  padding: 6px;
  padding-top: 13px;
  text-align: center;
  border-radius: 3px;
  /* opacity: 0.5; */
}
* {
  box-sizing: border-box;
}

.grid-item svg {
  align-self: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.grid-item__title {
  color: white;
}

/*.column:hover .grid-item {
  opacity: 1;
}*/

.feature-icon i {
      color: #3085ee !important;
}

h6 {
  color: #3a414e !important;
  font-weight: 600;
}

.feature-content {
  color: #50596c !important;
}

/*div.bio {
  padding-left: 200px;
}*/

/* div.social { */
  /* display: flex; */
  /* float: left; */
  /* justify-content: center; */
/* } */

.social a {
  padding-right: 11px;
  padding-left: 11px;
}

.social a:visited {
  color: #3085ee;
}

.social-icons {
  display: flex;
  justify-content: center;
  padding-right: 30px;
}

tr.bio {
  vertical-align: top;
}

tr.bio td:first-child {
  width: 26%;
}

tr.bio td h3 {
  margin-top: 0px;
}