   
/***************
** Tablet Landscape
***************/

@media only screen and (min-width: 992px) {


    /***************
    ** Header
    ***************/
    header .navbar
    {
        margin-top:25px;
        float:right;
    }
    header .navbar .nav-item:last-child > a 
    {
        padding-right:0;
    }

    /**********************
    ** Slider
    ***********************/
    section.slider .angle
    {
        width:55%;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    }
    section.slider h1 
    {
        font-size:4rem;
    }

    /**********************
    ** Blocks
    ***********************/
    section.shapes .service-thumbnail
    {
        margin-bottom:0;
    }
    section.content h1+.underline, section.content h2+.underline
    {
        margin-bottom:2.5rem;
    }

    /**********************
    ** Footer
    ***********************/
    .maskreys
    {
        margin-top:30px;
    }

}