@font-face {
    font-family: 'robotolight';
    src: url('assets/fonts/roboto-light-webfont.woff2') format('woff2'),
         url('assets/fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {

	font-family: "robotolight", sans-serif;

body {
	background-color: powderblue;
	color: navy;
	font-family: "robotolight", sans-serif;
	font-size: 1.125em;
	line-height: 1.5em;
}

#top {
	text-align: center;
	margin: 0 auto
}

.menu a {
	color: navy;
	font-weight: bold;
	margin-right: 1em;
}

#main {
	max-width: 60%;
	margin: 0 auto;
}

h1, h2.sub-title {
	text-align: center;
}

img {
	max-width: 100;
	height: auto;
	border: 2px solid navy;
}

figcaption {
	color: navy;
	font-weight: bold;
#   margin-right: 1em;
}

#ora_pro_nobis {
	text-align: center;
	font-family: "helvetica, sans serif"; 
	font-style: italic; 
	font-weight: bold;
	font-size: .7em;
}

#copyright {
	text-align: center;
	font-family: "helvetica, sans serif"; 
	font-style: italic; 
	font-weight: bold;
	font-size: .7em;
}
