:root {
    --fra-pant-d-red: #b9291a;
    --fra-pant-l-red: #e30613;
    --fra-pant-m-brown: #a48a7b;
    --fra-pant-d-brown: #957d6e;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a {
    /*color: var(--fra-pant-m-brown);*/
    color: rgba(0, 0, 0, 0.5);
    /*border-bottom: 1px dotted rgba(0, 0, 0, 0.7);
    text-decoration: none;*/
}

    /*a:link {
        color: var(--fra-pant-d-red);
    }*/

    a:visited {
        text-decoration: none;
    }

    a:hover {
        color: #000;
        /*text-decoration: none;*/
    }

    a:active {
        color: var(--fra-pant-l-red);
        /*text-decoration: underline;*/
    }

    a.btn:hover {
        text-decoration: none;
    }

.lni.mini {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #000;
    opacity: 0.225;
    font-size: 1em !important;
}

.lni.max {
    font-size: 48px !important;
}
