/* tablet landscape */
@media screen {
    
/*reset */
    
    #main-menu, .floatingmenu {
        display: none !important;
    }
    #intro, #about, #services, #pricing, #bookings, #testimonials {
        min-height: 100px !important;
        display: block !important;
        position: relative !important;
        font-size: 1.3em !important;
    }
    
    #about, #services, #pricing, #bookings {
        line-height: 1.9em !important;
    }
    
    #main-content h1 {
            visibility: visible !important;
        }
        
    #testimonials h1, #pricing h1, #services h1, #bookings h1 {
            margin-top: -50px !important;
        }
        
    .about a, .services a, .pricing a, .bookings a, .testimonials a  {
           background-size: 100px 54px !important;
           height: 85px !important;
    }
       
     .about, .services, .pricing, .bookings, .testimonials {
            background-size: 100px 54px !important;
    }
    
    #intro {
        width: 80% !important;
    }
    
        #intro p {
            line-height: 2.5em !important;
            margin-top: 20% !important;
        }
        
    #about {
        margin-top: 100px !important;
    }
        
        #about p {
                padding-top: 0px !important;
                margin-bottom: -20px !important;
        }
        
         #about h1 {
            margin-top: -100px !important;
        }
    
    #services {
        margin-top: 1020px !important;
    }

    #pricing {
        margin-top: 100px !important;
    }
    
        #pricing .point-to-bookings h2 {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }
            
         #pricing .point-to-bookings .arrow {
                margin-top: -12px !important;
                width: 15% !important;
            }
    
    #bookings {
        margin-top: 350px !important;
    }
    
    #bookings #contactForm {
            padding-bottom: 8em;
        }
        
        #bookings #contactForm label {
            font-size: 1em !important;
            width: 100%;
            text-align: left;
            margin-left: 22px;
        }
        
        #bookings #contactForm input {
            clear: both;
            width: 100%;
            margin-left: 22px;
        }
        
        #bookings #contactForm textarea {
            margin-left: 22px;
            width: 100%;
        }
        
        #formButtons {
            width: 100% !important;
            margin-left: -22px;
            margin-top: 0.3em;
        }
        
        #bookings .contact-phone a {
            color: #4C4C4C !important;
        }
        
    #testimonials {
        margin-top: 0px !important;
    }
        
        #testimonials h1 {
            margin-bottom: 50px !important;
        }
        
        #testimonials p {
            font-size: 1em !important;
        }
        
       .highlight {
            padding: 5px 4px 5px 6px !important;
        }
    
    /* mobile menu */
   
    .slicknav_menu {
        display:block !important;
        margin-top: 85px;
        position: relative !important;
        max-width: 100% !important;
    }
        
    .slicknav_menu ul {
            margin-top: 40px !important;
            min-height: 160px;
            position: fixed !important;
            width: 100% !important;
            text-align: center !important;
            left: 0px !important;
     }
     
    .slicknav_nav li a span.link-text, .menu li a span.link-text {
          font-size: 1.1em !important;
          width: 120px !important;
          height: 30px !important;
          margin-top: 4.8em !important;
          line-height: 2.1em !important;
    }
    
    .slicknav_nav li {
           margin-top: 0px !important;
           display: inline-block !important;
           padding: 10px 25px 10px 25px !important;
     }
     
     .slicknav_btn {
           margin-bottom: 0px !important;
           position: fixed !important;
       }
}