
    body {
        font-family: 'Roboto', sans-serif;
        min-width: auto !important;
    }
    .navbar {
        font-weight: 300;
        transition: all 0.5s ease;
    }
    .navbar-scrolled {
        background: black;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        z-index: 300;
    }
    .header_center_text {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        color: white;
        font-size: 50px;
        z-index: 110;
        font-family: 'Anton', sans-serif;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 800;
        text-shadow: 3px 3px 2px rgba(0,0,0,0.5);
    }
    .header_center_buttons {
        position: absolute;
        bottom: 10%;
        transform: translate(-50%, -50%);
        left: 50%;
        color: white;
        font-size: 17px;
        z-index: 110;
        text-align: center;
        font-weight: 400;
    }
    .header_center_buttons .btn {
        border-radius: 0;
        padding: 10px 20px;
        margin: 0 10px;
        background: black;
        border-width: 2px;
        border-color: #ffffff;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 12px;
    }
    .header_center_buttons .btn:hover {
        background: #a1a1a1;
        transition: all 0.3s ease;
        border-color: #868686;
    }
    #viewport {
        height: 100vh;
    }
    #wall .tile img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all 1s ease;
    }
    #wall .tile_text {
        position: absolute;
        color: #fff;
        font-size: 10px;
        line-height: 13px;
        bottom: 10px;
        left: 10px;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #111;
        padding: 3px 8px;
        background: rgba(10, 10, 10, .7);
        text-align: left;
        opacity: 0;
        transition: all 1s ease;
    }
    #wall .tile_blackbox {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.55);
        transition: all 1s ease;
    }
    #wall .tile_hovered .tile_text {
        opacity: 1;
    }
    
    #wall .tile_hovered .tile_blackbox {
        opacity: 0;
    }
    #wall .tile_hovered img {
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }
    section {
        margin-top: 130px;
    }
    h1 {
        font-family: 'Anton', sans-serif;
        font-size: 40px;
        font-weight: 800;
        color: #111;
        text-align: center;
        text-transform: uppercase;
        z-index: 10;
        margin-top: 50px;
        margin-bottom: 5px;
    }
    h1 .h1_pre {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        margin-top: -20px;
        font-size: 45px;
        letter-spacing: normal;
        color: #000;
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        filter: alpha(opacity=1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        z-index: 9;
    }
    .h1_after {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.35em;
        color: #111;
        text-align: center;
        margin-bottom: 50px;
    }
    .grey_text {
        font-size: 16px;
        line-height: 1;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        color: #929292;
        letter-spacing: 2px;
        line-height: 25px;
        text-align: justify;
    }
    .grey_text p {
        margin: 10px 0;
    }
    .seperator_box {
        margin: 100px 0 80px 0;
        padding: 50px 0 0 0 ;
        min-height: 300px;
        background: url("images/box_1_bg.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        color: white;    
        box-shadow: 0 0 4px 6px rgba(0,0,0,0.1);
    }
    .seperator_box2 {
        background: url("images/box_2_bg.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }
    footer {
        background: grey;
        text-align: center;
        color: white;
        padding: 25px;
        font-size: 13px;
        margin-top: 80px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }

.people_row {
    padding: 40px 0;
}
#question_swiper {
    padding: 70px 0px;
}    
.people_box {
    position: relative;
    width: 270px;
    margin: 0 auto 30px auto;
}
.people_img_box {

}
.people_img_pre, .people_img_pre2, .people_img_pre3 {
    background: #d4d4d4;
    transform: translate(0px, 0px);
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width: 270px;
    height: 270px;
    transition: all 0.4s ease;
    opacity: 0;
}
.people_img_pre2 {
    background: #dbdbdb;
}
.people_img_pre3 {
    background: #dedede;
}
.people_img_img {
    width: 270px;
    height: 270px;
}
.people_social_box {
    width: 85%;
    margin: 0 auto;
    margin-top: -20px;
    height: 40px;
    position: relative;
    background: white;
    border-radius: 2px;
    text-align: center;
    opacity: 0.8;
    transition: all 0.4s ease;
    border-bottom: 2px solid rgba(0,0,0,0);
}
.people_social_element {
    display: inline-block;
    font-size: 26px;
    margin: 0 20px;
}
.people_social_element a {
    color: grey;
    text-decoration: none;
}
.people_social_element a:hover {
    text-decoration: none;
}
.people_box:hover .people_social_box {
    opacity: 1;
    border-bottom: 2px solid rgba(138,138,138,1);
}
.people_box:hover .people_img_pre {
    opacity: 1;
    transform: translate(-15px, -15px);
}
.people_box:hover .people_img_pre2 {
    opacity: 1;
    transform: translate(-30px, -30px);
}
.people_box:hover .people_img_pre3 {
    opacity: 1;
    transform: translate(-45px, -45px);
}


.seperator_box {
    position: relative;
}
.seperator_box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.71);
    content: " ";
    display: block;
}
.seperator_box .h1_pre {
    color: white;
    z-index: 10;
}

.seperator_box h1 {
    color: white;
    z-index: 10;
    position: relative;
}

.seperator_box .h1_after {
    color: white;
    z-index: 10;
    position: relative;
}

.question_box {
    margin: 0 0 30px 0;
}

.question_title {
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.question_text {
    font-weight: 300;
    font-size: 19px;
    line-height: 1.9em;
    text-align: justify;
    margin: 0 10vw;
}

.sepcont {
    max-width: 80vw;
    width: auto;
    margin: 0 auto;
}

.question_text p {
    padding: 6px 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("images/left.png");
  left: 10px;
  background-size: cover;
  right: auto;
  opacity: 0.7;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("images/right.png");
  background-size: cover;
  right: 10px;
  left: auto;
  opacity: 0.7;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.href_color {
    color: #8c288c;
}

@media only screen and (max-width: 900px) {
    h1 {
        font-size: 30px;
    }
    h1 .h1_pre {
        font-size: 30px;
        margin-top: -16px;
    }


    .sepcont {
        max-width: 99vw;
    }
    .header_full_cover {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 100;
    }
    .navbar {
        background: rgba(0,0,0,0.5);
    }
}