@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf')
}

html {
  font-size: 14px;
}
body {
    font-size: 1rem; /*10pt; .875rem;*/
/*    background-color: #f5f5f5;
*/}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
/*  margin-bottom: 60px;
*/}

a.mml {
    padding: 10px 13px 10px 13px;
    display: inline-block;
    font: 600 13pt 'Josefin Sans', sans-serif;
    color: wheat; /*#555555;*/
    border-top: 3px solid rgba(255,255,255,0);
    position: relative;
    text-transform: uppercase;
    transition: 0.2s;
    text-decoration: none;
    cursor: pointer;
}

    a.mml:hover {
        border-top: 3px solid rgba(255,0,38,0.8);
    }

.user-avatar {
    line-height: 6rem;
    position: relative;
    margin-bottom: 18%;
    display: inline-block;
    width: 9rem;
    height: 6rem;
    font-size: 3rem;
    border-radius: 4rem;
    background-color: lightgray;
    vertical-align: middle;
    float: left;
}

    .user-avatar.small-avatar {
        line-height: 2rem;
        margin: 0rem;
        width: 2rem;
        height: 2rem;
        margin-right: 5px;
        cursor: default;
    }

.small-avatar span {
    text-align: center;
    display: block;
}

.user-avatar:hover {
    background-color: #86a2ff;
}

.user-avatar audio, .user-avatar canvas, .user-avatar img, .user-avatar video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
}

.container-nav-bar {
    color: #fff;
    padding-right: 0px;
}

.logoLink{
    color: black;
}
.logoLink:hover {
    color: black;
    text-decoration: none;
}