html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #faad00;
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}

#overhide {
	overflow: hidden;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.ib {
	display: inline-block;
}

.sec {
	display: block;
	float: left;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: center;
}

.container {
	display: inline-block;
	width: 960px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

* {
	outline: none;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #6c97a7;
	transition: all 0.15s ease-out;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.topbar {
	background: #4d5760;
	color: #fff;
	padding: 30px 0 20px;
}

h1 {
	margin: 0;
	margin-top: 5px;
	font-size: 86px;
	line-height: 70px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}

h5 {
	font-size: 18px;
	margin-top: -13px;
	margin-bottom: 0;
	font-weight: 400;
	margin-left: 3px;
	letter-spacing: 2px;
}

.fleft {
	float: left;
}

.topbar .ib {
	float: left;
	margin-left: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.topbar .ib h3 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
}

.button {
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	padding: 7px 15px;
	background: #fff;
	border-radius: 3px;
	color: #4d5760;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

.button:hover {
	box-shadow: 0px 0px 10px #fff;
}

.fright {
	float:  right !important;
}

.shop {
	display: inline-block;
	width: 40%;
	text-align: center;
	vertical-align: top;
	margin-bottom: 120px;
	font-family: 'Roboto Condensed';
}

.justify {
	text-align: justify;
	width: 100%;
}

.justify::after {
	content: '';
	width: 100%;
	height: 0;
	display: inline-block;
}

.content_sec {
	padding: 60px 0;
}

.shop img {
	margin-bottom: 30px;
}

.toshop {
	display: inline-block;
	color: #faad00;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	background: #791f14;
	padding: 10px 20px;
	border-radius: 4px;
	letter-spacing: 2px;
	box-shadow: 4px 4px 0px #000;
	transition: all 0.15s ease-out;
}

.toshop:hover {
	color: #faad00;
	box-shadow: 0px 0px 0px;
	margin-top: 4px;
	margin-bottom: -4px;
}

.shop .phone {
	margin-top: 30px;
	font-size: 26px;
	letter-spacing: 2px;
	color: #791f14;
	font-weight: 700;
}

.shop.pasta {
	padding-top: 102px;
}

.shop.wokn {
	margin-top: -20px;
}

.shop.wokn img {
	height: 82px;
	margin-bottom: 13px;
}

.shop.wokn .toshop {
	background: #000;
}

.shop.kebab .toshop {
	background: #a22325;
}

.shop.pasta .toshop {
	background: #328d2e;
}

.shop.wokn .phone {
	color: #000;
}

.shop.kebab .phone {
	color: #a22325;
}

.shop.pasta .phone {
	color: #328d2e;
}
.shop.yips .toshop {
    background: #231f20;
}

.shop.yips .phone {
    color: #231f20;
}

@media (max-width: 1024px) {

	.container {
		max-width: 100%;
		widows: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}

	h1 {
		font-size: 70px;
		text-align: center;
		width: 100%;
		margin-bottom: 50px;
		margin-right: 0;
	}

	.fright {
		float: none;
		width: 100%;
		text-align: center;
	}

	.topbar .ib {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.shop {
		width: 100%;
		margin-bottom: 100px;
	}

	.shop.pasta {
		padding-top: 0;
	}

}

@media(max-width: 500px) {

	h1 {
		font-size: 60px;
	}

	.topbar .ib {
		margin-left: 0;
		margin-bottom: 40px;
	}

}