.preloader{
  background-color: rgba(244, 246, 249, 0.8);
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(191,181,168);
  height: 120vh;
  width: 100%;
  transition: height 200ms linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

@media (max-width: 760px) {
  .navbar {
    margin-bottom: -136px;
  }
}

@media (MAX-width: 760px) {
  p {
    max-width: 100%;
  }
}

#navcol-2 {
}

a {color: black;
  text-decoration: none;
}

.nav-item {
  background: rgba(115,107,92,0.01);
  margin: 1px;
  border-radius: 5px;
  font-weight: bold;
}

#featuredcard {
  background: rgba(148,83,117,0.39);
  min-width: 50%;
}

@media (MAX-width: 768px) {
  .dropdown-menu {
    width: 100%;
    text-align: center;
  }
}
