@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
	margin: 0;
}

.navbar {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
	box-shadow:  0px 0px 30px rgba(0,0,0,.5);
}

.nav-grid-container {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #DFD9AB;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	height: 200px;
}

.menu-logo-hide {
	display: none;
}

.logo {
	width: 85px; 
	height: 80px;
	display: none;
}

.hamburger-icon {
	display: none;
	margin-right: 20px;
	margin-top: 15px;
}

ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
	li {
		float: left;
	}
	
	li a {
		display: block;
		color: #191312;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 2em;
		font-family: 'Hind', sans-serif;
	}
	
.hoverable:hover:not(.active) {
		background-color: #883E24;
	}

.image-grid-container {
	display: grid;
	grid-template-columns: 1;
	align-content: center;
	padding: 10px;
	overflow-x: hidden;
	width: inherit;
}

body, html {
  height: 100%;
  margin: 0;
}

.image-background {
  background-image: url("../images/homepage/coffee-1239226.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.hero-text {
    text-align: center;
	width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #DFD9AB;
	font-size: 260px;
	font-family: 'Bitter', sans-serif;
}

	
.home-grid-item {
	padding: 20px;
}


.form-field {
	width: 100%;
	padding: 12px 20px;
	margin: 10px;
	border: 1px solid #000000;
	border-radius: 4px;
 	display: inline-block;
	box-sizing: border-box;
}

.label-style {
	color: #DFD9AB;
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	
}

.button-submit {
	margin: 0px 10%;
	margin-bottom: 30px;
	width: 80%;
	padding: 10px 20px;
	background-color: #DFD9AB;; 
	color: #191312;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 20px;
}

.button-submit:hover {
	background-color: #883E24; 
}

.column {
	float: left;
	width: 50%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.row {
	margin: 0px 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	box-shadow:  0px 6px 6px rgba(0,0,0,.25);
}

.row-contact {
	margin: 0px 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

.column-about {
	float: left;
	width: 50%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.background {
	background-color: #491000;
	padding-bottom: 20px;
	padding-top: 20px;
}

.column-center {
	padding: 0px 20px;
	float: center;
	width: 100%;
	box-sizing: border-box;
}

.text-center {
	text-align: left;
}

.header-style {
	color: #DFD9AB;
	text-decoration: none;
	font-size: 65px;
	font-family: 'Hind', sans-serif;
}

.paragraph-style {
	font-size: 40px;
	color: #DFD9AB;
	font-family: 'Hind', sans-serif;
}

.page-heading {
	text-align: center;
	font-size: 90px;
	margin-top: 220px; 
	color: #DFD9AB;
	font-family: 'Bitter', sans-serif;
}

.heading-two {
	text-align: center;
	font-size: 60px;
	margin-top: 100px; 
	color: #DFD9AB;
	font-family: 'Hind', sans-serif;
}

.column-three {
	float: left;
	width: 33.33%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.row-three {
	margin: 0px 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	box-shadow:  0px 6px 6px rgba(0,0,0,.5);
}
.row-three:after {
	content: "";
	display: table;
	clear: both;
}

.description {
	padding: 15px;
  	text-align: center;
	color: #DFD9AB;
	font-family: 'Hind', sans-serif;
	font-size: 2em;
}

.footer {
	  background-color: #883E24;
	  margin-top: 0px;
}

.footer-column {
	  float: left;
	  width: 33.33%;
	  padding-left: 140px;
	  color: #DFD9AB;
	  font-family: 'Hind', sans-serif;
}

.footer-row:after {
  content: "";
  display: table;
  clear: both;
}

.footer-header {
	text-decoration: none;
	color: #DFD9AB;
	font-family: 'Hind', sans-serif;
}


/* Baseline Tablet Landscape */
@media screen and (max-width : 1371px ) {
	
	.hero-text {
		font-size: 240px;
	}
	
	.paragraph-style {
		font-size: 30px;
	}
	
	.header-style {
		font-size: 55px;
	}
	
	.column-about {
	width: 100%;
}
	
	.footer-column {
	   	padding-left: 90px;
	}
}

/* Baseline Tablet Portrait */
@media screen and (max-width:768px) {
	
	.hero-text {
		font-size: 200px;
	}
	
	.column {
		width: 100%;
	}
	
	.column-three {
		width: 100%;
	}
	
	.menu-logo-hide {
		display: block !important;
	}
	
	.float-left {
		float: left;
	}
	
	.logo-hide {
		display: none;
	}
	
	.nav-grid-container {
		height: auto;
		grid-template-columns: auto;
		grid-template-rows:  1fr 0 0 0 0 0;
	}
	
	.nav-grid-container.responsive {
		grid-template-rows: auto;
	}
	
	.logo {
		display: block;
	}
	
	.hamburger-icon {
		float: right;
    	display: block;
	}
	
	.navbar-logo {
		display: none;
	}
	
	.page-heading {
		margin-top: 100px
	}
	
	.footer-column {
	  	width: 50%;
	   	padding-left: 50px;
	}

}


/* Baseline Smart Phone landscape */
@media screen and (max-width : 769px)
{
	
	.hero-text {
		font-size: 130px;
	}
	
	.footer-column {
	  width: 100%;
	}
	
	.page-heading {
		font-size: 75px;
	}
	
}


/* Baseline Smart Phone portrait */
@media screen and (max-width: 320px)
{
	
	.hero-text {
		font-size: 100px;
	}
	
}