@font-face{
	font-family: "Fred";
	src: url("../fonts/FrederickatheGreat-Regular.ttf") format("truetype");
}

@font-face{
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Variable-Font.ttf") format("truetype");
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: white;
}

img {
	border: 2px solid #f2f2f2f6;
}

.main-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	text-align: center;
}

a:link, a:visited {
    color:black;
    text-decoration: none;
    border-bottom: 1px dotted #2f2f2f
}

.container-container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: white;	
}

.container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	width: 650px;
	background-color: white;
}

.header {
	order: 1;
	flex: 1 100%;
}

.header h1 {
	font-family: "Fred";
	font-weight: normal;
	font-size: 50px;
	margin: 0;
	text-align: center;
}

.nav {
	order: 2;
	flex: 1 100%;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

.nav a:link, a:visited {
    color:black;
    text-decoration: none;
    border-bottom: none;
}

.nav li {
	display: inline;
	padding-right: 20px;
}

.content {
	order: 3;
	flex: 1 1 600px;
}

.content h1,h2,h3 {
	margin-top: 15px;
    margin-bottom: -5px;
    color:rgb(22, 22, 22);
	font-weight: 600;
	
}

.content h1 {
    font-size: 30px;
	margin-bottom: 20px;
} 

.content p {
	font-size: 14px;
    line-height: 24px;
}

.content ul {
    margin-top: 15px;
    margin-bottom: 10px;
}

.content li {
	font-size: 14px;
    line-height: 24px;
    list-style-type: circle;
    padding-bottom: 10px;
}

.content table {
	font-size: 14px;
    line-height: 24px;
}

table.dash {
	margin-top:15px;
}
.dash td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.dash tr:nth-child(odd) {
	background-color: #e3e3e3;
}

.photo-gallery {
	width: 100%;
	text-align: center;
}

.photo-gallery a:link, a:visited {
	border: 0px;
	text-decoration: none;
}

.footer {
	order: 4;
	flex: 1 100%;
	text-align: right;
    padding-top: 25px;
}

.footer p {
	font-size: 12px;
}

.footer hr {
    border-top: 1px dotted #202020
}