html,
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, Sans-Serif !important;
    color: #000;
    background-color: #ffe000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

h1,
h2,
h3,
h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 160px;
    line-height: 160px;
    max-width: 1080px;
    width: 100%;
    color: #ffe000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

h1 span {
    font-size: 60px;
    color: #fff;
}

h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 40px;
}

p {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    font-family: "Adobe Caslon Pro", "Times New Roman", Times, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #ffe000;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

a.btn {
    background: #000;
    color: #fff;
    padding: 15px 45px;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    display: inline-block;
    margin-top: 20px;
}

.program {
    font-style: italic;
}

.jumbotron {
    height: 800px;
    height: 100%;
    height: 100vh;
    width: 100%;
    position: relative;
}

.down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
    z-index: 200;
}

.down svg {
    width: 72px;
    height: 72px;
}

.play-overlay {
    height: inherit;
    width: inherit;
    position: absolute;
    z-index: 101;
    cursor: url('img/playhover.png'), auto;
    cursor: -webkit-image-set(
      url('img/playhover.png') 1x,
      url('img/playhover_hi.png') 2x
    ), auto;
    overflow: hidden;
    opacity: 1;
	visibility: visible;
}

.overlay-hide {
    opacity: 0;
	visibility: hidden;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.fullscreen-bg__video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.logo {
    width: auto;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 200;
    cursor: url('img/playhover.png'), auto;
    cursor: -webkit-image-set(
      url('img/playhover.png') 1x,
      url('img/playhover_hi.png') 2x
    ), auto;
}

.logo svg {
    width: 320px;
    height: auto;
}

.video-jumbo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
}

.jumbo-link {
    height: 20px;
    width: 142px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.jumbo-link img {
    height: 20px;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.intro {
    text-align: center;
    max-width: 1200px;
    padding: 0px 40px;
    margin: 200px auto 0px;
}

.intro h2 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 80px;
}

.intro a {
    font-family: inherit;
    color: #000;
    font-size: inherit;
    text-decoration: underline;
    font-weight: initial;
}

.intro p {
    font-size: 36px;
    line-height: 48px;
}

.intro-end {
    width: 840px;
    margin: 40px auto 0px;
}

.section {
    margin-top: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-part {
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.preview-post {
    position: relative;
    width: 50%;
}

.intro-post {
    width: 40%;
}

.section-right {
    padding-left: 40px;
}

.video-wrapper {
	width: 100%;
    height: 0px;
    padding-bottom: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: transparent;
    overflow: hidden;
    background-image: url(img/thumbnail.png);
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
}

.section1 .video-wrapper {
    background-image: url('img/image1.jpg');
}

.section2 .video-wrapper {
    background-image: url('img/image2.jpg');
}

.section3 .video-wrapper {
    background-image: url('img/image3.jpg');
}

.section4 .video-wrapper {
    background-image: url('img/image4.jpg');
}

.section5 .video-wrapper {
    background-image: url('img/image5.jpg');
}

.video-container {
	opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.video-show {
	opacity: 1;
	visibility: visible;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.video-iframe {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
}

.video-placeholder {
    width: 100%;
}

.video-play-wrapper {
	position: relative;
}

.video-play-wrapper img {
	width: 100%;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    cursor: pointer;
    width: 122px;
    height: 122px;
}

.play svg {
    width: 122px;
    height: 122px;
    opacity: .7;
}

.section:nth-child(odd) {
    direction: rtl;
}

.section:nth-child(odd) .intro-post {
    direction: ltr;
}

.section:nth-child(odd) .section-right {
    padding-left: 0px;
    padding-right: 40px;
}

.clear {
    clear: both;
}

footer {
    width: 100%;
    max-width: 1200px;
    border-top: 1px solid #000;
    text-align: center;
    padding: 200px 0px 120px;
    margin: 200px auto 0px;
}

.hint {
    width: 360px;
    height: auto;
    padding: 40px 20px;
    margin: 0 auto;
    background: #000;
    position: relative;
}

.hint:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
}

footer h3 {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    max-width: 360px;
    margin: 0 auto;
}

footer h4 {
    font-size: 24px;
    line-height: 24px;
}

footer a {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

footer svg {
    padding: 40px;
    height: 80px;
    width: auto;
    fill: #000;
}

.socials {
    width: 100%;
    margin-top: 80px;
}

.social {
    display: inline-block;
    margin-top: 40px;
}

.social svg {
    height: 32px;
    width: auto;
    padding: 0px 25px;
}

@media only screen and (max-width : 1399px) {

    h1 {
        font-size: 140px;
        line-height: 140px;
        max-width: 940px;
    }
    .logo svg {
        width: 200px;
    }
}

@media only screen and (max-width : 1199px) {

    h1 {
        font-size: 130px;
        line-height: 130px;
        padding: 0px 40px;
        width: 880px;
    }
    h1 span {
        font-size: 50px;
    }
}


@media only screen and (max-width : 1099px) {

    h1 {
        font-size: 120px;
        line-height: 120px;
        width: 810px;
    }
    h1 span {
        font-size: 40px;
    }
    .intro {
        padding: 0px 40px;
    }
    .intro h2 {
        font-size: 62px;
        line-height: 62px;
    }
    .intro p {
        font-size: 30px;
        line-height: 42px;
    }
    .intro-end {
        width: 700px;
    }
}


@media only screen and (max-width : 992px) {

    h1 {
        font-size: 110px;
        line-height: 110px;
        width: 740px;
    }
    h2 {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 40px;
    }
    p {
        font-size: 20px;
        line-height: 26px;
    }
    a {
        font-size: 18px;
        line-height: 24px;
    }
    .play {
        width: 92px;
        height: 92px;
    }
    .play svg {
        width: 92px;
        height: 92px;
    }
}

@media only screen and (max-width: 768px) {

    h1 {
        font-size: 90px;
        line-height: 90px;
        width: 620px;
    }
    h1 span {
        font-size: 30px;
    }
    .intro h2 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 40px;
    }
    .intro p {
        font-size: 24px;
        line-height: 30px;
    }
    .intro-end {
        width: 560px;
    }
    .section {
        display: block;
        margin-top: 120px;
    }
    .section-part {
        display: block;
        width: 100%;
    }
    .section-right {
        padding: 80px 80px 0px;
    }
    .section:nth-child(odd) .section-right {
        padding: 80px 80px 0px;
        direction: ltr;
    }
    .play {
        width: 122px;
        height: 122px;
    }
    .play svg {
        width: 122px;
        height: 122px;
    }
    .video-wrapper {
        height: 440px;
        padding-bottom: 0px;
    }
    footer {
        margin-top: 120px;
        padding: 120px 0px 80px;
    }
    .hint {
        width: 300px;
    }
    footer svg {
        height: 60px;
    }
    footer h3 {
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        max-width: 320px;
    }
    .social {
        margin-top: 40px;
    }
    .social svg {
        height: 28px;
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 680px) {

    h1 {
        font-size: 80px;
        line-height: 80px;
        width: 540px;
        padding: 0px 20px;
    }
    h1 span {
        font-size: 28px;
    }
    .intro-end {
        width: auto;
    }
    .video-wrapper {
        height: 380px;
    }
}

@media only screen and (max-width: 560px) {

    h1 {
        font-size: 70px;
        line-height: 70px;
        width: 465px;
    }
    h1 span {
        font-size: 22px;
    }
    .logo {
        width: 200px;
        top: 40px;
    }
    .logo svg {
        width: 200px;
    }
    .down svg {
        width: 52px;
        height: 52px;
    }
    .intro {
        margin-top: 120px;
    }
    .intro h2,
    h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .intro p,
    p {
        font-size: 20px;
        line-height: 26px;
    }
    .intro-end {
        margin-top: 20px;
    }
    .section {
        margin-top: 80px;
    }
    .section-right,
    .section:nth-child(odd) .section-right {
        padding: 60px 40px 0px;
    }
    .play {
        width: 92px;
        height: 92px;
    }
    .play svg {
        width: 92px;
        height: 92px;
    }
    .video-wrapper {
        height: 320px;
    }
    footer {
        margin-top: 80px;
        padding: 80px 0px 40px;
    }
    .hint {
        width: 240px;
        height: auto;
        padding: 20px 10px
    }
    .hint:after {
        border-width: 0 20px 20px 0;
        bottom: -20px;
    }
    footer h3 {
        font-size: 20px;
        line-height: 20px;
        max-width: 260px;
    }
    footer a {
        font-size: 24px;
        line-height: 24px;
    }
    footer svg {
        height: 50px;
        padding: 20px;
    }
    .socials {
        margin-top: 40px;
    }
    footer h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .social svg {
        height: 22px;
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 480px) {

    h1 {
        font-size: 56px;
        line-height: 56px;
        width: 375px;
    }
    h1 span {
        font-size: 18px;
        display: block;
    }
    .intro {
        margin-top: 80px;
        padding: 0px 20px;
    }
    .section {
        margin-top: 60px;
    }
    .section-right,
    .section:nth-child(odd) .section-right {
        padding: 40px 20px 0px;
    }
    .video-wrapper {
        height: 280px;
    }
    footer svg {
        height: 40px;
    }
    .social svg {
        height: 22px;
        padding: 0px 12px;
    }
}

@media only screen and (max-width: 400px) {

    h1 {
        font-size: 40px;
        line-height: 40px;
        width: 270px;
    }

    .intro h2,
    h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .social svg {
        height: 20px;
        padding: 0px 10px;
    }
}
