/***************
** Desktops
***************/

@media only screen and (min-width: 1400px) {


    /**********************
    ** Core
    ***********************/
    .container 
    {
        max-width:1350px;
    }

    /**********************
    ** Slider
    ***********************/
    section.slider h1 
    {
        font-size:4.2rem;
    }

    /**********************
    ** Call to action
    ***********************/
    section.call-to-action h2 
    {
        font-size:2.2rem;
        margin-bottom:0;
    }

    /**********************
    ** Blocks
    ***********************/
    section.shapes .service-thumbnail>.service-img-container
    {
        height:400px;
    }
    
    /**********************
    ** Testimonials columns
    ***********************/
    div.columns-row
    {
        column-count: 3;
    }


}

@media only screen and (min-width: 1600px) {

    /**********************
    ** Core
    ***********************/
    .container 
    {
        max-width:1450px;
    }

}

@media only screen and (min-width: 2000px) {
    
    #main-container
    {
        max-width:2000px;
        border-left:1px solid #eee;
        border-right:1px solid #eee;
        margin-left:auto;
        margin-right:auto;
    }
}