@media (max-width: 1250px) {

    header .logo {
        position: relative;
        top: 25px;
    }

    header nav a{
        margin: 10px;
    }
}

@media (max-width: 960px) {
    header a.logo{
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    header nav{
        display: none;
    }


    #toptext h3{
        font-size:22px;
    }

    #content .container{
        padding: 0 15px;
    }

    .whychooseus .block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .whychooseus .block > div{
        width: 100%;
        margin: 0 auto;
    }

    .whychooseus .block .image-wrapper{
        max-width: 660px;
    }

    .whychooseus .block.image-left .image-wrapper{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
    }

    .whychooseus .block .description{
        padding: 30px 15px;
    }

    .parallax{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .parallax .parallax-content{
        position: relative;
        top: auto;

        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .showrooms-wrapper .showrooms{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .showrooms-wrapper .showrooms .showroom{
        width:200px;
        margin: 15px 15px;
    }

}

@media (min-width: 761px) {
   .mobile-visible{
       display: none;
   }
}
@media (max-width: 760px) {

    header{
        height:auto;
        flex-direction: column;
    }
    
    header a.logo{
        top: auto;
        left: auto;
        margin: 15px auto;

        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    header .header-title{
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Proxima Nova SemiBold';
        letter-spacing: 1px;
        margin-bottom: 15px;
        margin-bottom: 15px;
    }

    #toptext h3{
        font-size:18px;
    }

    #topimage .image{
        height: calc(80vh - 110px);
    }

    .animate{
        opacity: 1;
    }

    #layout .section{
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .parallax .parallax-content .title{
        font-size: 26px;
    }

    #content .smallprint{
        font-size:20px
    }

}