/* CSS Document */
/*media queries*/

@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	.nav-links {
		position: absolute;
		left: 0px;
		height: 50%;
		top: 10px;
		background-color: rgb(73, 16, 0);
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
	}
	.nav-links li {
		opacity: 0;
	}
	.burger {
		display: block;
		cursor: pointer;
	}
}
@media screen and (max-width: 1024px) {
	.nav-links {
	display: flex;
	justify-content: space-around;
	width: 90%;
}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.5;
}
body{
	position: relative;
	padding-bottom: 30px;
	min-height: 100vh;
	background: rgb(223, 217, 171);
}
nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	background-color: rgb(73, 16, 0);
	font-family: 'hind', sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
}
.nav-links {
	display: flex;
	justify-content: space-around;
	width: 45%;
}
.nav-links li {
	list-style: none;
	display: fixed;
}
.nav-links a {
	color: rgb(223, 217, 171);
	text-decoration: none;
}
.burger div {
	width: 25px;
	height: 3px;
	background-color: rgb(223, 217, 171);
	margin: 5px;
}
.burger {
	display: none;
}
.nav-active {
	transform: translateX(0%);
}
nav ul li a:hover {
	color: rgb(223, 217, 171);
	text-decoration: none;
	font-size: 30px;
	text-shadow: 5px 5px 2px black;
}
.zoom {
	font-family: 'hind', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: rgb(223, 217, 171);
	text-decoration: none;
	text-align: center;
	width: 16%;
	text-shadow: 4px 4px 5px rgb(59, 52, 52);
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

.image {
	height: 500px;
    background-image: url("img/home_screen_pic.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    padding: 0;
    margin: 0;
}
.image1 {
    height: 500px;
    background-image: url("img/about_us_page.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    padding: 0;
    margin: 0;
}
.image2 {
	height: 500px;
    background-image: url("img/shop_page.png.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    padding: 0;
    margin: 0;
}
.image3 {
	height: 500px;
    background-image: url("img/menu_page.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    padding: 0;
    margin: 0;
}
.image4 {
	height: 500px;
    background-image: url("img/contact_us_page.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    padding: 0;
    margin: 0;
}
.img2 {
	background-image: url("img/java_been_menu.jpg");
	background-repeat: no-repeat;
	display: flex;
	height: 1400px;
	margin: 30px;
	padding: 10px;
}
div5 {
	width: 600px;
	padding: 25%;
	background-color: rgb(223, 217, 171);
}
.column {
  float: left;
  width: 33.33%;
  padding: 50px;
  font-family: 'hind', sans-serif;
  text-align: center;
  font-size: 25px;
  font-style: bold;
  cursor: pointer;
}

.containerTab {
  padding: 20px;
}
p {
	font-family: 'hind', sans-serif;
	font-size: 20px;
	font-style: bold;
	color: wheat;
	text-decoration: none;
	text-align: center;
	align-content: center;
	padding: 8%;
	margin-left: 15%;
	margin-right: 15%;
}
p6 {
	font-family: 'hind', sans-serif;
	font-size: 20px;
	font-style: bold;
	color: #491000;
	text-decoration: none;
	text-align: center;
	align-content: center;
	padding: 8%;
	margin-left: 15%;
	margin-right: 15%;
}
.words {
	float: left;
	width: 50%;
	padding: 6%;
}
.words1 {
	position: relative;
	background: #491000;
}
p1 {
	background-color: rgb(25, 19, 18);
	font-family: 'hind', sans-serif;
	font-size: 20px;
	color: rgb(223, 217, 171);
	text-decoration: none;
	text-align: center;
	align-content: center;
	margin-left: 20%;
	margin-right: 20%;
	height: 300px;
	margin-top: 10%;
	line-height: 2;
}
p2 {
	background-color: rgb(73, 16, 0);
	font-family: 'hind', sans-serif;
	font-size: 20px;
	color: rgb(223, 217, 171);
	text-decoration: none;
}
p3 {
	background-color: rgb(73, 16, 0);
	font-family: 'hind', sans-serif;
	font-size: 20px;
	color: rgb(223, 217, 171);
	text-decoration: none;
}
p4 {
	background-color: rgb(73, 16, 0);
	font-family: 'hind', sans-serif;
	font-size: 20px;
	color: rgb(223, 217, 171);
	text-decoration: none;
	text-align: center;
}
.picture {
	float: right;
	width: 50%;
	padding: 6%;
}
.loc1 {
	width: 50%;
	background-image: url("img/location_1.jpg");
	height: 350px;
	opacity: .85;
}
.loc1:hover {
	opacity: 1.0;
}
.loc2 {
	width: 50%;
	background-image: url("img/location_2.jpg");
	height: 350px;
	opacity: .85;
}
.loc2:hover {
	opacity: 1.0;
}
.container {
	background-color: rgb(223, 217, 171);
	width: 100%;
	height: 100%;
}
.box1 {
    background-image: url("img/shop_box1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	opacity: .85;
}
.box1:hover {
	opacity: 1.0;
}
.box11 {
	height: 200px;
	background-color: rgb(73, 16, 0);
}
.box2 {
    background-image: url("img/shop_box2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	opacity: .85;
}
.box2:hover {
	opacity: 1.0;
}
.box22 {
	height: 200px;
	background-color: rgb(73, 16, 0);
}
.box3 {
    background-image: url("img/shop_box3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	opacity: .85;
}
.box3:hover {
	opacity: 1.0;
}
.box33 {
	height: 200px;
	background-color: rgb(73, 16, 0);
}
.box44 {
	height: 400px;
	background-color: rgb(73, 16, 0);
}
.shopbtn {
	background-color: rgb(223, 217, 171);
	border-radius: 5px;
	font-family: 'hind', sans-serif;
	font-style: bold;
	align-items: center;
	padding: 5px;
	justify-content: center;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
	grid-template-rows: 300px 300px 300px;
	grid-gap: 25px;
	
}
.item {
	background-size: 100%;
}
.i1 {
	background-image: url("img/shop_pic_bkgrnd.jpg");
}
.i2 {
	background-image: url("img/shop_pic_bkgrnd.jpg");
}
.i3 {
	background-image: url("img/shop_pic_bkgrnd.jpg");
}
.i4 {
	background-image: url("img/shop_pic_bkgrnd.jpg");
}
.i5 {
	background-image: url("img/shop_pic_bkgrnd.jpg");
}
.i6 {
	background-image: url("img/shop_pic_bkgrnd.jpg");
}
.wrapper .b1 {
	background-color: rgb(223, 217, 171);
	font-family: 'hind', sans-serif;
	font-style: bold;
	justify-self: center;
	align-self: center;
}
.wrapper .b1:hover {
	color: rgb(59, 52, 52);
	text-decoration: none;
	font-style: italic;
}
footer {
	text-align: center;
	background-color: rgb(223, 217, 171);
	color: rgb(73, 16, 0);
	font-style: bold;
	padding: 30px;
	position: absolute;
	bottom: o;
	width: 100%;
}
.submission-form {
	max-width: 500px;
	margin: 2rem auto;
	border: 2px solid;
	padding: 2rem;
	border-radius: 5px;
	background: #883E24;
	label {
		display: block;
		padding: 1rem 0 .5rem;
		text-transform: uppercase;
		font-size: 14px;
	}
	input, textarea{
		display: block;
		width: 100%;
		border: 2px solid;
		padding: .5rem;
		font-size: 18px;
		border-radius: 5px;
		background: #DFD9AB;
	}	
}
#sendbtn {
	border: 0;
	background: #491000;
	padding: .5rem;
	color: white;
	margin: 1rem 0;
	width: auto;
	text-transform: uppercase;
	cursor: pointer;
}


.text {
	color: wheat;
}

.form {
	background: #491000;
	padding: 30px;
}
