html {
	font-size: 16px;
}


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

.container{
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	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: 1.875em;
}
h2 {
	font-size: 1.125em;
}
h3 {
	font-size: .75em;
}

p {
	font-size: .875em;
    line-height: 21px;
}

/*The widths are in a percentage!*/
header {
	border-bottom: 3px solid #77a466;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-flow:row wrap;
}

header h1 {
	margin: 0;
	padding: 38px 0;
	width: 100%;
	border-bottom: 3px solid #77a466;
	text-align: center;
}

header h1 span {
	color: #77a466;
}

header nav {
	padding: 0;
	width: 100%;
}

header nav ul {
	padding: 0;
}

header nav ul li {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .875em;
	padding: 10px 0;
	list-style-type: none;
	list-style-position:inside;
	text-align: center;
}

header nav ul li a{
	text-decoration: none;
	color:#77a466;
}

/*The widths are in a percentage!*/
.top-section,
.bottom-section {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}

.main-image {
	height: auto;
}

.main-image img {
	width: 100%;
	border-bottom: 3px solid #77a466;
}

.main-title {
	height: auto;
	
}
.main-title h2 {
	text-align: left;
	padding: 5px 0;
	color: #77a466;
}
.main-title p {
	line-height: 25px;
	font-size: 16px;
}

.section-one,
.section-two,
.section-three {
	width: 100%;
	height: auto;
	border-top: 1px solid #eee;	
}

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

.reviews {
	color: #333;
	font-size: 16px;
	line-height: 21px;
}

.address {
	font-size: 1em;
	line-height:24px;

}

/*The widths are in a percentage!*/
footer {
	height: 50px;
	width: 100%;
	border-top: 3px solid #eee;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}
footer span {
	font-family: 'Galada', cursive;
	text-transform: lowercase;
	color: #77a466;
	font-size: .87em;
}

/*--------Tablet Version---------*/

@media all and (min-width:768px) {


	.bottom-section {
	justify-content: center;
	align-items: flex-start;
	border-top: 1 px solid #eee;
	}

	.section-one,
	.section-two,
	.section-three {
	border-top: none;
	flex-basis: 30%;
	}

	.section-two {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		padding: 0 20px;
	}

}
 
/*---------Desktop Version---------*/

@media all and (min-width:1200px) {
    
	header {
		width: 100%;
		justify-content: space-between;
	}

	header h1 {
		width: 30%;
		padding: 0;
		text-align: left;
		border-bottom: none;
	}

	header nav {
		width: 50%;
	}

	header nav ul {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	header nav ul li {
		padding: 10px 0;
	}
}
