@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;*/
}
.bs-since{
    /*border-bottom: 1px solid rgba(87, 187, 252, 0.4);
    padding-bottom: 1rem;*/
}
.bs-title {
    font-size: 32px;
    font-weight: bold;
    text-align: right;
    color: black;
    line-height: 1.1;
}

html {
    font-size: 13px;
    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: 90%;

}

.bs-since {
    text-align: right;
   /* color: black;*/
   margin-top:-.4em;
}



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

.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: #666666;
}

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

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

}

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

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

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

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