/**********************
 * Responsiveness *
 *********************/

/* laptop */
@media only screen
and (max-width : 1280px) {

    #pricing p.prices {
        margin-bottom: -0.5em;
    }
    
    #pricing .point-to-bookings h1 {
        margin-top: 0.9em;
        margin-bottom: 1.8em;
    }
    
    #pricing .point-to-bookings .arrow {
        width: 60px;
        height: auto;
    }
}

/* desktop computer */
@media only screen 
and (min-width : 1600px) {
    #intro p {
   margin-top: 30%;
   font-size: 1.1em;
   line-height: 80px;
   }
}

.highlight {
    padding: 1.5px 4px 2px 6px;
}


/* desktop computer */
@media only screen 
and (min-width : 1800px) {
    #intro p {
   margin-top: 40%;
   font-size: 1.3em;
   line-height: 80px;
   }
}