
* {
    margin: 0;
    padding: 0;
}

@font-face {
	font-family: Inception;
	src: url("../fonts/Inception_free.ttf");
}


@font-face {
	font-family: retroica;
	src: url("../fonts/Retroica.ttf");
}

header {
	width: 100vw;
	height: 10vw;
}

section {
	width:100vw;
	height: 60vw;
	
}


.small-nav {
	position:absolute;
	top:45vh;
	left:25vw;
}


figure.main-page {

	width:17vw;
	height:3.5vw;
	background-color: red;
	margin-bottom: 2.5vw;
	text-align: center;
	transition: transform 2s;
}
figure.main-page:hover {
		background-color:blue; 
		transform: scale(1.5);
	}

figure.about-us-text {
	width:50vw;
	text-align: center;
	padding-left: 65px;
	padding-top:10px;
	padding-bottom: 100px;
}
figure.about-us-text-2 {
	width:50vw;
	text-align: center;
	padding-left: 65px;
	padding-top:100px;

} 

section.two {
	background-color: lightblue;
	position: absolute;
}

section.two {
transition:background-color 1s;
}
	section.two:hover {
		background-color: white;
}

figure.coffee-hands-image img {
	height:35%;
	width: 35%;
	float:right;
	padding-right: 70px;
	margin-top: -40%;
}

figure.coffee-beanz img {
	height:35%;
	width: 35%;
	float:right;
	padding-right: 70px;
	margin-top: -50%;

}

h1 { 
	font-family: altivo, sans-serif;
	font-size: 16px; 
	color:red; 
}
h2 {
	font-family: ITC avant garde, book , sans-serif;
	font-size: 1.3vw;
	text-align: justify;
	line-height: 2vw;
}

h3 {
	font-family: Poiret one,  sans-serif;
  font-size: 3vw;
  color:white;

}

p {
	font-family: Poiret one,  sans-serif;
  font-size: 3vw;
  color:black;
  line-height: 4vw;
  text-align: justify;


}
a {
   text-decoration: none;
}
ul {
	list-style-type: none;
}

button#hamburger-button {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    color: blue;
    top: 0.09em;
    right: 0.8em;
    border: none;
    font-size: 3em;
    line-height: 1em;
    padding: 0.1em 0.1em 0.1em 0.1em;
}

figure.nav-background {
	height:170px;
	background:blue;

}

nav img {
	height:130px;
	width: 130px;
	position:absolute;
	top:25px;
	left:10%;
}

nav {
	height:170px;
	background:blue;
	color: #fff;
	display: flex;
	justify-content: space-between;
	

}

nav .mainmenu {
	display: flex;
	list-style: none;
	justify-content: space-between;
}

nav .mainmenu li a {
	display: inline-block;
	padding: 15px;
	font-family: retroica, sans-serif;
	font-size: 18px;
	color:white;
	margin-top: 50px;
	margin-right: 18px;
}

nav .mainmenu li a:hover {
	background:red;
}

img {
	max-width: 100%;

}


--MENU---



figure.hot-cold-box {

	display: block;
	position:absolute;
	top:45vh;
	left:25vw;


}

.menu-list {
	padding-left: 150px;
	padding-top: 75px; 
	text-align: justify;
	
}

}

.snack-items-box {
	display: block;
	position:absolute;
	top:80vh;
	left:80vw;
	

}

.snack-list {
	padding-left: 150px;
	padding-top: 75px; 

	
}

figure.menu-image img {
	height:45%;
	width: 45%;
	float:right;
	padding-right: 50px;
	margin-top: -83%;
}

--gallery-

.container {
	max-width: 1200px;
	margin:auto;
	overflow: auto
}

.gallery {
	margin:10px;
	
	float: left;
	width: 400px;
}

.gallery img {
	width: 100%;
	height: auto;

}

.gallery img:hover {
	transform: scale(1.90,1.90);
				-moz-transform: scale(1.90,1.90);
				box-shadow: 5px 5px 20px 0px black;
}



footer {
	background-color: blue;
	height: 190px;
	width: 100%;

	bottom: 0;
	font-family: poiret one, sans-serif;
	font-size: 24px;
	color: white;

}
.footer-left {
	float:left;
	padding-top: 70px;
	padding-left: 100px;
	padding-right: 60px;

}
.footer-middle {
	padding-left: 90px;
	padding-top: 70px;
}
.footer-right {
	float:right;
	padding-right: 100px;

	
	
}

@media only screen and (min-width: 600px) {
    #hamburger-button {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    h1 {
    	font-size: 5vw; 
    }
}

@media only screen and (max-width: 600px) {
	
	.small-nav {
		display:none;
	}
}

@media(max-width: 600px) {
	nav .mainmenu {
		height: 100vh;
		position: fixed;
		right:0;
		top: 0;
		left: 0;
		z-index: 10;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background:white;
		transition: top 1s ease;
		display: none;
	}

	nav .mainmenu .closemenu {
		display: block;
		position:absolute;
		top: 20px;
		right: 20px;

	}
	nav .openmenu {
		display:block;
	}
	nav .mainmenu li a:hover {
		background:none;
		color: red;
		font-size: 1.6rem;
	}
}


NOT DONE WITH THIS YET:


/*SMARTPHONE
@media screen and (max-width: 479px) {

}

/*LARGE SMARTPHONE


@media screen and (min-width: 480px) and (max-width: 766px) {

	nav img {
		left:4%;
		top:20px;
		width:130px;

	}
	label #btn {
		display:block;
	}
	ul {
	
		position:fixed;
		width:100%;
		height: 100vh;
		background:lightblue;
		top:80px;
		left:0;
		text-align: center;
	}
	nav ul li {
		display:block;
		margin: 50pc 0;
		line-height: 30px;	}

	nav ul li a { 
	font-size: 20px; }
/*TABLET


@media screen and (min-width: 767px) and (max-width: 1365px) {
	
	nav img {
		left: 8%;
	}

	}

/*LAPTOP


@media screen and (min-width: 1366px) and (max-width: 1919px) {


	}

