@charset "UTF-8";
/* CSS Document */

.hero {
    display: flex;
    height: 95vh;
    background: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em;
}
.hero .container {
    max-width: 550px;
    margin: 0 0 10vh 0;
    position: relative;
    align-self: flex-end;
}
.hero .border {
}
.hero h1 {
    font-style: normal;
    margin: 15px auto;
    font-size: 4em;
    line-height: 1;
    letter-spacing: 0;
}
.hero .arrow {
    display: none;
    width: 100%;
    transition: 0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.hero .arrow a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon-arrow-down.png) no-repeat center;
    background-size: 100%;
}
.story {
    background: url(../images/bg-marble-1.jpg) no-repeat center;
    background-size: cover;;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
}
.story .container {
    position: relative;
}
.story h1, .story h4 {
    margin: 5px;
}
.story .thumb {
    position: absolute;
    top: 100px;
    right: 0;
    width: 500px;
    height: 350px;
    z-index: 9;
    background: no-repeat center;
    background-size: cover;
}
.story .border {
    border: 0;
    background: #fff;
    padding: 3em 250px 4em 3em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 70%;
    position: relative;
    z-index: 8;
}
.story .border .btn-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -15px;
}
.story .border .btn {
}
.story .border .btn:hover {
    background: #e55133;
}
.approach {
    display: flex;
    justify-content: center;
    background: no-repeat center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.approach .container {
    align-self: center;
    max-width: 800px;
    padding: 3em;
    background: #fff;
    margin: 0;
    text-align: center;
}
.approach h1, .approach h4 {
    margin: 5px;
}
.approach .btn-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom:-15px;
    text-align: center;
}
.testimonials {
    background: url(../images/bg-marble-1.jpg) no-repeat center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 300px;
    text-align: center;
}
.testimonials .slick-slider {
    max-width: 1000px;
    padding: 0 10%;
}
.testimonials p {
    font-size: 1.2em;
    line-height: 1.4;
}
.cta {
    padding-top: 0;
    margin-top: -250px;
    text-align: center;
}
#masonry {
    margin-bottom: 30px;
    text-align: center;
}
#masonry .item {
    width: 47%;
    background: no-repeat center;
    background-size: cover;
    margin: 10px;
}
#masonry .item.h1{
    height: 30vw;
}
#masonry .item.h2{
    height: 25vw;
}
.cta .content {
    max-width: 600px;
    margin: 150px auto;
}
.cta h4 {
    margin: 0;
}
.cta h1 {
    margin: 20px auto;
}
@media all and (max-width:1024px) {
    .story .border {
        width: 100%;
        padding: 3em;
    }
    .story .thumb {
        position: relative;
        top: 0;
        width: 100%;
        height: 40vh;
    }
   
    #masonry .item {
        margin: 5px;
    }
}
@media all and (max-width:960px) {
    .story {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media all and (max-width:640px) {
    .hero h1 {
        font-size: 3em;
        letter-spacing: 0;
    }
    .hero .border {
        padding: 3em 0;
    }
    #masonry .item.h1,
    #masonry .item.h2{
        width: 100%;
        height: 50vw;
    }
}