/*
	Eternal Emerald Page CSS File
	Landin Jones
	Final Project

*/

html {
	background-image: url(Assets/Back1.png);
}

#Home {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	margin-left: 1000px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	background: linear-gradient(345deg, rgb(103, 148, 107), rgb(124, 178, 105) 70%);
	border-left: 1px solid rgb(51, 51, 51);
	border-right: 1 px solid rgb(51, 51, 51);
	box-shadow: rgb(51, 51, 51) 15px 0px 25px,
				rgb(51, 51, 51) -15px 0px 25px;
	max-width: 1600px;
	margin: 0 auto;
}

h1, h2, p {
	text-align: center;
}

header img {
	margin: 0 auto;
	display: block;
	position: relative;
	height: 400px;
	width: 600px;
	filter: saturate(1.2) contrast(0.8);
}

#Features ul li {
  margin-bottom: 15px;
  position: relative;
}

#Features dl  {
   color: rgb(38, 94, 53);
   background-color: rgb(80, 139, 59);
   box-sizing: border-box;
   padding: 10px;
}

h1, h2 {
   color: rgb(38, 94, 53);   
   margin: 25px 25px 25px 0px;
   background-color: rgb(80, 139, 59);
   border-radius: 45px;
   padding: 40px;
}

body > section > aside > audio {
	margin-left: 505px;
}

#topleft1 {
	float: left;
	width: 50%;
}

#topleft2 {
	float: left;
	width: 50%;
}

#topleft1 figure img {
	width: 100%;
}

#topleft1 figure figcaption {
    margin-left: 250px; 
}

#topleft2 figure img {
	width: 100%;
}

#topleft2 figure figcaption {
    padding-left: 270px;
}

.clear {
	clear: left;
}

#Faq h2 {
	font-size: 48px;
}

#Home1 {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	padding-bottom: 200px;
}