/*
	Eternal Emerald Page CSS File
	Landin Jones
	Final Project

*/

html {
	background-image: url(Assets/Back3.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(180, 49, 32), rgb(180, 49, 32) 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;
}

#Features ul li {
  margin-bottom: 15px;
  position: relative;
}

h1, h2 {
color: rgb(136, 60, 122);   
   margin: 25px 25px 25px 0px;
   background-color: rgb(117, 32, 21);
   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;
}