@charset "UTF-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #1D2E0F;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	background-color: #F9F9F8;
}
#container {
    width: 1150px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
header {
    padding-bottom: 5px;
}
header img {
    margin-left: 489px;
}
#topNav ul {
    text-align: center;
    list-style-type: none;
    border-bottom: thin solid #597B38;
    
    margin-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
#topNav ul li {
    display: inline-block;
    margin-left: 50px;
    font-size: 1.1rem;
    list-style-type: none;
    text-align: right;
    
}
#topNav ul li a:link, a:visited {
    color: #597B38;
}
#topNav ul li a:hover {
    color: #1D2E0F;
}
#index {
	padding-bottom: 35px;
	padding-left: 70px;
	padding-right: 70px;
	background-repeat: no-repeat;
	padding-top: 72px;
	background-image: url(image/index%20images/1150x350greenSelfCare.jpg);
	/*This image was sourced from  https://pixabay.com/photos/cream-mimosa-lipstick-care-beauty-3496778/ */
	justify-content: center;
}
#recipes {
	padding-top: 72px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 35px;
	background-image: url(image/recipes%20images/1150x350beautyListRecipes.jpg);
	/*This image was sourced from https://unsplash.com/photos/RHQVelymZpc */
	background-repeat: no-repeat;
}
#DIY {
	padding-top: 72px;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 35px;
	background-image: url(image/DIY%20images/1150x350faceScrub.jpg);
	/*This image was sourced from https://www.pexels.com/photo/powder-in-bottle-1499514/*/
	background-repeat: no-repeat;
}
main h1 {
    color: #597B38;
    font-weight: normal;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 170px;
}
#slogan {
    color: #99BF74;
    font-size: 2rem;
    display: block;
}
h2 {
	font-weight: normal;
	font-size: 2.5rem;
	text-align: left;
	color: #99BF74;
}
section div h2 {
	color: #99BF74;
	font-size: 1.3rem;
}
#healthyLifeStyle {
	background-repeat: no-repeat;
	padding-left: 450px;
	margin-bottom: 20px;
	margin-top: 45px;
	background-image: url(image/index%20images/400x300healthyLifeStyle.jpg);
	/*This image was sourced from https://unsplash.com/photos/lcZ9NxhOSlo*/
	padding-bottom: 0px;
	line-height: 40px;
	color: #1D2E0F;
}
#selfcareAndLove {
	background-repeat: no-repeat;
	background-position: right 0%;
	padding-right: 450px;
	padding-bottom: 72px;
	background-image: url(image/index%20images/400x300teaAndHerbalSalt.jpg);
	/*This image was sourced from https://unsplash.com/photos/P2bOowpvo18 */
	line-height: 40px;
	color: #1D2E0F;
}

section{
	display: flex;
	justify-content: space-between;
	}

section div h2 {
	text-align: center;
}
section div p {
	width: 300px;
}
footer {
	margin-top: 40px;
	border-top: medium solid #597B38;
}
footer h1 {
	color: #597B38;
	text-align: center;
}
footer ul {
	color: #99BF74;
	text-align: center;
	list-style-type: none;
}
footer ul li {
	display: inline-block;
	margin-left: 17px;
}
footer ul li a:link  ,a:visited{
	color: #99BF74;
}
footer ul li a:hover  {
	color: #597B38;
}
#scrub p {
    width: 680px;
}
h3 {
    color: #597B38;
}
#receipe {
    border: medium dotted #C3D877;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 25px;
    width: 700px;
}
aside {
    float: right;
    margin-top: -1256px;
    margin-right: -70px;
}



@media screen{
}
h4 {
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    color: #99BF74;
}
