/* GENERAL */
    html, body {
        font-family: "Inter", Arial, Helvetica, sans-serif !important;
    }
    .font-lora {
        font-family: "Lora" !important;
    }
    .get-in-touch {
        background-color: #DFB952 !important;
        border-color: #DFB952 !important;
        color: #000 !important;
        border-radius: 0 !important;
        font-weight: bold;
    }
    .get-in-touch:hover {
        background-color: #000 !important;
        border-color: #000 !important;
        color: #fff !important;
    }
    .text-gold {
        color: #DFB952;
    }
/* END GENERAL */

/* HERO-1 */
    /* set hero height based on wide screens */
    @media (min-width: 992px) {
        .hero-1 {
            height: 600px;
        }
    }
    /* increase hero height based on narrow screens */
    @media (max-width: 992px) {
        .hero-1 {
            height: 800px;
        }
    }
    .hero-1 #hero-content {
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin: auto;
    }
    .hero-1 .logo img {
        height: 450px;
    }
    .hero-1 h1 {
        font-size: 65px;
        font-family: "Lora";
        color: #DFB952;
    }
    .hero-1 .para-1 {
        font-size: 26px;
        font-weight:500;
        color: #F2F2F2;
    }
    .hero-1 .para-2 {
        font-size: 32px;
        color: #DFB952;
    }
    .hero-1 .overlay-content {
        position: relative;
        z-index: 1;
    }
    /* bg video */
        .hero-1 {
            position: relative;
            overflow: hidden;
        }

        .hero-1 video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: 0;
            transform: translate(-50%, -50%);
            object-fit: cover;
        }
    /* end bg-video */

    /* slide effect */
        #hero-content {
        opacity: 0;
        transform: translateX(-100%);
        transition: transform 1s ease, opacity 1s ease;
        }
        #hero-content.show {
        opacity: 1;
        transform: translateX(0);
        }
    /* end slide effect */
/* END HERO-1 */

/* HERO-2 */
    .hero-2 {
        background-image: url(../images/bg-our-story-1.5.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .hero-2 p {
        font-size: 18px;
    }
    .hero-2 h1 {
        color: #DFB952;
        font-family: "Lora";
        font-size: 65px;
        opacity: 100% !important;
    }
    .hero-2 .content {
        padding: 120px 0;
        z-index: 1;
    }
    .hero-2 .overlay {
        background-color: #215A62;
        z-index: 0;
        /*background-image: linear-gradient(180deg, #215A62, #fff);*/
        opacity: 70%;
    }

/* END HERO-2 */

/* HERO-3 */
    .hero-3 {
        background-image: url(../images/bg-hero-3.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .hero-3 h1 {
        color: #DFB952;
        font-size: 65px;
        font-family: "Lora";
    }
    .hero-3 .para-1 {
        font-size: 32px;
    }
    .hero-3 .overlay {
        background-color: #3C3C3C;
        opacity: 75%;
    }
    .hero-3 .content {
        padding: 120px 0;
    }
    .hero-3 .icon-wrapper {
        background-color: #DFB952;
    }
    .hero-3 .icon-wrapper img {
        height: 72px;
        width: 72px;
    }
    .what-we-do .title {
        font-size: 31px !important;
    }
/* END HERO-3 */

/* VISION AND CREATE SOMETHING SECTION */
    .vcs .row {
        background-image: url(../images/bg-vcs-orig.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .vcs .left-panel {
        background-color: #FFF;
        opacity: 80%;
    }

    .vcs .right-panel {
        background-color: #215A62 !important;
        opacity: 80%;
    }
    .vcs .left-panel h1, .vcs .right-panel h1 {
        font-size: 45px;
        font-family: "Lora";
    }
    .vcs .right-panel h1 {
        color: #DFB952;
    }
    .vcs .left-panel p, .vcs .right-panel p {
        font-size: 18px;
    }
/* END VISION AND CREATE SOMETHING SECTION */

/* MEET SAM */
    .meet-sam {
        padding: 80px 0;
    }
    .meet-sam h1 {
        font-size: 65px;
        font-family: "Lora";
        color: #DFB952;
    }
    .meet-sam .para-1 {
        color: #DFB952;        
        font-size: 26px;
    }
    .meet-sam .para-2 {
        font-size: 18px;
    }
    .meet-sam .sam-photo {
        height: 372px;
    }
/* END MEET SAM */

/* TIMELINE */
    .timeline {
        background-color: #3F3E3E;
    }
    .timeline .row {
        position: relative;
        margin-top:80px !important;
    }
    .vector-2 {
        background-image: url(../images/Vector\ 2.png);
        background-repeat: no-repeat;
        background-position: left center;
        width:147px;
        position: absolute;
    }
    .vector-3 {
        background-image: url(../images/Vector\ 3.png);
        background-repeat: no-repeat;
        background-position: left center;
        width:138px;
        position: absolute;
    }
    .year {
        background-color: #DFB952;
    }
    .year h3 {
        font-size: 110px;
        font-weight: bold;
        color: transparent; /* Hide fill */
        -webkit-text-stroke: 1px black; /* Outline */
        /*text-stroke: 1px black; /* Non-webkit version (not widely supported) */
    }
    .year-details .para-1 {
        font-size: 26px;
    }
    .year-details .para-2 {
        font-size: 18px;
    }
    .timeline .row:hover .year-details-container{
        background-color: #000 !important;
    }
    .timeline .row:hover .para-1 {
        color: #DFB952;
    }
    .timeline .row:hover .year-details-container .para-2 {
        color: #fff;
    }
    .timeline .container {
        background-image: url(../images/Line.png);
        background-repeat:repeat-y;
        background-position: 80px center;
    }
    .timeline .container .chevron {
        left:58px;
        top:-28px;
        opacity: 75%;
    }
/* END TIMELINE */

/* AT TOOBEY CONTAINER */
    .at-toobey-wrapper {
        background-image: url(../images/stock-photo-the-creative-process-a-man-sitting-at-a-table-in-an-office-using-a-digital-tablet-with-colleagues-2272258655_BLURRED.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .at-toobey-container {
        background-color: #164349;
        opacity: 75%;
    }
    .at-toobey-container .left-panel h3{
        font-size: 65px;
        color: #DFB952;
        font-family: "Lora";
    }
    .at-toobey-container .right-panel {
        color: #fff;
        font-size: 20px;
    }
    .at-toobey-container .right-panel .last-para {
        font-size: 25px;
        color: #DFB952;
    }
/* END AT TOOBEY CONTAINER */

/* SUBNAV */
    .subnav .email-address {
        text-decoration: none;
    }
    .subnav .email-address:hover {
        text-decoration: underline;
    }
/* END SUBNAV */

/* NAVBAR */
    .navbar-brand img {
        max-height: 53px; 
        height: auto; 
        width: auto;
    }
    .navbar-nav .nav-item .active {
        color: #DFB952 !important;
    }
    .navbar-nav .nav-item .nav-link:hover {
        color: #DFB952 !important;
    }
/* END NAVBAR */

/* FOOTER */
    footer {
        background-color: #DFB952;
    }
    footer .left-panel p a {
        text-decoration: none !important;
        color: #000 !important;
    }
    footer .left-panel p a:hover {
        color: #fff !important;
    }
    footer .right-panel p a {
        text-decoration: none;
        color: #fff !important;
        font-size: 18px;
    }
    footer .right-panel p a:hover {
        color: #000 !important;
    }
    footer .right-panel .btn {
        background-color: #DFB952 !important;
        border-color: #000;
        border-width: 3px;
        border-radius: 0 !important;
        color: #000 !important;
    }
    footer .right-panel .btn:hover {
        background-color: #000 !important;
        color: #fff !important;
        text-decoration: none;
    }
    .mailing-address {
        font-size:18px;
    }
/* END FOOTER */

/* PORTFOLIO */
    .logo-carousel {
      overflow: hidden;
      white-space: nowrap;
      position: relative;
    }

    .logo-track {
      display: inline-block;
      animation: scroll 60s linear infinite;
    }

    .logo-track img {
      margin: 0 20px;
      vertical-align: middle;
      margin-right:150px;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
/* END PORTFOLIO */

/* GET IN TOUCH */
    .get-in-touch-hero .overlay {
        background-image: url(../images/bg-get-in-touch.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .get-in-touch-hero {
        background-color: #215A62;
        background-image: linear-gradient(180deg, #215A62, #fff);
    }
    .get-in-touch-hero h1 {
        color: #DFB952;
        font-size: 38px;
    }
    .get-in-touch-hero p {
        font-size: 30px;
    }
    .get-in-touch-hero .mailing-address {
        font-size: 18px;
    }
    .git-card .get-in-touch, .git-card img {
        height: 58px;
    }
    .git-card {
        background-color: #3F3E3E;

    }
/* END GET IN TOUCH */

/* WHAT WE DO SLIDE */
    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-100px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .slide-in-left {
        opacity: 0;
        animation: slideInLeft 1s ease-out forwards;
    }
/* END WHAT WE DO SLIDE */

/* TIMELINE YEAR SLIDE */
.timeline .bounce-container {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow-x: hidden;
}

.timeline .bounce-text {
  display: inline-block;
  white-space: nowrap;
  transition: transform 0.3s ease;
}

.timeline .row:hover .bounce-container .bounce-text {
  animation: sideBounce 6s ease-in-out infinite alternate;
}

@keyframes sideBounce {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-25%);
  }  
  100% {
    transform: translateX(25%);
  }
}

/* END TIMELINE YEAR SLIDE */

/* TIMELINE-MOBILE */
.timeline-mobile {
    background-color: #3F3E3E;
}
/* END TIMELINE MOBILE */