body {
	margin: 0;
	width: 100%;
	background: url('/images/grass.jpg');
	line-height: 1.4;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #d5c6a1;
}

.mobile {
    display: none;
}
#headline {
    width: 90%;
    background-color: #4f2e00;
    position: relative;
    margin: 40px 5% 20px;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}

#headline > #nav {
    display: none;
}

#main {
	width: 90%;
    background-color: #4f2e00;
    position: relative;
    margin: 40px 5% 20px;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}

#main > * {
	width: 98%;
    margin: 1% 1% 0;
}

header {
	width: 98%;
    margin: 1% 1%;
    display: flex;
    flex-flow: row;
    background: #331608;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    align-items: flex-start;
    float: left;
    justify-content: space-between;
}

header > #title > h1 {
	font-family: 'Lobster',sans-serif;
    font-size: 42px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0 3px 3px #000;
    margin-top: 3%;
    margin-bottom: 2%;
    line-height: 1;
}

header > #title > h3 {
    font-size: 12px;
    font-weight: 600;
    color: #D5C6A1;
    padding: 0 0 2px;
    text-transform: uppercase;
    margin-top: 2%;
}

header > #nav {
    width: 40%;
}

header > #nav > ul {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
}

header > #nav > ul > li {
    padding: 0 8px 0 10px;
    list-style: none;
    width: auto;
    border-left: 1px solid #31313a;
    font-size: 16px;
    color: #d5c6a1;
    font-weight: 400;
    text-transform: uppercase;
}

header > #nav > ul > li:nth-child(1) {
    border: none;
}

header > #nav > ul > li a {
    color: #d5c6a1;
    text-decoration: none;
    letter-spacing: .5px;
    text-shadow: 0 -1px 1px #000;
}

#hero-space {
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}

#hero-space img {
	width: 100%;
}

#hero-space p {
	width: 100%;
	font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    line-height: 1.3;
    color: #d5c6a1;
    font-weight: 200;
    text-transform: uppercase;
}

.content-block {
	background: #331608;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.content-block-title {
	font-family: 'Lobster',sans-serif;
	color: white;
	font-size: 28px;
    font-weight: 300;
    width: 95%;
    margin-left: 2.5%;
}

.content-row-multi {
	display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.content-row-multi > .content-row-item {
	display: flex;
    flex-flow: column;
    width: 22.5%;
}

.content-row-multi-img {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: wrap;
    margin-bottom: 3%;
}

.content-row-multi-img > .content-row-item {
    display: flex;
    flex-flow: column;
    width: 22.5%;
    margin: 0 19px;
}

.content-row-item-pic {
	border: 3px solid #291f07;
	width: 98%;
}
.content-row-item-title {
	font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 8px;
}
.content-row-item-description {
	font-family: 'Open Sans',sans-serif;
	margin-top: 5px;
}
.content-row-single {
	display: flex;
	flex-flow: row;
	width: 95%;
    margin-left: 2.5%;
    margin-bottom: 10px;
}

.content-row-single > .content-row-item {
	display: flex;
    flex-flow: row;
    width: 100%;
    align-items: center;
}

.content-row-single > .content-row-item > .content-row-item-description {
	font-family: 'Open Sans',sans-serif;
	display: flex;
	flex-flow: column;
	font-size: 14px;
	margin-left: 1%;
}

.content-row-single > .content-row-item > .content-row-item-pic {
	width: 30%;
}

.content-row-form {
    width: 40%;
    margin: 0 30%;
}

#brand-message {
	display: flex;
	flex-flow: column;
	text-align: center;
}

#brand-message > h2 {
	font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    line-height: 1.3;
    color: #d5c6a1;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#brand-message > h2 > span a {
	color: yellow;
    text-decoration: none;
}

#brand-message > h6 > span a {
    color: inherit;
    text-decoration: none;
}

#brand-message h6 {
	font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #d5c6a1;
    margin: 0 0 20px 0;
}

footer {
	width: 80%;
    margin: 0 5% 20px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    background-color: #331608;
    padding: 0 5% 0 5%;
}

#powered-by {
	width: 50%;
    color: #d5c6a1;
    text-decoration: none;
}

#powered-by div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#powered-by img {
	margin-top: 3px;
    width: 27%;
    margin-left: 20px;
}


@media only screen and (max-width: 748px) {
#headline > #nav > ul.hidden, #navtoggler.hidden, #navtoggler2.hidden {
    display: none;
}

#headline {
    width: 90%;
    background-color: #4f2e00;
    position: relative;
    margin: 20px 5% 20px;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}

#headline > #nav {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

#headline > #nav > img {
    margin: 4% 0 11px 91%;
    width: 7%;
    position: relative;
    z-index: 6;
}

#headline > #nav > ul {
    position: absolute;
    background: #150903eb;
    min-height: 1200px;
    flex-flow: column;
    width: 111.5%;
    margin: -8px 0 0 -6%;
    z-index: 5;
    padding: 0;
}

#headline > #nav > ul > li {
    padding: 0 8px 0 10px;
    list-style: none;
    border-left: 1px solid #31313a;
    font-size: 16px;
    color: #d5c6a1;
    font-weight: 400;
    text-transform: uppercase;
    margin: 42px 0 0 0%;
    text-align: center;
}

#headline > #nav > ul > li a {
    color: #d5c6a1;
    text-decoration: none;
    letter-spacing: .5px;
    text-shadow: 0 -1px 1px #000;
}

#main {
	width: 90%;
    background-color: #4f2e00;
    position: relative;
    margin: 20px 5% 20px;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}

.mobile {
    display: initial;
}

header {
    flex-flow: wrap;
    justify-content: space-between;
}

header img {
    width: 38%;
    margin-right: 2%;
    margin-top: 5px;
    position: relative;
    z-index: 6;
}

.menulogo {
    width: 30%;
    margin-top: -52px;
}

#title {
    width: 56%;
    margin-left: 4%;
    margin-top: 5px;
}

header > #title > h1 {
    font-size: 35px;
    margin-bottom: 2%;
    line-height: 36px;
}

header > #title > h3 {
    font-size: 13px;
    margin-top: 0%;
}

header > #nav {
    display: none;
}

.content-row-multi {
	display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-flow: column;
}

.content-row-multi > .content-row-item {
	display: flex;
    flex-flow: column;
    width: 100%;
}

.content-row-multi-img {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-flow: column;
}

.content-row-multi-img > .content-row-item {
    display: flex;
    flex-flow: column;
    width: 90%;
    margin: 5px 5% 5%;
}

.content-row-item-title, .content-row-item-description {
    padding: 0 10px;
}

.content-row-single {
	display: flex;
	flex-flow: column;
	width: 95%;
    margin-left: 2.5%;
    margin-bottom: 10px;
}

.content-row-single > .content-row-item {
	display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
}

.content-row-single > .content-row-item > .content-row-item-pic {
    width: 100%;
}

.content-row-form {
    width: 80%;
    margin: 0 10%;
}

#brand-message > * {
    padding: 0 10px;
}

footer {
    flex-flow: column;
}

#powered-by {
    width: 100%;
    color: #d5c6a1;
    text-decoration: none;
}

#powered-by p {
    font-size: 12px;
}

#powered-by img {
    margin-left: 3px;
}
}

@media only screen and (max-width: 321px) {
header > #title > h1 {
    font-size: 30px;
    margin-bottom: 2%;
    line-height: 36px;
}

header > #title > h3 {
    font-size: 12px;
}

#headline > #nav {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

#headline > #nav > img {
    margin: 4% 0 9px 85%;
    width: 10%;
}

}