*
{
	margin: 0; padding: 0;
}

a
{
	color: #cccccc;
	text-decoration: underline;
}
a:hover
{
	color: #fff;
}

body
{
	background: #171717 url(../images/SubtleHawaiianBackground.jpg) repeat top center;
	color: #f1f1f1;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.0em;
}

header
{
	display: block;
	max-width: 820px; height: 190px;
	margin: 0 auto;
	padding-top: 0px;
	//background: transparent url(../images/bg_header.png) no-repeat top center;
}

header h1
{
	display: block;
	width: 509px; height: 255px;
	background: transparent url(../images/AshesOfOahu-LOGO.png) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

section 
{
	max-width: 1200px;
	margin: 0 auto;
}

section#intro 
{
	max-width: 800px;
	margin: 50px auto 0 auto;
	text-align: center;
}
ul.nav-buttons
{
	list-style: none;
	max-width: 450px;
	margin: 0 auto;
}
ul.nav-buttons li
{
	display: inline;
}

p
{
	padding: 20px 60px;
}

section#features
{
	margin-top: 50px;
}

section#trailer
{
	text-align: center;
	margin: 50px auto;
}

section#feedback
{
	text-align: center;
}

section#newsletter
{
	margin-top: 30px;
	text-align: center;
}

footer
{
	font-size: 11px;
	color: #e9e9e9;
	text-align: center;
	padding: 22px 0;
	margin-top: 40px;
}

footer .social
{
	list-style: none;
	margin-bottom: 60px;
}
footer .social li
{
	display: inline-block;
	margin: 0 4px;
}
footer .social a
{
	display: inline-block;
	width: 53px; height: 53px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
footer .social li.fb a
{
	background: transparent url(../images/icn_facebook.png) no-repeat center center;
}
footer .social li.tw a
{
	background: transparent url(../images/icn_twitter.png) no-repeat center center;
}
footer .social li.rd a
{
	background: transparent url(../images/icn_reddit.png) no-repeat center center;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; 
  z-index: -1;
  -webkit-mask-image:linear-gradient(to top, transparent 18%, black 82%);
  mask-image: linear-gradient(to top, transparent 18%, black 82%);
}


ul.feature-list
{
	list-style: none;
	max-width: 1024px;
	margin: 0 auto;
}




	
ul.feature-list li.feature-bg1
{
	background: transparent url(../images/TableBG01.png) no-repeat center;
	background-size: 100% 100%;
}
ul.feature-list li.feature-bg2
{
	background: transparent url(../images/TableBG02.png) no-repeat center;
	background-size: 100% 100%;
}
ul.feature-list li.feature-bg3
{
	background: transparent url(../images/TableBG03.png) no-repeat center;
	background-size: 100% 100%;
}

ul.feature-list li
{
	display: flex;
	padding: 50px;
}

ul.feature-list li *
{
	margin-top: auto;
    margin-bottom:auto;
}
ul.feature-list li span
{
	padding-left: 30px;
}

.btn {
  display: inline-block;
  background: transparent url(../images/buttons.png) no-repeat;
  text-align: center;
  font-size: 24px;
  line-height: 54px;
  border: 0;
  width: 200px; height: 54px;
}

.btn.reddit
{
	background-position: 0 0;
}
.btn.reddit:hover
{
  background-position: -200px 0;
}
.btn.subscribe
{
	background-position: 0 -54px;
}
.btn.subscribe:hover
{
	background-position: -200px -54px;
}
.btn.trailer
{
	background-position: 0 -108px;
}
.btn.trailer:hover
{
	background-position: -200px -108px;
}
.btn.discord
{
	background-position: 0 -162px;
}
.btn.discord:hover
{
	background-position: -200px -162px;
}
