/*
Name: Minitable

INDEX:
--------------------------------------------------------------
01. Document Setup
02. Global
03. Header
04. Menu
05. Footer

*/
/* --------------------------------------------------------------------- */
/* 	01. Document Setup
/* --------------------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
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:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/* Embed Fonts */
@font-face {
	font-family: 'Gotham';
	src: url('fonts/gotham-bold/gotham-bold.eot');
	src: url('fonts/gotham-bold/gotham-bold.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-bold/gotham-bold.woff2') format('woff2'), url('fonts/gotham-bold/gotham-bold.woff') format('woff'), url('fonts/gotham-bold/gotham-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'GothamMedium';
	src: url('fonts/gotham-medium/gotham-medium.eot');
	src: url('fonts/gotham-medium/gotham-medium.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-medium/gotham-medium.woff2') format('woff2'), url('fonts/gotham-medium/gotham-medium.woff') format('woff'), url('fonts/gotham-medium/gotham-medium.ttf') format('truetype');
}
@font-face {
	font-family: 'GothamLight';
	src: url('fonts/gotham-light/gotham-light.eot');
	src: url('fonts/gotham-light/gotham-light.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-light/gotham-light.woff2') format('woff2'), url('fonts/gotham-light/gotham-light.woff') format('woff'), url('fonts/gotham-light/gotham-light.ttf') format('truetype');
}
body {
	font-family: 'GothamMedium', Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: normal;
	background-color: #e49294;
	color: #4a4a4a;
}
/* --------------------------------------------------------------------- */
/* 	02. Global
/* --------------------------------------------------------------------- */
h1 {
	color: #4a4a4a;
	font-family: 'Visuelt Bold', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 14px 0 0;
	letter-spacing: 0.2px;
	text-decoration: none;
}
h2 {
	font-family: 'Visuelt Bold', Arial, sans-serif;
	color: #f05b45;
	font-size: 24px;
	margin-top: 7px;
}
h3 {
	color: #fff;
	font-family: 'Visuelt Bold', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	padding-left: 1.5rem;
}
.container {
	max-width: 650px;
}
/* --------------------------------------------------------------------- */
/* 	03. Header
/* --------------------------------------------------------------------- */
.landing {
	text-align: center;
	position: relative;
	padding: 3.5rem 0 7.2rem;
}
.logo {
	max-width: 230px;
	width: 100%;
}
address {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 1.2;
	padding-top: 11px;
}
address a{
	color: #fff;
	text-decoration:none;
}
address a:hover{
	text-decoration: underline;
	color: #fff;
}
/* --------------------------------------------------------------------- */
/* 	04. Menu
/* --------------------------------------------------------------------- */
.mimg {
	height: 65px;
}
.id {
	color: #4a4a4a;
	font-size: 17px;
	padding: 15px 0 0;
	letter-spacing: 0.8px;
}
.store-page {
	background: #fafafa;
	padding: 33px 20px;
	border-radius: 25px;
}
.wr-box {
	padding-top: 0.5rem;
	padding-bottom: 8rem;
}
.wr-img {
	padding-bottom: 1.8rem;
}
.wr-img img {
	max-width: 330px;
	width: 100%;
}
.menu-btn {
	color: #fff;
	text-transform: uppercase;
	background-color: #ed1c24;
	letter-spacing: 1.5px;
	border-radius: 25px;
	display: inline-block;
	padding: 13px 21px;
	max-width: 293px;
	width: 100%;
	text-align: center;
	border: 2px #fff solid;
	-webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	font-size: 19px;
	margin-bottom: 3rem;
	box-sizing: border-box;
}
.menu-btn:before {
	content: "";
	position: absolute;
	background: url('../img/chat_icon1.png');
	width: 80px;
	height: 90px;
	left: -37px;
	z-index: -1;
	top: -22px;
	background-size: cover;
}
.menu-btn:hover {
	text-decoration: none;
	color: #fff;
}
body {
	position: relative;
	background: url('../img/menu_bg.png') top center no-repeat;
	background-color: #e49294;
	background-size: cover;
}
.wr-box .container {
	max-width: 800px;
}
header {
	position: relative;
}
/* --------------------------------------------------------------------- */
/* 	05. Footer
/* --------------------------------------------------------------------- */
footer {
	text-align: center;
	padding: 1.6rem 0;
	font-family: 'Visuelt Regular', Arial, sans-serif;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 19px;
	height: 130px;
	overflow: hidden;
	z-index: 1;
}
.fcopy {
	color: #fff;
	background-color: rgba(237, 28, 36, 0.5);
	border-radius: 50%;
	max-width: 550px;
	height: 550px;
	padding-top: 3.76rem;
	margin: 0 auto;
}
.fcopy img {
	margin-left: 4px;
	vertical-align: bottom;
}
@media screen and (min-width:1300px) {
	.wr-box .container {
		max-width: 1100px;
	}
	.wr-img img {
		max-width: 400px;
	}
}
@media screen and (max-width:580px) {
	.fcopy {
		height: 250px;
		padding-top: 1.9rem;
	}
	footer {
		height: 85px;
		font-size: 14px;
	}
	.menu-btn {
		width: 80%;
		padding: 13px 0;
		font-size: 12px;
		letter-spacing: 0.3px;
	}
	/*.menu-btn::before {
		width: 70px;
		top: -15px;
		height: 79px;
	}*/
	.menu-btn::before {
		width: 47px;
		top: -7px;
		height: 56px;
		left: -27px;
	}
	.wr-img {
		padding: 0 0 20px;
	}
	.fcopy img {
		max-width: 89px;
	}
	address {
		font-size: 13px;
	}
	.wr-box .container {
		max-width: 430px;
	}
	.wr-box .container .col-6 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.wr-box {
		/*padding-top: 5rem;
		padding-bottom: 12rem;*/
	}
	.landing {
		padding: 1.6rem 0 7.2rem;
	}
	.logo {
		max-width: 140px;
	}
	address {
		padding-top: 8px;
	}
}
@media screen and (max-height:926px) {
	.wr-box {
		padding-top: 10rem;
		padding-bottom: 12rem;
	}
}
@media screen and (max-height:820px) {
	.wr-box {
		padding-top: 4.5rem;
		padding-bottom: 13rem;
	}
}
@media screen and (max-height:670px) {
	.wr-box {
		padding-top: 2rem;
		padding-bottom: 7rem;
	}
}
@media screen and (max-height:600px) {
	.wr-box {
		padding-top: 1rem;
		padding-bottom: 4rem;
	}
}
