

/* Larger font size for desktop screens */

body {
	font-family: "Quicksand", sans-serif;
	background-color: 445a4d;
	font-optical-sizing: auto;
	color: #c8cfc9;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	scroll-padding-top: 4rem
}


hr {
    height: 2px;
    color: #d4d3d0;
    background: #d4d3d0;
    font-size: 0;
    border: 0;
		width: 80%;
}




h1 {
	font-family: "Poiret One", sans-serif;
  font-weight: 400;
	display: block;
	font-size: 7em;
	margin: -20;
}



h2 {
	font-family: "Poiret One", sans-serif;
	font-weight: 400;
	display: block;
	font-size: 4em;
	margin: 0 0 0 0;
}



h3 {
	font-family: "Quicksand", sans-serif;
	display: block;
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 0 0;
	width: 50%;
}



h4 {
	font-family: "Poiret One", sans-serif;
	display: block;
	font-size: 1.7em;
	font-weight: 200;
	margin: 0 0 0 0;
}


h5 {
	font-family: "Poiret One", sans-serif;
	display: block;
	font-size: 1.7em;
	font-weight: 200;
	margin: 0 0 0 0;
	width: 50%;
}




footer {
	font-family: "Poiret One", sans-serif;
	background-color: #212226;
	font-size: 0.45em;
	font-weight: 600;
	margin: 0 0 0 0;
}



.head {
		padding: 20 40 0 40;
		color: c8cfc9;
}


a {
		text-decoration: none;
		color: c8cfc9;
}

a:hover {
		color: 4a91d4;
		text-decoration: underline dotted;
}






.topnav-sticky {
	background-color: #c8cfc9;
}


.topnav-sticky a {
	color: #141414;
	font-size: 1.2em;
	font-family: "Poiret One", sans-serif;
}

.topnav-sticky a:hover {
	color: b8520a;
}

.active2 {
  color: #b8520a !important; 
}





.button-order {
  background-color: #d2a099;
  border: none;
  color: 4d4c4e;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.7em;
}


.button-order:hover {
  background-color: #d8bdb9;
  color: 4d4c4e;
}






.textsmall {
	width: 30%;
  font-size: 1.2em;
}


.textwide {
  font-size: 1.2em;
  text-align: center;
	width: 60%;
}




.bierimage {
	width: 100%;
}

.imglarge {
	width: 80%;
}




/* Mobile View */
@media (max-width: 800px) {


	body {
		font-size: 1.7em;
		font-weight: 300;
		line-height: 1.3;
		max-width: 100%;
	}


	h1 {
		width: 95%;
		font-size: 3.4em;
	}


	h2 {
		width: 95%;
		font-size: 2.4em;
	}


	h3 {
		width: 95%;
		font-size: 1.4em;
	}


	h4 {
		width: 95%;
		font-size: 1.4em;
	}


	h5 {
		width: 95%;
		font-size: 1.1em;
	}


	h6 {
		width: 95%;
		font-size: 0.9em;
	}

	footer {
		font-size: 0.35em;
	}

	.imgsmall, .imglarge, .textwide, .textsmall {
		width: 94%;
	}


	.head {
			padding: 20;
			width: 100%;
	}


}

