html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
    background: url('../jpg/bg-1.jpg') no-repeat center center fixed;
}

h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: 'Open Sans Condensed', -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
    text-transform: uppercase;
}

/*
.display-1 {
    mix-blend-mode: darken;
}
*/

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

nav.bg-white {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

header {
    position: relative;
    min-height: 100%;
    width: 100%;
}

header p {
    text-transform: none !important;
}

header .atvImg {
    pointer-events: auto;
    width: 100%;
    height: 100%;
    max-width: 960px;
    max-height: 783px;
}

header .atvImg {
    width: 394px;
    height: 314px;
}

@media (min-width: 576px) {
    header .atvImg {
        width: 480px;
        height: 392px;
    }
}

@media (min-width: 768px) {
    header .atvImg {
        width: 640px;
        height: 522px;
    }
}
/*
@media (min-width: 992px) {
    header .atvImg {
        width: 640px;
        height: 522px;
    }
}

@media (min-width: 1200px) {
    header .atvImg {
        width: 640px;
        height: 522px;
    }
}
@media (min-width: 1600px) {
    header .atvImg {
        width: 960px;
        height: 783px;
    }
}
*/
@media (min-width: 992px) {
    header .atvImg {
        width: 960px;
        height: 783px;
    }
}

header,
section,
footer {
    padding: 3rem 0;
}

section.bg-light {
    background-color: #eaeef2 !important;
}

.icon.icon-20:before {
    font-size: 20px;
}

.icon.icon-30:before {
    font-size: 30px;
}

.icon.icon-40:before {
    font-size: 40px;
}

.card-header {
    text-transform: none;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.number .icon:before {
    font-size: 40px;
}


.card .card-img-top, .card .card-img-bottom {
    -webkit-filter: hue-rotate(6deg) saturate(25%);
    filter: hue-rotate(6deg) saturate(25%);
}

/*
.card .card-img-bottom {
    -webkit-filter: hue-rotate(320deg);
    filter: hue-rotate(320deg);
}
*/

/*
.atvImg-shine {
    display: none;
}
*/

figure {
    margin-bottom: 0;
}

figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

figure:hover img {
    filter: none;
}

.carousel-caption {
    color: #000;
    font-weight: bold;
    bottom: auto;
    top: 20px;
}

.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1602px;
}

.img-scroll {
    display: block;
    width: 100%;
    background-size: 100%;
    background-position: top center;
    transition: background-position 2s ease;
}

.img-scroll:hover {
    background-position: bottom center;
}

/*
@media print {
    @page {
        size: landscape;
    }
}
*/

#contact {
    min-height: 100%;
    width: 100%;
}

#contact .card {
    max-width: 960px;
    opacity: 0.9;
}

.roll > span,
.roll > ul {
    display: inline-block;
    height: 6rem;
    overflow: hidden;
}

.roll > span,
.roll > ul li {
    line-height: 6rem;
}

.roll > ul li:first-child:nth-last-child(2) {
    animation: 6s ease-in-out normal infinite anim2;
}

.roll > ul li:first-child:nth-last-child(3) {
    animation: 6s ease-in-out normal infinite anim3;
}

.roll > ul li:first-child:nth-last-child(4) {
    animation: 6s ease-in-out normal infinite anim4;
}

.roll > ul li:first-child:nth-last-child(5) {
    animation: 6s ease-in-out normal infinite anim5;
}

@keyframes anim2 {
  0%, 19.9999% {
    margin-top: 0;
  }
  20%, 100% {
    margin-top: -6rem;
  }
}
@keyframes anim3 {
  0%, 19.9999% {
    margin-top: 0;
  }
  20%, 39.9999% {
    margin-top: -6rem;
  }
  40%, 100% {
    margin-top: -12rem;
  }
}

@keyframes anim4 {
  0%, 19.9999% {
    margin-top: 0;
  }
  20%, 39.9999% {
    margin-top: -6rem;
  }
  40%, 59.9999% {
    margin-top: -12rem;
  }
  60%, 100% {
    margin-top: -18rem;
  }
}

@keyframes anim5 {
  0%, 19.9999% {
    margin-top: 0;
  }
  20%, 39.9999% {
    margin-top: -6rem;
  }
  40%, 59.9999% {
    margin-top: -12rem;
  }
  60%, 79.9999% {
    margin-top: -18rem;
  }
  80%, 100% {
    margin-top: -24rem;
  }
}
