
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*Font-face custom fonts*/

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


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

header {
    height: 170px;
    background-color: blue;
    padding: 10px 0;
}
.menu-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: 75px;
    padding-top: 15px;
}
.logo-image {
    height: 160px;
    position: absolute;
}

section {
	width:100vw;
	height: 60vw;
	
}
.about-us-box {
	background-color: lightblue;
	margin-top: -7%;
	transition:background-color 1s;
	height: 200%;
}
.about-us-box:hover {
	background-color: white;
}
.small-nav {
	position:absolute;
	top:45vh;
	left:25vw;
}
figure.main-page {

	width:22vw;
	height:4vw;
	background-color: red;
	margin-bottom: 2.8vw;
	text-align: center;
	transition: transform 1s;
}

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:60px;
	padding-bottom: 100px;
}
figure.about-us-text-2 {
	width:50vw;
	text-align: center;
	padding-left: 65px;
	padding-top:100px;

} 
figure.about-us-text-3 {
	width:79vw;
	text-align: center;
	margin-left: 100px;
	padding-bottom: 30px;
	line-height: 50px;
	margin-top: -9%;
	font-family: altivo, sans-serif;
	font-size: 46px; 
	color:red; 
	line-height: 56px;
	 text-shadow: 3px 3px blue;

} 

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

figure.coffee-beanz img {
	height:32%;
	width: 32%;
	float:right;
	padding-right: 70px;
	margin-top: -41%;
	display: flex;
}

.menu-items {
	margin-top: 20px;
	padding:10px;
	height: 450px;
}


h1 { 
	font-family: altivo, sans-serif;
	font-size: 16px; 
	color:red; 
	line-height: 36px;
	text-shadow: 3px 3px blue;
}

h1:hover {

}
h2 {
	font-family: ITC avant garde, book , sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 36px;
}

h3 {
  font-family: Inception;
  text-shadow: 3px 3px blue;
  font-size: 3vw;
  color:white;
  letter-spacing: 0.5vw;
}
h3:hover {
	text-shadow: 2px 2px #FF0000;
}

p {
  font-family: Poiret one,  sans-serif;
  font-size: 22px;
  color:black;
  line-height: 36px;
  text-align: justify;

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

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

}

.text-layout {
  max-width: 70%;
  background-color: #FFF;
  margin: 40px auto 0 auto;
  line-height: 25px;
  padding: 20px 50px;
  display: flex;
}

.main-column {
  flex: 3;
}


@media only screen and (min-width: 800px) {
  
    h1 {
    	font-size: 5vw; 
    }

	.menu-item-box {
	display: flex;
	}

}


@media only screen and (max-width: 801px) {

	figure.about-us-text-3 {
		display: none;
	}

	.logo-image {
		position: absolute;
	}
	.small-nav {
		display:none;
	}
 figure.coffee-beanz img {
		display: none;
	}
	h1 {
	width:110%;
    font-size: 200%;
    text-align: center;
 }
	}

	h2 {
	width:110%;
    font-size: 110%;
    line-height: 80%;
    line-height: 26px;
    text-align: justify;
	}
}

@media(max-width: 570px) {
	.menu-icon {}
	h1 {
	width:110%;
    font-size: 200%;
    text-align: center;
 }
	}

	h2 {
	display: flex;
	}

	figure.coffee-hands-image img {
		  width: 400px;
	}
	
	.menu-page-image {
		display: none;
	}

}



