@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');

:root {
  --green-color: #5DE171;
  --blue-color: #3631F4;
}

body{
font-family: 'Roboto Mono', 'Cousine', monospace;
}

a, a:visited{
  color: var(--blue-color);
}


.place {
  padding-top: 30px;
/*  padding-bottom: 25px;*/
  }

.navbar-brand {
  background: url(https://conf.researchr.org/getImage/icst-2020/orig/logo_combined.png) no-repeat;
  background-size: 150px 39px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 75px;
  background-position-x: 20px;
  background-position-y: 20px;
  height: 75px;
  width: 190px;

}
.brand-text{
  display: none;
}

#navigationbar > ul > li:last-child {
  display:none;
}

/* weird fix suggested by Elmer */
.dropdown-menu strong {
    font-weight: normal;
}