

/* Larger font size for desktop screens */

body {
	background-color: f9f0e1;
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	color: #4d4c4e;
	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: "Pompiere", sans-serif;
  font-weight: 400;
	display: block;
	font-size: 7em;
	margin: -20;
}



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



h3 {
	display: block;
	font-size: 2em;
	font-weight: 300;
	margin: 0 0 0 0;
}



h4 {
	display: block;
	font-size: 2em;
	font-weight: 200;
	margin: 0 0 0 0;
}



h5 {
	display: block;
	font-size: 1.4em;
	font-weight: 500;
	margin: 0 0 10 0;
}


h6 {
	display: block;
	font-size: 1.4em;
	font-weight: 200;
	margin: 0 0 0 0;
}



footer {
	background-color: #d2a56e;
	font-size: 0.45em;
	font-weight: 600;
	margin: 0 0 0 0;
}


.donuttitle{
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	margin: 5 0 0 0;
	color: d2a099;
}




.head {
		padding: 20 40 0 40;
		color: 4d4c4e;
}

a {
		text-decoration: none;
		color: 4d4c4e;
}

a:hover {
		color: d2a099;
}

.borderleft {
		border-left: 1px solid #4d4c4e;
		align-self: stretch;
}

.borderright {
		border-left: 1px solid #4d4c4e;
		align-self: stretch;
}






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


.topnav-sticky a {
	color: #141414;
  font-family: "Pompiere", sans-serif;
	font-size: 1.1em;
	font-weight: 400;
}

.topnav-sticky a:hover {
	color: d2a099;
	border-bottom-color: #d2a099;
}

.active2 {
  color: #d2a099 !important; 
  border-bottom: 3px solid #d2a099 !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: 45%;
}

.imgsmall{
	width: 55%;
}

.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 .textsmall{
		width: 90%;
	}

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


}

