body {
  font-family: "Century Gothic", 'Lato', sans-serif;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: initial;
  line-height: normal;
  color: #212529;
  text-align: initial;
  background-color: #fff;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .mob-view {
    display: none;
  }
}

@media (min-width: 768px) {
  .desk-view {
    /*display: none;*/
  }
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #17a2b8;
}

