﻿@import url("/css/layout.css");

@font-face {
	font-family: OldTymie;
	src: url(/fonts/OldTymie.otf)
}

body {
	max-width: 850px;
	min-width: 100px;
	height: auto;
	margin: 0 auto;
	font-family: OldTymie, sans-serif;
	font-size: 1.2em;
	color: #663300;
	background-color: #F0E4CE;
}

header, footer {
	max-width:100%;
}
p.nowrap {
    white-space: nowrap;
}
.noborder {
	border-width:0
}
.flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-container > div {
  margin: 20px;
  text-align: center;
}

/* Style the breadcrumb list */
ul.breadcrumb {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
	display: inline;
	font-size: .8em;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
	content: " > ";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
	color: blue;
	text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
	color: blue;
	text-decoration: underline;
}

/* End of breadcrumb style */



.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.button:hover {
    background-color: green;
}

h1 {
	font-size: 2.6em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.9em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 0.8em;
}
#container {
	width: 100%;
}
#masthead {
	width: 100%;
	height: 314px;
	padding: 1ex;
	margin-bottom: 2ex;
	color: #774422;
	background-color: #F0E4CE;
	font-family:"Western Dead Saloon";
}
#content {
	margin-left: 21ex;
	padding: 1ex;
	margin-bottom: 2ex;
	text-align: left;
	color: #774422;
	background-color: #F0E4CE;
}
#footer {
	width: 100%;
	font-size: .6em;
	text-align: center;
	color: #F0E4CE;
	clear: both;
	padding: 1px;
}
/* Masthead Styles */
.
h1 {
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #774422;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #F0E4CE;
	text-decoration: none;
	background-color: #554422;
}
/* Content Styles */
#content img {
	padding: 10px;
	float: left;
}
/* Footer Styles */
#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer a {
	text-decoration: underline;
	color: #F0E4CE;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align:center;
}
.style_box {
	background-color:#F9F4EC;
	border-radius: 10px;
	padding: 2px 10px 2px 10px;
	margin:20px;
}