@font-face {
    font-family: FuturaBT-Light;
    src: url("fonts/FuturaBT-Light.woff") format("woff"), url("fonts/FuturaBT-Light.ttf")  format("truetype");
}

body {
    padding: 0;
    margin: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.page-header {
    display: none;
}

.main-page {
    background-image: url('img-2/landing-bg.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.bg-image-mobile {
    display: none;
}

.bg-overlay {
    background-color: rgba( 49, 57, 63, 0.95);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.main-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.main-logo {
    background-image: url('img-2/bencham-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 8.6%;
    width: 16.8%;
    left: 5.8%;
    top: 6.5%;
    z-index: 2;
}

.side-info {
    background-image: url('img-2/side-info.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 1.8%;
    width: 32.9%;
    right: 10%;
    top: 6.5%;
    z-index: 2;
}

.main-info {
    display: block;
    position: absolute;
    width: 50%;
    z-index: 5;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: FuturaBT-Light;
    font-size: 30px;
    text-align: center;
}

.main-info .bold {
    font-family: Futura;
    font-weight: bold;
    font-size: 28px;
}

.chapters {
    position: absolute;
    bottom: 79px;
    left: 0;
    width: 94%;
    z-index: 5;
    height: 192px;
    margin: 0 3%;
}

.chapters .chapter {
    float: left;
    width: 32.4%;
    height: 100%;
}

.chapters .chapter a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
}

.chapters .chapter .chapter-logo {
    display: block;
    width: 120px;
    height: 120px;
    background-color: white;
    margin: 0 auto 22px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px #020202;
    background-repeat: no-repeat;
    background-position: center;
}

.chapters .chapter .chapter-logo.logo-bj {
    background-image: url('img-2/bj.png');
    background-size: 52%;
}

.chapters .chapter .chapter-logo.logo-sh {
    background-image: url('img-2/sh.png');
    background-size: 35%;
}

.chapters .chapter .chapter-logo.logo-prd {
    background-image: url('img-2/prd.png');
    background-size: 36.5%;
}

.chapters .chapter .chapter-title {
    font-family: Futura;
    font-size: 18px;
    text-transform: uppercase;
    color: #282828;
}

.chapters .chapter a:hover .chapter-title {
    color: #094a61;
}

.chapters .chapter a:hover .chapter-logo {
    background-color: #094a61;
}

.chapters .chapter a:hover .chapter-logo.logo-bj {
    background-image: url('img-2/bj-hover.png');
}

.chapters .chapter a:hover .chapter-logo.logo-sh {
    background-image: url('img-2/sh-hover.png');
}

.chapters .chapter a:hover .chapter-logo.logo-prd {
    background-image: url('img-2/prd-hover.png');
}

.chapter-separator {
    float: left;
    width: 2px;
    height: 100%;
    position: relative;
}

.chapter-separator .separator {
    width: 2px;
    height: 80px;
    background-color: #282828;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottom-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 2;
    height: 210px;
}
