@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium-webfont.eot');
    src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Medium-webfont.woff') format('woff'),
    url('fonts/Roboto-Medium-webfont.ttf') format('truetype'),
    url('fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Light-webfont.woff') format('woff'),
    url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
    url('fonts/Roboto-Light-webfont.svg#robotomedium') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Light-webfont.woff') format('woff'),
    url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
    url('fonts/Roboto-Light-webfont.svg#robotomedium') format('svg');
    font-weight: 200;
    font-style: normal;

}

.bs-title-zone {
    border-top: 1px solid rgba(87, 187, 252, 0.4);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bs-title {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: black;
    line-height: 1.1;
}

html {
    font-size: 12px;
    font-weight: 500;
    min-height: 100%;
    padding: 0;
    min-width: 285px;
}

.bs-customers {
    text-align: right;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 1rem 0;
    max-width: 91%;

}

.bs-since {
    text-align: right;
    margin-top: -.4em;
    border-bottom: 1px solid rgba(87, 187, 252, 0.4);
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    color:#B2B2B2;
    padding-top: 1rem;
}
.bs-since>*:first-child{
    margin-left: auto;
}


body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", Arial;
    font-weight: 300;
    background: white;
    color: #666;
}

.pre-wrap {
    white-space: pre-wrap;
    display: inline-block;
}

article {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    min-height: 100vh;
    max-width: 820px;
    margin: auto;
}

.bs-cont {
    flex: 1 1 auto;
    padding: 0 2rem;
    align-self: center;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer {

    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    padding: .5rem 2rem !important;

}

a:hover, a:visited, a:focus, a {
    color: #B2B2B2;
}

.bs-customers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

}

.bs-customers li {

    white-space: pre-wrap;
    display: block;

}

.bs-customers li:first-child {
    margin-left: auto;
}

.bs-customers li a {
    white-space: pre-wrap;
    display: inline-block;

}

footer.bs-customers li:after {
    content: "  ";
}

.bs-customers li:after {
    content: "\00a0\00a0|\00a0\00a0";
    color: #ccc;
}

.pipe {
    color: #ccc;
}

.bs-black {
    color: black;
    display: inline-block;

}



@media (max-width: 640px) {
    .bs-customers {
        max-width: none;
    }
}