/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.clear { clear: both; }

body {
background: url(images/bg.jpg) top center repeat-y;
}

#wrapper {
	text-align:center;
	margin:0 auto;
	width: 100%;
	max-width:1020px;
	position:relative;
}

#navbg {
}

#contact {
	position: relative;
	margin: 25px 0;
}

#logo {
	position: relative;
	margin-bottom: 40px;
}

#logo img {
	max-width: 100%;
}

/* NAV */

#navback{
	position: relative;
}

#navtop {
	position: relative;
	height: 55px;
	padding-top: 12px;
	background: url('images/navbg.png') no-repeat top center;
	width: 100%;
	max-width: 1020px;
	margin-bottom: 10px;
}

#nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	font-size:17px;
	font-weight:lighter;
}

ul#navtext li {
	list-style:none;
	display:inline;
	padding-left:20px;
	padding-right:20px;
}

ul#navtext li a {
	text-decoration:none;
	color:#fff;
}

ul#navtext li a:hover {
	text-decoration:underline;
	color:#fff;
}

ul#navtext li a:visited {
	color:#fff;
}

/* CONTENT */

#covid-notice {
	background: #c4d9ec;
	border: 2px solid #4e6a83;
	color: #4e6a83;
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 40px;
}

#content {
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	text-align:left;
}

#homepage,
#cv {
	max-width: 96%;
	margin: 0 auto;
}	

ul.homelist {

	list-style-type:disc;
	line-height:17pt;
}

ul.homelist li {
	list-style-position: inside;
}

#cv {
	line-height:24px;
}

h2 {
	font-size:20px;
	font-weight:400;
	font-variant:small-caps;
}

.img-right {
	display: block;
	margin: 0 auto 20px;
}

.footer-img {
    width: 100%;
    max-width: 989px;
    margin: 0 auto;
    display: block;
}

@media only screen and (min-width: 48em) {
	.img-right {
		margin: 0 0 0 35px;
		float: right;
	}

	#cv,
	#homepage {
		max-width: 850px;
	}

}