.parallax {
    /* The image used should be specified inline in the div */
    background-image: url("old-letters-436503scr.jpg"); 

    /* Set a specific height */
    min-height: 100px; 

    /* Create the parallax scrolling effect */

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.full {
	width: 100%;
}




.main {
	font-size:130%;   
	margin: 1cm 2.5cm 1cm 3.0cm;
}

@media screen and (max-width: 767px) {
.main {
	margin: 1cm 2.0cm 1cm 2.2cm;
}
}





blockquote.main {
	font-size:130%;   
	margin: 1cm 2.6cm 2cm 3.6cm;
	font-style: italic;
	text-align: center;
}

blockquote.main cite {
	text-align: right;
	float: right;
	font-size:90%;   
}
