/* ----------------------------------------------------------------
    Homepage style
-----------------------------------------------------------------*/
#video-container{
    z-index: -1;
}

video {
    height: 100%;
    width: 130%;
}

#btn {
    font-family: Lato, sans-serif;
}

.responsive-img{
    width: 100%;
    height: auto;
}

.responsive-text{
    font-size: 1.15rem !important;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    grid-gap: 1rem;
}

.grid div {
    padding: 1.5rem;
    padding-right: 0 !important;
    display: grid;
    place-items: center;
}

.grid .tall {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    display: grid;
}

.grid div::before {
  content: "";
  display: block;
  grid-area: 1 / 1 / 2 / 2;
}
.grid div img {
  max-width: 100%;
  height: 125px;
  object-fit: contain;
}

.head-caption{
    text-align: left;
}

.heading-h2{
    font-size: 2rem;
    font-weight: bold; 
    font-family: 'Lato', sans-serif; 
    color:#FFFFFF; 
    line-height: 3rem;
}

#statement-container h2 {
    font-size: 2.4rem;
}

.slider-parallax-inner {
    background-size: auto 500px !important;
    background-position: -100px -100px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    background-blend-mode: lighten !important;
}

#video-text-left h3 {
    font-size: 1.5rem; 
    width: 40% !important;
}

/* ----------------------------------------------------------------
    Watch our story modal window style
-----------------------------------------------------------------*/
.modal-content {
    margin: 15% auto;
    width: 640px ;
    height: 360px;
}

.modal-body {
  position:relative;
  padding:0px;
}

.modal-dialog {
    max-width: 800px;
    margin: 0px;
}

.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/* ----------------------------------------------------------------
    Responsiveness
-----------------------------------------------------------------*/
@media (max-width: 575px) {
    .heading-h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 10px;
    }

    #video-text-left {
        position:absolute; 
        top: 20%; 
        left: 10%
    }

    video {
        height: 100%;
        width: 150%;
    }
}

@media (min-width: 576px) {
    #statement-container h2 {
        font-size: 2.2rem;
    }

    .responsive-text {
        font-size: 1.15rem !important;
    }

    .slider-parallax-inner {
        background-position: -70px -50px !important;
    }

    .heading-h2 {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 10px !important;
    }

    #video-text-left {
        position:absolute; 
        top: 20%; 
        left: 10%;
    }
}

@media (min-width: 768px) {
    #statement-container h2 {
        font-size: 2.5rem;
    }

    .responsive-text {
        font-size: 1.35rem !important;
    }

    .slider-parallax-inner {
        background-position: 8vw -50px !important;
    }

    .heading-h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

@media (min-width: 991px) {
    .slider-parallax-inner {
        background-position: 8vw 0 !important;
    }

    .heading-h2 {
        font-size: 3rem;
        line-height: 4rem !important;
        margin-top: 3rem;
        margin-bottom: 30px !important;
    }
}

@media (min-width: 1170px) {
    .heading-h2 {
        font-size: 4rem;
        line-height: 4rem;
        margin-top: 4rem;
    }

    .slider-parallax {
        margin-bottom: -150px !important;
    }

    .slider-parallax-inner {
        background-size: auto 100% !important;
        background-blend-mode: normal !important;
        background-position: unset !important;
    }

    #statement-container {
        margin: 0 0 0 50%;
    }
}

@media (min-width: 1200px) {
    .container.custom-style {
        max-width: 1300px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .col_half.custom-style {
        margin-bottom: 0;
    }
    .responsive-header {
        font-size: 26px !important;
    }
}

@media (max-width: 1200px) {
    .col_last.custom-style {
        float: none;
        width: auto;
    }
    .col_half.custom-style {
        float: none;
        width:auto;
        margin-right: 0;
    }
}

@media (min-width: 1300px) {
    .responsive-header {
        font-size: 30px !important;
    }
}

