html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.active {
    font-weight: bold;
}

.logo{
    width: 250px;
    height: auto;
    right:100px;
    top:10px;
    position:absolute;

}

.menu{
    height:160px;
}

.nav-item {
    color: black;
    font-size:19px;
    padding-right:30px;
}

.nav-item:hover {
    color: darkblue;
}

.nav-item-selected {
    font-weight:bold;
}