@charset "utf-8";


/*
	CIS 1406
	Final Project
	Jonnie Jucht
	styles page
	Filename: testimonials_styles.css
*/
div.testimonial {
    border: 2px solid black;
	margin: 0 auto;
	width: 60%;
    padding: 20px;
    margin-bottom: 5%;
    border-radius: 14px;
	background-color: rgb(224,213,174);
	box-shadow: 10px 10px 15px rgb(173,144,82),
				-10px 10px 15px rgb(173,144,82);
    }
div.testimonial p {
    margin: 0;
    font-style: italic;
	font-size: 16pt;
    }
div.testimonial div.author {
    margin-top: 2%;
    font-weight: bold;
    text-align: right;
	margin-right: 4%;
	font-family: "Balthazar", serif;
	font-weight: 600;
	font-style: normal;
    }
h2 {
	font-size: 3em;
	text-decoration: underline;
	font-family: "Balthazar", serif;
	font-weight: 600;
	font-style: normal;
}