@font-face {
    font-family: 'clarendonbook';
    src: url('clar45w-webfont.eot');
    src: url('clar45w-webfont.eot?#iefix') format('embedded-opentype'),
         url('clar45w-webfont.woff2') format('woff2'),
         url('clar45w-webfont.woff') format('woff'),
         url('clar45w-webfont.ttf') format('truetype'),
         url('clar45w-webfont.svg#clarendonbook') format('svg');
    font-weight: normal;
    font-style: normal;

}


body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "clarendonbook";
    font-weight: 500;
    font-size: 16px;
}

a {
	color: #a3a60f;
}

a:hover {
	color: #7d6047;
}

#edibles {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
    font-size: 11px;
}