﻿@charset "utf-8";
.text {
	font-family: Candara, Cambria;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.headings {
	font-family: Candara, Cambria;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	text-transform: none;
}
.nav_bar {
	font-family: Candara, Cambria;
	font-size: 30.5px;
	font-weight: bolder;
	text-transform: lowercase;
	color: #993300;
	vertical-align: middle;
	text-align: center;
	position: fixed;
}

