html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { height: 100%; }
body { height: 100%; overflow: hidden; font-family: 'Sanchez', serif; }

a {
	-o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;    
    transition: 0.5s;
}
	a:hover { opacity: 0.9; }

.main { 
	position: relative;
	width: 100%; 
	height: 100%; 
	background-image: url('../images/bg-cat.jpg'); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-size: cover;
	color: #3c3032;
}

.content { 
	max-height: auto; 
	max-width: 90%;
	position: relative;
	margin: 0 auto;
	top: 43%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
	.dsk, .mobile { max-width: 90%; }

.contact { 
	position: fixed;
	bottom: 20px; 
	width: 100%;
	padding: 20px;
	text-align: center;
	line-height: 1.3em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	.contact a {
		display: inline-block;
		margin: 0 5px;
	}

.address {
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 1px;
    font-size: 1.1em;
}

.social {
	display: inline-block;
	vertical-align: middle;
}

.hours { display: block; text-transform: uppercase; }

.mobile { display: none; }

.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.6);
	overflow-y: scroll;
	display: none;
}

.modal-content {
	position: relative;
	top: -3130px;
	text-align: center;
	padding: 70px 20px;
}

.cta {
	padding-top: 1em;
}

.menu-btn {
	display: inline-block;
	margin: 0 1em 0 0;
	cursor: pointer;
	-o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;    
    transition: 0.5s;
}

.menu {
	max-width: 600px;
	width: 70%;
	cursor: move;
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

@media screen\0 { /* IE-only style to help with jagged edges from image transform */
	.menu {
		outline: 1px solid #000;
	}
}

.close {
	position: fixed;
	top: 0;
    right: 18px;
    cursor: pointer;
    z-index: 1;
    padding: 20px;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;    
    transition: 0.5s;
}
	.close:hover {
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

.show { display: block; }

@media screen and (max-width: 760px) {
	.social { display: block; margin: 10px 0; }
}

@media screen and (max-width: 680px) {
	.mobile { display: block; margin: 0 auto; }
	.dsk { display: none; }
	.close { right: 0; }
	.menu-btn,
	.online-btn {
		max-width: 30%;
		margin: 0 .5em;
	}
}