/* MAIN */

@font-face {

    font-family: 'SourceSans';
    src: url('sourcesanspro-regular-webfont.eot');
    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('sourcesanspro-regular-webfont.svg#sourcesans_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {

    font-family: 'Bickley';
    src: url('bickley_script_let-webfont.eot');
    src: url('bickley_script_let-webfont.eot?#iefix') format('embedded-opentype'),
         url('bickley_script_let-webfont.woff') format('woff'),
         url('bickley_script_let-webfont.ttf') format('truetype'),
         url('bickley_script_let-webfont.svg#bickley_script_let') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {

    font-family: 'Vollkron';
    src: url('vollkorn-regular-webfont.eot');
    src: url('vollkorn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('vollkorn-regular-webfont.woff') format('woff'),
         url('vollkorn-regular-webfont.ttf') format('truetype'),
         url('vollkorn-regular-webfont.svg#vollkorn_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {

	margin: 0;
	padding: 0;

}

body {

	font-family: "SourceSans";

}

img {

	border: none;
	vertical-align: middle;

}

input[type="text"], input[type="password"] {

	font-family: "SourceSans";

}

textarea {

	font-family: "SourceSans";

}

h1 {

	font-family: "Vollkron";
	font-size: 2.5em;
	margin: 5px 0 15px;

}

h2 {

	font-family: "Vollkron";
	font-size: 1.2em;
	margin: 5px 0 15px;

}

h3 {

	font-family: "Vollkron";
	font-size: 1.1em;

}

a {

	color: blue;
	text-decoration: underline;

}

a:hover {

	color: black;

}	

.clear {

	clear: both;

}

/* HEADER */

.header {
	
	width: 100%;
	height: 550px;

}

.header-title {

	display: block;
	position: relative;
	top: 60px;
	height: 230px;
	padding-top: 70px;
	font-family: "Bickley";
	color: white;
	background-color: rgb(175, 177, 165);
	background-color: rgba(175, 177, 165, 0.7);
	text-align: center;
	line-height: 80px;

}

.header-title .title-large {

	font-size: 7em;
	
}

.header-title .title-small {

	font-size: 5em;
	
}

.menu-container {

	display: block;
	min-height: 100px;
	position: relative;
	top: 0px;
	width: 100%;
	padding: 15px 0;
	background-color: rgb(175, 177, 165);
	background-color: rgba(175, 177, 165, 0.7);

}

.menu {

	font-size: 20pt;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Vollkron";

}

.menu li {

	display: inline-block;
	margin: 10px 2%;

}

.menu a {

	color: white;
	text-decoration: none;

}

.menu a:hover {

	color: black;

}

/* MAIN SECTION */

.main-section {

	width: 100%;
	padding-top: 20px;

}

.main-container {

	width: 84%;
	margin: 0 8%;

}

.main-container img {

	float: right;
	width: 45%;
	margin-left: 5%;
	margin-bottom: 5%;

}

.main-box-container {

	text-align: center;

}

.main-boxes {

	display: inline-block;
	width: 250px;
	height: 400px;
	padding: 3%;
	vertical-align: top;
	margin: 0;

}

.main-boxes a {

	color: white;
	text-decoration: none;

}

.main-box-img {

	min-width: 250px;
	min-height: 300px;
	width: 100%;
	margin: 0;

}

.main-box-title {

	position: relative;
	top: 240px;
	color: white;
	background-color: rgb(175, 177, 165);
	background-color: rgba(175, 177, 165, 0.7);
	font-family: "Vollkron";
	font-size: 20pt;
	text-align: center;
	height: 50px;
	padding-top: 10px;
	margin: 0;

}

.main-box-desc {

	color: black;
	background-color: #AFB1A5;
	font-family: "Vollkron";
	font-size: 14pt;
	text-align: center;
	min-height: 60px;
	padding: 20px 0%;
	margin: 0;
	width: 100%;

}

.recipe-boxes {

	display: inline-block;
	width: 200px;
	height: 300px;
	padding: 3%;
	vertical-align: top;
	margin: 0;

}

.recipe-boxes a {

	color: white;
	text-decoration: none;

}

.recipe-box-img {

	min-width: 200px;
	min-height: 200px;
	width: 100%;
	margin: 0;

}

.gallery-boxes img {

	min-height: 300px;
	min-width: 300px;
	max-height: 400px;
	max-width: 400px;
	vertical-align: top;

}

.gallery-boxes a {

	margin-right: 3%;
	margin-bottom: 3%;
	display: inline-block;
	height: 300px;
	width: 300px;
	overflow: hidden;
}

.gallery-boxes {

	width: 84%;
	margin: 0 8%;

}

/* FOOTER */

.footer {

	background: url(../img/food4a.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	width: 100%;
	font-family: "Vollkron";
	margin-top: 50px;

}

.footer a {

	text-decoration: none;
	color: black;

}

.footer-container {

	width: 94%;
	margin: 0 3%;

}

.footer-bk-cover {

	background-color: rgb(175, 177, 165);
	background-color: rgba(175, 177, 165, 0.7);
	width: 100%;

}

.strap-line {

	padding-top: 20px;
	text-align: center;

}

.tel-email {

	color: black;
	font-size: 20pt;
	text-align: center;
	line-height: 40px;
	padding: 20px;

}

.tel-email span {

	display: inline;

}

.footer-menu {

	list-style-type: none;
	padding: 12px 0 0;
	width: 100%;
	margin: auto;

}

.footer-menu li {

	display: inline-block;
	margin: 10px 3%;

}

.footer-bottom {

	font-size: 0.9em;
	padding: 6px 0;
	padding-bottom: 15px;
	line-height: 40px;

}

.footer-bottom img {

	margin-top: -15px;

}

@media print {

	.header, .footer {

		display: none;
	}

}