@charset "utf-8";
/* CSS Document */
/* headline: font-family: "Noto Sans Display", sans-serif;
/* subheading: font-family: 'Playfair Display', serif;
/* inside of the button text and para: font-family: 'Playfair Display', serif;
/* text headline color: green:#488C03;  para color: orange:#DD7B3C; subheadline: bright green:#A6BF49;*/

*{
	box-sizing: border-box;
	margin: 0;
}

body{
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Noto Sans Display", sans-serif;
}
h1{
	color: #488C03;
}
h2{
	color: #A6BF49;
}
h3{
	color: #488C03;
}
p{
	font-family: 'Playfair Display', serif;
	font-size: 1em;
	color: #DD7B3C;
}
img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.container button{
	background: #EBE6D2;
	border-color: #707070;
	height: 40px;
	width: 150px;
	border-radius: 20px;
	font-size: 20px;
	margin-left: 35%;
	color: #488C03;
	margin-bottom: 20px;
}
.pfoot{
	font-family: 'Playfair Display', serif;
	font-size: 1em;
	color: aliceblue;
}
.homepage{
	background: url("../images/toner-906142_1920.jpg") no-repeat center center;
	height: 400px;
	background-size: cover;
	background-color: #EBE6D2;
}

.homepage h1{
	font-size: 50px;
	line-height: 200px;
	margin-left: 40px;
}
.homepage h2{
	text-align: left;
	font-size: 40px;
	line-height: 220px;
	font-family: 'Playfair Display', serif;
	margin-top: -100px;
	margin-left: 80px;
}
.homepage button{
	background: #EBE6D2;
	border-color: #707070;
	height: 50px;
	width: 150px;
	margin-left: 110px;
	border-radius: 20px;
	font-size: 20px;
	color: #488C03;
	margin-top: -30px;
}
/*flexbox container*/
.container{
	display: flex;
	height: 400px;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
}
/*flexbox item*/
.element{
	margin: 1em;
	padding: 0.5em;
	flex-basis: 30%;
	border: 2px solid #707070;
	border-radius: 40px;
	background: white;
}
.element h3{
	font-size: 1.5em;
	text-align: center;
}
.first-column-image{
	background: white url("../images/groceries-5216715_1280.jpg") no-repeat center center;
	background-size: cover;
	height: 200px;
	border-radius: 40px;
}
.second-column-image{
	background: white url("../images/woman-1854265_1280.jpg") no-repeat center center;
	background-size: cover;
	height: 200px;
	border-radius: 40px;
}
.third-column-image{
	background: white url("../images/Workout.jpg") no-repeat center center;
    background-size: cover;
	height: 200px;
	border-radius: 40px;
}
.image-about-us{
	background: white url("../images/team.jpg") no-repeat center center;
	background-size: cover;
	height: 400px;
}
.image-about-us p{
	align-content: center;
	text-align: center;
	
}
.aboutp1{
	margin: 20px;
	padding: 0.5em;
	border: 2px solid #A6BF49;
	border-radius: 10px;
	height: 150px;
	width: 300px;
}
#navBack{
	overflow: hidden;
	margin: 0;
	display: block;
	position: fixed;
	width: 100%;
	height: 47px;
	background-color: white;
	font-family: 'Playfair Display', serif; 
}
#navBack a{
	float: left;
	margin: 0;
	display: inline-block;
	color: #707070;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-weight: 600;
}
#navBack a:hover{
	background-color: #A6BF49;
	color: #EBE6D2;
	font-weight: 900;
}
#navBack-right .active{
	background-color: #DECCA6;
	color: #488C03;
}
#navBack-right{
	float: right;
}
.row:after{
	content: "";
	display: table;
	clear: both;
}
.aboutUs p{
	margin: 10px 20px;
	display: flex;
	flex-direction: row;
	float: right;
	width: 30%;
}
.aboutUs h1{
	margin-left: 20px;
	font-size: 40px;
}
.aboutUs{
	height: 750px;
	align-content: center;
	align-items: center; 
}
footer{
	background-color: black;
	color: white;
	text-align: center;
	line-height: 45px;
}
.contactpage{
	background: url("../images/Rectangle 139578.png") no-repeat center center;
	height: 400px;
	background-size: cover;
	background-color: #EBE6D2;
}
.contactpage h1{
	font-size: 50px;
	line-height: 900px;
	margin-left: 40px;
}
.contact{
	margin: 1em;
	padding: 0.5em;
	flex-basis: 40%;
}
.contact h2{
	color: #DD7B3C;
}
.contact h3{
	color: #707070;
}
.contact p{
	color: #A6BF49;
}
.column-contact{
	display: flex;
	align-content: center;
	flex-direction: row;
	height: 350px;
	margin-left: 60px;
}
.aboutpage{
	background: url("../images/answer-3509503_1920.png") no-repeat center center;
	height: 400px;
	background-size: cover;
	background-color: #EBE6D2;
}
.aboutpage h1{
	line-height: 900px;
	margin-left: 40px;
	font-size: 50px;
}
.column-about{
	display: flex;
	padding: 0.5em;
	flex-direction: row;
	flex-basis: 40%;
	align-items: center;
	margin-left: 35px;
	height: 450px;
	justify-content: center;
}
.question{
	color: #707070;
}
.column1 h2{
	color:#DD7B3C;
}
.column1{
	width: 600px;
	margin-right: 40px;
}
.column1 p{
	font-size: 20px;
}
.answer{
	color: #A6BF49;
}
.column2{
	width: 600px;
}
.column2 h2{
	color: #707070;
}
.column2 button{
	border-color: #707070;
	height: 40px;
	width: 150px;
	border-radius: 10px;
	font-size: 20px;
	color: #707070;
	margin-left: 350px;
}












