﻿
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-indicators li.indicator {
    margin-left: 8px;
    width: 3vh;
    height: 3vh;
    border-radius: 50%;
}

.logo-container {
    display: flex;
    width: 68vw;
    height: 90vh;
    justify-content: center;
    align-items: center;
}

.carousel-logo {
    width: 45%;
}

.logo-container p {
    position: absolute;
    margin-top: 30vh;
}

/*
.carousel-item {
    height: calc(100vh - 66px);
}
*/

    .carousel-item .carousel-img {
        width: 100%;
        height: 100%;
    }


.carousel-effect {
    width: 100%;
    height: 90vh;
    position: fixed;
    background: -moz-linear-gradient(left, rgba(167,173,87,0.38) 0%, rgba(158,173,53,0.27) 39%, rgba(152,173,31,0.5) 64%, rgba(144,173,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(167,173,87,0.38) 0%,rgba(158,173,53,0.27) 39%,rgba(152,173,31,0.5) 64%,rgba(144,173,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(167,173,87,0.38) 0%,rgba(158,173,53,0.27) 39%,rgba(152,173,31,0.5) 64%,rgba(144,173,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a7ad57', endColorstr='#8090ad00',GradientType=1 ); /* IE6-9 */
    filter: brightness(70%);
}

.carousel-ornament {
    text-align: left;
}

    .carousel-ornament img {
        height: 64vh;
        position: fixed;
        opacity: 0.5;
        filter: brightness(75%);
    }

.first-caption {
    top: 10%;
    left: 0%;
}

    .first-caption .caption-header {
        margin-left: 80px;
        width: 373px;
        height: 170px;
        padding: 30px;
        text-align: justify;
        text-justify: inter-word;
        letter-spacing: -2px;
    }

        .first-caption .caption-header h3 {
            font-family: 'gotham-black';
            font-size: 12vh;
            line-height: 8vh;
        }

        .first-caption .caption-header p {
            font-family: 'gotham-book';
            font-size: 8vh;
            line-height: 8vh;
            text-align: right;
            position: absolute;
        }

.first-indicators {
    width: 100%;
    left: 40%;
    top: 60%;
    position: absolute;
}

.header-slogan {
    width: 100%;
    position: absolute;
    left: 50%;
    top: -2.5%;
    font-size: 2.5vh;
    text-align: center;
    letter-spacing: -1px;
    line-height: 2.5vh;
}

.caption-menu {
    padding-top: 2%;
    width: 120%;
    height: 28vh;
    position: absolute;
    background-color: #90ba58;
    bottom: -5%;
    font-size: 2vh;
    letter-spacing: -1px;
    text-align: center;
    background-image: url('../../public/img/slides/slide-1.1.png');
    background-size: cover;
}

    .caption-menu img {
        width: 100%;
    }

.caption-icons {
    width: 100%;
    display: inline-block;
    margin-left: 35%;
    text-align: center;
}

.icon-container {
    margin-left: 0.75%;
    width: 6%;
    float: left;
}

    .icon-container:hover {
        cursor: pointer;
    }

    .icon-container a {
        text-decoration: none;
        color: #fff;
    }

.second-caption {
    top: 10%;
    left: 70%;
    width: 28%;
    letter-spacing: -1px;
}

    .second-caption .caption-header {
        border: 2px solid #fff;
        border-radius: 35px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 25px;
        text-align: justify;
        text-justify: inter-word;
    }

        .second-caption .caption-header h3 {
            font-family: 'gotham-black';
            font-size: 12vh;
            line-height: 10vh;
        }

        .second-caption .caption-header p {
            font-family: 'gotham-book';
            font-size: 4.5vh;
            line-height: 4.5vh;
        }

.second-indicators {
    width: 100%;
    top: 70%;
    position: absolute;
}

.caption-text {
    padding: 30px;
}

    .caption-text img {
        margin-top: 50px;
        filter: brightness(0) invert(1);
        position: absolute;
    }

    .caption-text p {
        text-align: justify;
        text-justify: inter-word;
        font-size: 2vh;
        line-height: 2.5vh;
    }


.timeline-header strong {
    font-family: 'gotham-bold';
    letter-spacing: -2px;
    font-size: 38px;
    color: #1F485A;
}

.story-container {
    width: 100%;
    text-align: left;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 24px;
    letter-spacing: -2px;
    color: #5B5B5D;
    line-height: 32px;
}

.right-side img, .timeline .row img {
    width: 80px;
}

.right-side a, .timeline a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.timeline {
    width: 102.5%;
    height: 90vh;
    padding-left: 8.5%;
    padding-right: 8%;
    text-align: left;
    font-size: 24px;
    letter-spacing: -2px;
    color: #5B5B5D;
    line-height: 32px;
}

.timeline-container {
    overflow-x: auto;
}

    .timeline-container img {
        width: 150%;
    }

.timeline .row img {
    width: 80px;
}

/*::-webkit-scrollbar {
    width: 0px; /* remove scrollbar space 
    background: transparent; /* optional: just make scrollbar invisible 
}*/

.carousel-no-mov {
    display: block;
}

.carousel-yes-mov {
    display: none !important;
}

@@media only screen and (max-width: 575.98px) {
    .carousel-no-mov {
        display: none !important;
    }

    .carousel-yes-mov {
        display: block !important;
    }
}

.menu-option {
    padding-top: 5vh;
}

.nav-separator {
    margin-top: 1.5vh;
}

.timeline-container {
    height: 70%;
    overflow-y: auto;
    /* padding-top: 5vh; */
}

.timeline-container img {
    width: 50%;
    margin-left: 25%;
}

@@media only screen and (max-width: 800px) {
    .timeline-container {
        height: 75%;
        margin-top: 0vh
    }

    .timeline-container img {
        width: 80%;
        margin-left: 10%;
    }
}

@@media only screen and (max-width: 360px) {
    .timeline-container img {
        width: 100%;
        margin-left: 00%;
    }

    .carousel-item .carousel-img {
        height: 100%;
    }
}