.avatar {
  vertical-align: middle;
  width: 400px;
  height: 400px;
  border-radius: 0%;
}
@font-face {
    font-family: 'Calibril';

    src:
         url('fonts/Calibril 3.ttf') format('truetype');
    font-style: normal;
}
body{
  font-family: 'Calibril';

}
.basic-headline--small {

  font-family: 'Calibril';

}
.supertext-a--subtitle{
  font-family: 'Calibril';

}
.supertext-b--small{
  font-family: 'Calibril';

}
.supertext-a--title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.1;
    font-family: 'Calibril';
    text-transform: lowercase;
    margin-bottom: 30px;
}
.page-loader--b {
    z-index: 10;
    color:#437d17
}
.bearheader {
    position: static;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 9000;
    height: 80px;
    background: #1d1d1b;
    border-bottom: 1px solid rgba(255,255,255,.1);
    opacity: 1;
    transition: 1s cubic-bezier(.165,.84,.44,1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.theme--black .team--item-black {
    opacity: 1;
}
.team--item-polar {
    opacity: 1;
}
.theme--black .talents--item__c0 .talents--item-inner {
    border: 1px solid #fff;
    color: #fff;
}
.theme--black .references {
    background: #28282800;
}
.references--item-inner {
  padding-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 97px;
  background: #ffffffeb;
  color: #1d1d1b;
  opacity: 0;
}
.basic-headline--small {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Calibril';
    text-transform: none;
}
.illustrationiframe{
    width: 100%;
    height: 1500px;
}  


@media only screen and (max-width: 600px) {
 .illustrationiframe{
        width: 100%;
        height: 2000px;
    } 
    .scrolltotop.topnew {
        width: 40px;
        height: 40px;
        margin-left: 1%;
    }

}
