@font-face {
    font-family: 'pompejipetitregular';
    src: url('/fonts/pompejipetit-webfont.woff2') format('woff2'),
         url('/fonts/pompejipetit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.top_nav {
	padding: 10px 20px;
	background-color: #EDC437;
}

.visible_box1 {
	border-radius: 10px;
	background-color: #DDE2C4;
	padding: 20px;
}

.visible_box2 {
	border-radius: 10px;
	background-color: #EFDCA9;
	padding: 20px;
}

.site_title {
	color: #51251B;
	font-size: 50px;
    font-family: 'pompejipetitregular';
	letter-spacing: -2px;
}

h1, h2, h3, h4 {
	color: #064F00;
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 30px;
	font-family: 'Courier New', Courier, monospace;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	color: #CB9E00;
	font-weight: 700;
	margin: 0px !important;
	font-size: 18px !important;
}

button.red, button.red:hover, button.red:focus {
	background-color: #E02020;
	border: 1px solid #E02020;
}

.text_link {
	color: #064F00;
	font-weight: 700;
	cursor: pointer;
}