html {
  scroll-behavior: smooth;
}

body {
  background-color: #313f5a;
  margin: 0;
}

.navbar {
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the bottom of the page */
  width: 100%; /* Full width */
}

.award {
  background-color: #ffffff;
}
.cover {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}

.header-text {
  font-size: 60px;
  margin-bottom: 0;
}
.company-label {
  color: #86c232;
  font-size: 18px;
}
.cover {
  background-color: #1f2839;
}
.display-4 {
  font-size: 35px;
}
.breaker {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.stack,
.stack li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.stack li,
.social li,
.companies li {
  height: auto;
  overflow: visible;
  transition: transform 0.1s;
  position: relative;
  z-index: 1;
}

.stack,
.stack li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.stack li {
  float: left;
}

.stack li {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  text-align: center;
}

.stack,
.companies {
  display: block;
  padding-top: 32px !important;
}

ol,
ul {
  list-style: none;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .stack li {
    width: 25% !important;
  }
}
@media only screen and (max-width: 550px) {
  .stack li {
    width: 50% !important;
  }
}

/* @media only screen and (max-width: 1200px) {
  .stack li {
    width: 25% !important;
    margin-top: 16px;
    margin-bottom: 16px;
  }
} */
/* @media only screen and (max-width: 1450px) {
  .stack li,
  .companies li {
    width: 25% !important;
    margin-top: 16px;
    margin-bottom: 16px;
  }
} */
