/* General styles for student page */

body {
	font-family: 'Playfair Display', serif;
	background-color: rgba(240, 240, 240, .2);
	margin: 80px;
}
.header {
	background: url(images/kljp-holding-flags-550.jpg) no-repeat center;
	background-color: rgba(217, 232, 245, .5);
	border-radius: 25px;
	padding: 5em 30%;
}
.headertext {
	text-align: center;
}

h1 {
	font-family: 'Cormorant Upright', serif;
	font-size: 5em;
	font-weight: 700;
	margin: 0 0 2em 0;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;
	font-weight: 700;
	margin: 0;
}
h3 {
	font-family: 'Cormorant Upright', serif;
	font-weight: 600;
	font-size: 2em;
	font-style: italic;
	margin: 1.5em 0 0 0;
}
.headertext h4 {
	font-size: 1.5em;
	margin: 0;
}
h4 {
	font-family: 'Roboto Condensed', sans-serif;
}
em {
	color: #40020D;
}
.chapters h4 {
	border-top: solid 1px #1B78F2;
	border-left: solid 2px #1B78F2;
	border-radius: 25px 0 0 0;
	padding: 1em 0 0 1.5em;
}
.projects h4 {
	border-top: solid 1px #012E40;
	border-left: solid 2px #012E40;
	border-radius: 25px 0 0 0;
	padding: 1em 0 0 1.5em;
}
.personal h4 {
	border-top: solid 1px #036980;
	border-left: solid 2px #036980;
	border-radius: 25px 0 0 0;
	padding: 1em 0 0 1.5em;
}
.personal, .projects, .chapters {
	margin: 40px 0 40px 10px;
}
p.email {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: .6em;
}
footer {
	text-align: center;
	font-size: 1.5em;
	background-color: rgba(217, 232, 245, .5);
	border-radius: 25px;
	padding: 3em 30%;
}
a:link {
	color: #012E40;
}
a:visited {
	color: #1B78F2;
}
a:hover {
	color: #05C7F2;
	background-color: rgba(255, 249, 211, .5);
}
a:active {
	color: #B85804;
}







/* font-family: 'Playfair Display', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Cormorant Upright', serif;  */





