/*
	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(8, 136, 112), rgb(8, 152, 104) 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;
}

#Features img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px; 
  height: auto;
  padding-right: 100px;
  padding-bottom: 35px;
}

#Features figcaption {
	padding-left: 965px;
}

body > section > aside {
   color: rgb(81, 81, 81);   
   margin: 25px 25px 25px 0px;
   background-color: rgb(0, 200, 30);
   box-shadow: inset 15px 15px 25px rgba(101, 101, 101, 0.4),
               inset -15px -15px 25px rgba(101, 101, 101, 0.4);
   border-radius: 45px;
   padding: 40px;
}

body > section > aside > audio {
	margin-left: 505px;
}

#topleft1 {
	float: left;
	width: 50%;
}

#topleft2 {
	float: left;
	width: 50%;
}

#topright {
	float: left;
	width: 50%;
}

#Tournament {
	float: left;
	width: 50%;
}

#topleft1 figure img {
	width: 100%;
}

#topleft1 figure figcaption {
    margin-left: 300px; 
}

#topleft2 figure img {
	width: 100%;
}

#topleft2 figure figcaption {
    padding-left: 300px;
}

.clear {
	clear: left;
}

#Faq h2 {
	font-size: 48px;
}

#Video {
   color: rgb(131, 131, 131);   
   margin: 25px 25px 25px 0px;
   background-color: rgb(16, 12, 120);
   box-shadow: inset 15px 15px 25px rgba(101, 101, 101, 0.4),
               inset -15px -15px 25px rgba(101, 101, 101, 0.4);
   border-radius: 45px;
   padding: 70px;
}	

video {
	filter: drop-shadow(8px 8px 15px rgb(61, 61, 1));
	display: block;
	margin: 10px auto;
	width: 40%;
    color: rgb(81, 81, 81);  
}

#Home1 {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
	padding-bottom: 200px;
}