.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 1.1em;
}

.navbar .navbar-nav .nav-link:hover {
  color: #808080;
}

.sm-icons {
  flex-direction: row;
}

@media only screen and (max-width: 960px) {
  .sm-icons .nav-item {
    padding-right: 1em;
  }
}

#logo {
  padding-left: 10px;
}

#navbar_social {
  padding-right: 10px;
}

#card_title {
  padding-top: 10px;
  padding-bottom: 10px;
}

body {
  background-color: #ebe6e6;
}

#navbar {
  background-color: #ebe6e6;
}

#commingsoon {
  background-color: white;
  color: white;
  cursor: default;
}

#disabled {
  cursor: not-allowed;
}

.profilka {
  border-radius: 50%;
}
