html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.navbar-brand{
    position:absolute;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.app-logo {
    /*width:280px;*/
    margin-top: 4px;
    width: 220px;
   
}


#user-menu {
    width: 240px;
}

    #user-menu .nav-item {
        line-height: 1.2em;
        font-size:1.2em;
    }

    #user-menu .nav-link {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #user-menu .nav-item:hover {
        background-color: lightgoldenrodyellow;
    }