@font-face {
    font-family: 'Nevis';
    src: url('/fonts/nevis.ttf');
  }
@font-face {
    font-family: 'Barlow';
    src: url('/fonts/barlow.ttf');
  }
body{
    font-size: 16px;
}

.branding-dark{
    color: #373435;
}

.branding-dark-bg{
    background-color: #373435;
}

.branding-light{
    color: #fefefe;
}

.branding-light-bg{
    background-color: #fefefe;
}

.branding-benther{
    font-family: 'Nevis';
    letter-spacing: .245em;
}

.branding-tech{
    font-family: 'Barlow';
    letter-spacing: .2em;
}

.hello-world.container{
    /* height: 100%; */
    font-size: 6.28em;
    display: flex;
    align-content: center;
    justify-content: center;
    max-width: unset;
    margin: 30vh 0 0.9em 0;
    font-size: 2.6em;
}

.lh-1{
    line-height: 1rem;
}

.links-shelf {
    font-family: 'Barlow';
    min-height: 50px;
    font-size: 1.1em;

    border-color: #373435;
    border-width: 1px;
    border-top-style: solid;

    width: 13em;
}

.links-shelf>.link{
    margin: auto .7em;
}

.links-shelf a {
    color:#373435
}

.branding-seal::before{
    background-image: url(/img/seal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0rem 0.5em;
    position: relative;
    top: .1em;
    content: " ";
}
