html {
	color: #222;
	font-size: 16px;
	line-height: 24px;
}


body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
}

.container{
	max-width: 1200px;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}

h1,
h2,
h3 {
	color: black;
	text-transform: uppercase;
	font-weight: 700;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1rem;
}
h3 {
	font-size: 0.9rem;
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
    padding: 0 2rem;
}


header {
	border-bottom: 0.1875rem solid #77a466;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

header h1 {
	margin: 0;
	padding: 1.4rem 0 3rem 0;
	text-align: center;
	width: 100%;
	border-bottom: 0.1875rem solid #77a466;
}
header h1 span {
	color: #77a466;
}

header nav {
	padding: 3rem 0;
	text-align: center;
	width: 100%;
}
header nav ul {
	margin: 0;
	padding: 0;
}
header nav ul li {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1428rem;
	padding: 0 ;
	display: block;
}
header nav ul li a{
	text-decoration: none;
	color:#77a466;
}


.top-section,
.bottom-section {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-image {
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.main-image img {
	width: 100%;
	border-bottom: 0.1875rem solid #77a466;
	
}

.main-title h2 {
	text-align: left;
	padding: 0.3125rem 0;
	color: #77a466;
}
.main-title p {
	padding: 0;
	font-size: 1rem;
	line-height: 1..5625rem;
}
.top-section {
	width: 100%;
	flex-wrap: wrap;
}

.bottom-section {
	flex-flow: row wrap;
	flex-wrap: wrap;
}
.section-one,
.section-two,
.section-three {
	width: 100%;
	border-top: 0.0625rem solid #eee;
}

.section-one h3 {
	padding: 0.625rem 0;
}

.section-two h3,
.section-three h3 {
	padding: 0;
}

.menu {
	list-style: none;
	padding: 0;
}
.menu li {
	padding: 0.625rem 0;
	color:#77a466;
}

.reviews {
	color: #333;
	font-size: 1rem;
	line-height: 1.3125rem;
	padding: 0;
}

.address {
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0;
}


footer {
	border-top: 0.0625rem solid #eee;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
footer span {
	font-family: 'Galada', cursive;
	text-transform: lowercase;
	color: #77a466;
	font-size: 0.875rem;
}



/***** Small devices (tablets, 768px and up) *****/
@media (min-width: 768px) {
	.bottom-section {
		flex-wrap: nowrap;
		border-top: 0.0625rem solid #eee;
		align-items: baseline;
	}
	.section-one, .section-two, .section-three {
		 width: 100%; 
		 border: 0;
		}
	.section-two {
		padding: 1rem;
		border-left: 0.0625rem solid #eee; 
		border-right: 0.0625rem solid #eee;
		}
	.section-three { 
		padding-left: 1rem;
	}
}


/***** Large devices ( desktops, 1200px and up) *****/
@media (min-width: 1200px) {
	header {
		flex-wrap: nowrap;
	}
	header nav {
		word-spacing: 0.11rem;
	}

	header h1 {
		width: 100%;
		text-align: start;
		border-bottom: 0;
		padding: 0 0 2rem 0;
	}
	header nav ul li {
		text-align: end;
		display: inline-block;
		padding: 0 0 2rem 0;
	}
	.bottom-section  {
		align-items:baseline;
	}
}

