body {
	margin: 0;
	background-color: #fcf4e7;
}

h1 {
	font-size: 3em;
}

h2 {
	font-weight: 400;
}

p {
	font-size: 1.2em;	
}
a {
	text-decoration: none;
	cursor: pointer;
}

.desk {
	display: none;
}

.header {
	background-image: url(../images/mulch.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 700px;
	height: 50vh;
}

.logo {
	position:relative;
	background-color: #832319;
	padding: 10px 20px; 
	color: #fff;
}

.mobile {
	text-align: right;
}

.logo p {
	font-family: jubilat;
}

.logo h1 {
	text-align: center;
	color: white;
	margin-bottom: 10px;
	font-weight: 100;
	font-family: barricada-pro, serif;
}

.info {
	max-width: 1200px;
	margin: 0 auto;
	font-family: jubilat;
	padding: 10px;
	text-align: center;
}

.red {
	color: #832319;
}

.red span {
	font-weight: 500;
	font-size: 1.5rem;
}

.phone span {
	font-size: 1.5rem;
	font-weight: bold;
}

.hours {
	font-style: italic;
	font-weight: 100;
}

.footer {
	background-color: #832319;
    height: 110px;	
    text-align: center;
    position: relative;
    margin-top: 40px;
}
.footer p {
	font-family: jubilat;
	position: absolute;
	color: white;
	top: 19px;
	margin-left: auto;
    margin-right: auto;
    width: 100vw;
}

.footer a {
	color: white;	
}

@media screen and (min-width:750px){
	.desk {
		display: block;
	}
	.mobile {
		display: none;
	}
	.logo {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap-reverse;
	}
}
