body
	{
		background-color: #ffffff;
		color: #221811;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

header
	{background-color: #4D090A;
	background-repeat: no-repeat;
	background-image: url("logo.jpg");
	background-size: contain;
	background-position: center;
	height:100px;
	}

.contactheader {
	text-align: right;
	float: right;
	width: 100px;
	color: #ffffff;
	padding-right: 10px;
	font-size: 12px;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

.contactinfo
p
	{margin: 0 !important;
	text-align: center;
font-weight: bold;}

img
{
	margin: 0px;
    padding: 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


h1
	{
	text-align: center;
	font-size: 5em;
	color: #4D090A;
	margin: 0 !important;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;}

h2
	{font-size: 1.5em;
	text-align: center;
	margin: 0 !important;
	font-weight: lighter;
	color: #4D090A;
	padding-bottom: 20px;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;}

nav {
	border-bottom: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
nav ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #fff;
color: #4D090A;
width: 100%;
text-align: center;
}

nav li { display: inline; }

nav li a
{
text-decoration: none;
background-color: #fff;
color: #4D090A;
padding: .1em .5em ;
border-left: 1px solid #4D090A;
border-right: 1px solid #4D090A;
}

nav li a:hover
{
background-color: #4D090A;
color: #ffffff;
}

nav a
	{text-decoration: none;}

footer
	{
	background-color: #4D090A;
	font-size: 1em;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFFFFF;
	font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
}

main {min-height: 600px}

#wrapper
	{
	max-width: 900px;
	min-width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

#container{
	font-size 0;
	width: 100;
	border-radius: 5px;
    background-color: #f2f2f2;
}

/* Style inputs */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

/* Style the container/contact section */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
    float: left;
    width: 50%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 425px) {
    .column, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

	.column {
    padding: 0px;
}

	.contactheader {
  display: none !important;
  height: 0px;
  width: 0px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
}
