/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 6, 2014, 10:21:47 AM
    Author     : Aaron
*/

@import "fonts/stylesheet.css";

html {
  padding:0;
  margin:0;
  height:100%;
  min-height:100%;
}

body {
  background: #ffb76b; /* Old browsers */
background-image: url('images/acd_bg.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  font-family: 'bebas_neueregular';
  min-height:100%;
  overflow:hidden;
}

#logo {
	background: url('images/acd_logo_2015.png') no-repeat center center fixed;
	position:absolute;
	width:100%;
	height:100%;
	z-index: 999;
}

#marquee {
	position:absolute;
	width:100%;
	height:100%;
	font-size:900px;
	color: rgba(0,0,0,0.1);
	padding-top:-200px;
	margin-top:-60px;
}

#watermark {
  font-size: 50px;
  padding:0;
  margin:0;
  position:absolute;
  bottom:15px;
  right:15px;
  z-index: 999;
}

#links {
  position:absolute;
  bottom:15px;
  left:15px;
  font-size: 50px;
  color: rgba(0,0,0,0.3);
  z-index: 999;
}

.linkstyle a {
  color: #000;
  opacity: 0.6;
  text-decoration:none;
}

.linkstyle a:hover {
  opacity: 1.0;
}

.linkstyle a:visited {
  color:#000;
}

#join {
  font-size: 30px;
  width:650px;
}

#joffrey {
  font-size: 25px;
  width:500px;
}

.terms a {
  color: rgba(0,0,0,0);
  opacity:0.0;
  text-decoration:none;
}

.terms a:hover {
  color: #000;
  opacity:0.1;
  text-decoration:none;
}

#termsbox {
  position:absolute;
  top:10px;
  right:10px;
  font-size: 50px;
  z-index: 999;
}

#terms {
  font-family: Arial;
  width:650px;
  font-size: 17px;
  z-index: 999;
}

#terms_perm {
  font-family: Arial;
  width:650px;
  font-size: 17px;
  margin-left:auto;
  margin-right:auto;
  background-color: rgba(255,255,255,0.9);
  padding:12px;
  border-radius: 10px;
}