@font-face {
    font-family: 'helveticaneue';
    src: url("./fonts/helveticaneue-thin-webfont.woff2") format('woff2'), url("./fonts/helveticaneue-thin-webfont.woff") format('woff'), url("./fonts/helveticaneue-thin-webfont.ttf") format('ttf');
    font-weight: 200;
}

html {
    font-size: 42px;
}

.title {
    padding: 0.5rem;
    text-shadow: rgba(0,0,0,0.35) 0 0 0.18rem;
}
h1,
p {
    font-family: "helveticaneue", sans-serif;
    font-weight: 200;
    color: #fff;
}
h1 {
    font-size: 1rem;
}
p {
    font-size: 0.6rem;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}

.logos {
    padding: 0 0 0 calc(0.5rem - 5px);
}

.logos-slideshow {
    width: 500px;
    height: 90px;
    /* margin: 0 0 20px 20px; */
    z-index: 1000;
}

.logos-slideshow li span {
    width: 500px;
    height: 90px;
    position: absolute;
    color: transparent;
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}
@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 {
        font-size: 100px;
    }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 {
        font-size: 50px;
    }
}
