.home .pageHeader{
    max-width: 1300px;
    margin: 0 auto;
}

.home .pageHeader .hero-image{
    background-image: url(../../../images/home/home-hero-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 470px;
    padding: 80px;
}

.home .video-placeholder {
    width: 725px;
    height: 403px;
    overflow: hidden;
    position: relative;
}

video {
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -270px;
    position: absolute;
}

    .home .pageHeader .hero-image h1{
        font-family: 'BodoniStd';
        color: white;
        font-size: 52px;
        padding: 10px 50px;
        background-color: rgba(0, 126, 195, 0.9);
        width: 437px;
    }

    .home .pageHeader .hero-image h1:last-of-type{
        width: 312px;
        margin-top: 2px;
    }

.home .promise-wrapper{

    padding: 0 110px;
    position:relative;
    padding-bottom: 80px;
}

    .home .promise-wrapper .promise{
        width: 250px;
    }

        .home .promise h3{
            color: #007ec3;
            font-family: 'BodoniStd';
            font-size: 64px;
            margin-top: 40px;
            margin-bottom: 40px;
        }

            .home .promise h3 span:first-of-type {
                font-size: 40px;
                display: block;
                line-height: 20px;
                margin-left: 20px;
            }

            .home .promise h3 span:nth-of-type(2){
                line-height: 41px;
                display: block;
            }

            .home .promise h3 span:last-of-type{
                line-height: 35px;
                display: block;
                margin-left: 25px;
            }

        .home .promise p{
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            color: #6d6e71;
        }

.home .header-video-wrapper{
    position: absolute;
    right: 110px;
    top: -230px;
    width: 660px;
}

    .home .header-video-wrapper > h2{
        font-family: 'Mightype Script';
        color: white;
        font-size: 58px;
        margin-bottom: 30px;
        text-align: center;
        text-shadow: 2px 2px 10px black;
        text-align:center;
    }

    .home .header-video-wrapper .fancybox > img{
        width:100%;
        border: 7px solid white;
        box-shadow: 2px 10px 9px #d1d3d4;
    }

.home .video-inner-content{
    position:absolute;
    bottom: 55px;
    left: 45px;
}

    .home .video-inner-content h3{
        font-family: 'Mightype Script';
        color: white;
        font-size: 38px;
    }

        .home .video-inner-content h3 span{
            font-family: 'Amatic-Bold';
            display: block;
            font-size: 54px;
        }

    .home .video-inner-content img{
        width: 125px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

.home .commitments-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 80px;
}

.home .commitments-header {
    background-image: url('../../../images/home/commitments-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 109px 80px 150px 80px;
    border-bottom: 15px solid #e6e7e8;
}

    .home .commitments-header h2{
        font-family: 'BodoniStd';
        color: white;
        font-size: 52px;
        padding: 10px 50px;
        background-color: rgba(0, 126, 195, 0.9);
        width: 378px;
        margin-left: auto;
    }

    .home .commitments-header h2:first-of-type{
        margin-bottom:10px;
    }

.home .commitments{
    width: 985px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -65px;
}

.home .commitment{
    width: 315px;
    display: inline-block;
    vertical-align:top;
}

.home .commitment:nth-of-type(2){
    margin-left: 15px;
    margin-right: 15px;
}

    .home .commitment img{
        width: 100%;
        border: 5px solid white;
        box-shadow: 0px 5px 11px #a5a3a3;
    }

    .home .commitment h3{
        font-family: 'BodoniStd';
        color: #067fc2;
        font-size: 36px;
        width: 280px;
        line-height: 34px;
        margin: 45px auto 25px auto;
    }

    .home .commitment p{
        font-family: 'Open Sans', sans-serif;
        color:#6d6e71;
        font-size: 16px;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
        line-height: 20px;
    }

.home .commitments-button{
    font-family: 'Open Sans', sans-serif;
    width: 384px;
    margin: 60px auto 0 auto;
    display: block;
    background-color: #067fc2;
    color: white;
    padding: 20px 30px;
    font-weight:bold;
    font-size: 18px;
}

.home .home-grid-wrapper{
    background-color: #f1f2f2;
    padding:30px 0 60px 0;
}

.home .home-grid-wrapper .grid{
    max-width: 1200px;
    margin: 0 auto;
}

    .home .home-grid-wrapper .image-holder {
        background-size: cover;
        background-repeat: no-repeat;
        width:100%;
        margin-bottom:30px;
        position: relative;
    }

      .home .home-grid-wrapper .image-holder .rollover{
        /* -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        overflow: hidden;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color; */

        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
        display: block;
        background-color: transparent;
      }

      /* .home .home-grid-wrapper .image-holder .rollover:hover{
        background-color: rgba(0, 126, 182,0.9);
      }

        .home .home-grid-wrapper .image-holder .rollover h3{
          font-family: 'BodoniStd';
          font-size: 46px;
          position: relative;
          top: 50%;
          margin-top: -27.5px;
          color: transparent;

          -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
          box-shadow: 0 0 1px transparent;
          overflow: hidden;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-property: color, background-color;
          transition-property: color, background-color;
        }

        .home .home-grid-wrapper .image-holder .rollover:hover h3{
          color: white;
        } */

    .home .grid .one-third-wrapper{
        width:380px;
        margin-right:30px;
        display:inline-block;
        vertical-align:top;
    }

        .home .grid .one-third-wrapper .blurb{
            padding: 80px 40px 30px 0;
        }

            .home .grid .one-third-wrapper .blurb h2{
                font-size: 58px;
                color: #007ec3;
                text-align: right;
                width: 300px;
                margin-left: auto;
                line-height: 45px;
                margin-bottom: 40px;
                font-family: 'BodoniStd';
            }

            .home .grid .one-third-wrapper .blurb p{
                font-size: 16px;
                text-align: right;
                width: 280px;
                margin-left: auto;
                color: #6d6e71;
                font-family: 'Open Sans', sans-serif;
            }

            .home .grid .one-third-wrapper .blurb .our-work-button{
                font-family: 'Open Sans', sans-serif;
                width: 88px;
                margin: 39px 0 0 auto;
                display: block;
                background-color: #067fc2;
                color: white;
                padding: 30px;
                font-size: 18px;
                font-weight: bold;
            }

        .home .grid .one-third-wrapper > div:nth-of-type(2) {
            background-image: url('../../../images/home/couple-with-champagne.jpg');
            height:545px;
        }

        .home .grid .one-third-wrapper > div:nth-of-type(3) {
            background-image: url('../../../images/home/home-washroom.jpg');
            height: 265px;
        }

        .home .grid .one-third-wrapper > div:nth-of-type(4) {
            background-image: url('../../../images/home/home-colourful-homes.jpg');
            height: 545px;
        }

    .home .grid .two-third-wrapper{
        width:790px;
        display:inline-block;
        vertical-align:top;
        margin-left: -4px;
    }

        .home .grid .two-third-wrapper > .image-holder:nth-of-type(1) {
            background-image: url('../../../images/2022/4.jpg');
            height:555px;
        }

        .home .grid .two-third-wrapper .two-image-wrapper div{
            width:380px;
        }

            .home .grid .two-third-wrapper .two-image-wrapper .image-holder:nth-of-type(1) {
                margin-right: 30px;
                background-image: url('../../../images/home/home-kitchen.jpg');
                height:265px;
                display:inline-block;
                vertical-align:top;
            }

            .home .grid .two-third-wrapper div:nth-of-type(2) .image-holder:nth-of-type(2) {
                background-image: url('../../../images/home/little-asian-girl.jpg');
                height:265px;
                display:inline-block;
                vertical-align:top;
                margin-left: -4px;
            }

        .home .grid .two-third-wrapper > div:nth-of-type(3) {
            background-image: url('../../../images/home/home-restaurant-interior.jpg');
            height:545px;
        }

        .home .grid .two-third-wrapper div:nth-of-type(4) .blurb {
            height: 265px;
            display: inline-block;
            vertical-align: top;
            margin-right: 30px;
        }

            .home .grid .two-third-wrapper .blurb{
            padding:50px 40px 30px 0;
        }

            .home .grid .two-third-wrapper .blurb h2{
                font-size: 58px;
                color: #007ec3;
                text-align: right;
                width: 200px;
                margin-left: auto;
                line-height: 45px;
                margin-bottom: 40px;
                font-family: 'BodoniStd';
            }

            .home .grid .two-third-wrapper .blurb p{
                font-size: 16px;
                text-align: right;
                width: 280px;
                margin-left: auto;
                color: #6d6e71;
                font-family: 'Open Sans', sans-serif;
            }

            .home .grid .two-third-wrapper .blurb .our-work-button{
                font-family: 'Open Sans', sans-serif;
                width: 88px;
                margin: 30px 0 0 auto;
                display: block;
                background-color: #067fc2;
                color: white;
                padding: 30px;
                font-size: 18px;
                font-weight:bold;
            }

        .home .grid .two-third-wrapper div:nth-of-type(4) .image-holder {
            background-image: url('../../../images/home/home-living-room.jpg');
            height: 265px;
            display: inline-block;
            vertical-align: top;
            margin-left: -4px;
        }
