/*

TABLE OF CONTENTS 
---------------------------------------------------

    1.0 - Global Styles
     1.1 - Width/Height Percentages

    2.0 - Images
     2.1 - Main Logo Mobile Adjust

    3.0 - Adjustments
     3.1 - iFrame for Bookings

    4.0 - Colours
     4.1 - Navigation background colour

    5.0 - Text
     5.1 - Text Colours
    
    
*/


/* ================================================
   1.1 - Width/Height Percentages
   ================================================ */

    .h-50{height: 50% !important;}
    .h-55{height: 55% !important;}
    .h-60{height: 60% !important;}
    .h-65{height: 65% !important;}
    .h-70{height: 70% !important;}
    .h-75{height: 75% !important;}
    .h-80{height: 80% !important;}
    .h-85{height: 85% !important;}
    
    .w-100{width: 100% !important}
    .w-90{width: 90% !important}
    .w-80{width: 80% !important}
    .w-70{width: 70% !important}
    .w-50{width: 50% !important}
    .w-25{width: 25% !important}

    
/* ================================================
   2.1 - Main Logo Mobile Adjust
   ================================================ */

    @media (max-width: 768px) {
        .home .tittle-block img {
            height: 160px !important;
        }
    }

/* ================================================
   2.1 - Main Logo Mobile Adjust
   ================================================ */    

        .page_header_contact {
            background: url(../img/header/3.jpg) no-repeat center top;
            background-size: cover;
            padding: 200px 0 150px;
        }    
    
/* ================================================
   3.1 - iFrame for Bookings
   ================================================ */

    .iframe-bookings{
        width: 100%;
    }

/* ================================================
   4.1 - Navigation background colour
   ================================================ */

    .navbar {
        background: #353848ad !important;
    }
    
    
/* ================================================
   5.1 - Text Colours
   ================================================ */

    .text-white {color: #FFF !important;}
        
    