/*
Colors
	maroon: #8B354D;
	purple: #8E386F;
	lavendar: #8A2D7A;
	tan: #D7CB88;
	light-grey: #DAD5C7;
	lighter-grey: #FCFCF7;
*/

body {
	background: #fcfcf7;
	background-image: url('../images/confectionary.png'); /* CC BY-SA 3.0 subtlepatterns.com */
	font-family: 'Quicksand', Helvetica, sans-serif;
	}

#wrapper {
	width: 90%;
	margin-left: 5%;
	}

header h1 {
	text-align: center;
	font-size: 10vw;
	}

header h1 a {
	color: #8a2d7a;
	text-decoration: none;
	}

header h1 a:visited {
	color: #8a2d7a;
	}


nav a {
	display:block;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	text-decoration: none;
	color: #8a2d7a;
	height: 25px;
	line-height: 1.5em;
	}

nav a:hover {
	text-decoration: underline;
	}

nav a:hover, nav #current {
	background: #8a2d7a;
	color: #fcfcf7;
	}


/*------------------------Main content----------------------------*/

h2 {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1%;
	}

h3 {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1%;
	}

h3 i { /*  for the de-italicization of C Diff in H3s */
    font-style: normal;
    }

p, ul, blockquote {
	font-size: 112%;
	}


p {
	margin-top: 1%;
	line-height: 1.25em;
	margin-bottom: 1%;
	}

i {
	font-style: italic;
	}

.hangingIndent {
	text-indent: -3%;
	margin-left: 3%;
	}

em {
	font-style: italic;
	}

blockquote {
	margin-left: 3%;
	font-style: italic;
	margin-top: 1%;
	line-height: 1.25em;
	}

#pdf_content {
	width: 100%;
	height: 1000px;
	}

.contactImg {
	float: left;
	width: 16%;
	margin-right: 2%;
	}

figure img {
	width: 100%;
	margin-top: 1%;
	}

figcaption {
	font-style: italic;
	}

a {
	color: #8E386F;
	}

/*------------------------Footer----------------------------------*/

footer {
	background: #DAD5C7;
	height: 50px;
	}

footer p {
	padding-top: 1%;
	text-align: center;
	}



/*-----------------------Media Query for smaller screens-----------*/
@media only screen and (max-width: 480px) {
	header h1 {
		font-size: 2em;
		}
	}

@media only screen and (max-width: 640px) {
	header h1 {
		font-size: 3em;
		}	
	h2, h3, p, blockquote {
		margin-bottom: 3%;
		}	

	}
