/*STYLES FOR 'ON THE WRONG SIDE!' DRIVING.*/

/*TOP BANNER*/
/*The style and position of the large title on the banner .*/
.titleonbanner {
    max-width: 782px; /*Accommodates all iPhones.*/
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 28pt;
    font-family: Garamond, "Times New Roman", serif;
    color: white;
}


/*CONTENT*/
/*Blank paragraph purely for positioning the book image.*/

/*BOOK IMAGE. */
/*The fancy image of three books, width 331 pixels.*/
.bookimage{
    width: 290px;
    display:block;
    padding-top: 10px;
    margin:auto; /*Centre the image.*/
}

/*Book image and description layout for screens > 480 pixels in width.*/
@media screen and (min-width: 480px){
    .bookimage{
        float:left; 
        margin-left: 30px;
        margin-right: 20px}
}

/*MAIN SECTION.*/
.driving{
    max-width: 1200px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12pt;
    color: black;
    text-align: left;
    text-indent: 40px;
}

/*A quote and the heading.*/
.quote{
    margin-top: 10px;
    font-weight: bold;
    font-size: 16pt;
    font-family: Garamond, "Times New Roman", serif;
    text-align: center;
    text-indent: 0px;
}

/*Emphasis within the quote.*/
.quote > em {
    font-weight: normal;
    font-style: normal;
}

/*'RoadSignsCollage'.*/
.collage{    
    width: 290px;
    display:block;
    margin:auto; /*Centre the image.*/
}

/*The 'Learn More' link.*/
.lmlink{
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: 0px;
    text-align:center;
}

/*For computer use.*/
@media screen and (min-width:668px) {
    .quote{font-size: 24pt}
    .driving{font-size: 18pt; margin-left: 30px;}
    .collage{float:right; width:500px; margin-left: 30px}
}
/********************************************************************************/


