body {
	font-family: 'Quattrocento', serif;
	padding-top: 50px;
	
	
}
h1{
	font-family: 'ScriptinaProRegular';
	font-size: 54px;
	text-shadow: 4px 4px 4px #aaa;
}
.none {
	
	text-shadow: none;
}
 h2 {
	 font-family: 'Cinzel', serif;
	 text-shadow: 4px 4px 4px #aaa;
 }
 @font-face {
    font-family: 'ScriptinaProRegular';
    src: url('fonts/Scriptina_Pro-webfont.eot');
    src: url('fonts/Scriptina_Pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Scriptina_Pro-webfont.woff') format('woff'),
         url('fonts/Scriptina_Pro-webfont.ttf') format('truetype'),
         url('fonts/Scriptina_Pro-webfont.svg#ScriptinaProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.navbar-wrapper {
	
	background-color: #ffffff;
	
}

.resizeimage{ 
 background-size: contain;
}