
    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1920px) {



    }

        /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .container-fluid {
            padding-left:50px;
            padding-right: 50px;
        }

    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1024px) {


        .container-fluid {
            padding-left:30px;
            padding-right: 30px;
        }

        .photo-exercise { text-align: center;}


    }


    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

        header.header {
            height:100%;
            min-height: 100vh;
        }

        .content-cover {
            position: initial;
            left: 0px;
            width: 100%;
            transform: translateY(0%);
           -webkit-transform: translateY(0%);
        }

        .cover-area .content-cover h2 { font-size: 36px; margin-top:25px;}


        .copyrights, .social-footer, .links-footer {
            text-align: center;
            margin: 0 auto;
            width: 100%;
            display: block;
            padding:2px 0;
        }

        .social-footer { padding-bottom: 5px; margin-bottom:5px;}


 

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

        .logo img { width: 75%;}
        .btn-orange { font-size:13px; padding:10px 15px;}
        
        .cover-area .content-cover h2 { font-size: 28px; margin-top:20px;}



    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

        .btn-orange { font-size:13px; padding:10px 15px;}
        .content-cta h2 {
            font-size: 28px;
        }
        
        .cover-area .content-cover h2 { font-size: 28px;}





     }

    

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {


        
        
    }