html, body {
	margin:0;
	padding:0;
}

@font-face {
	font-family: "fontHeader";
    src: url("../fonts/teapotpro.woff") format("woff");
}


@font-face {
    font-family: "fontNormal";
    src: url("../fonts/teapotpro.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #372a5e;
	min-width: 768px;
	font-family: fontNormal, Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 1em;
	letter-spacing: .4px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-shadow: 3px 3px 0px black; /* main shadow */
 	overflow-x: hidden; 
}


#parallax-container {
    position: relative;
    width: 100%;
    height: 600px; /* adjust as needed */
    overflow-x: hidden; /* prevents mobile push */
    pointer-events: none; /* images don’t block clicks */
}

.parallax {
    position: absolute;
    top: 0;
    width: auto;
    filter: brightness(0.5);
    transform: translateZ(0);
    will-change: transform;
}

/* Left image */
.layer1 {
    left: 0;
    transform: translateX(-40%); /* replaces left:-400px */
}

/* Right image */
.layer2 {
    right: 0;
    transform: translateX(40%); /* replaces right:-800px */
}




/* unvisited link */
a:link {
	color: #7ca8d5;
	text-decoration: none;
	border-bottom-style: dotted;
}

/* visited link */
a:visited {
	color: #7ca8d5;
	text-decoration: none;
	border-bottom-style: dotted;
}

/* mouse over link */
a:hover {
	color: #ebac4d;
	text-decoration: none;
	border-bottom-style: solid;
}

/* selected link */
a:active {
	color: #7ca8d5;
	/* text-decoration: none; */
}

#nav {
	background: #3e3d8a;
}

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #372a5e;
}

#nav li {
  float: left;
}

#nav li a {
  display: inline-block;
  color: #7ca8d5;
  text-align: center;
  padding: 20px 20px 0 20px;
  text-decoration: none;
}

/* unvisited link */
#nav a:link {
	color:  #7ca8d5;
	text-decoration: none;
	border-bottom-style: none;
}

/* visited link */
#nav a:visited {
	color: #7ca8d5;
	text-decoration: none;
	border-bottom-style: none;
}

/* mouse over link */
#nav a:hover {
	color:#ebac4d;
	text-decoration: none;
}

/* selected link */
#nav a:active {
	color: #fff;
	/* text-decoration: none; */
}

h1 {

	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
	transform: scaleY(2); 	
	color:#ebac4d;
	text-shadow: 3px 2px 0px black;
}

h2 {

	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 1.1em;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
	transform: scaleY(1); 
	color:#fff;
	text-shadow: 3px 3px 0px black;
}


strong {
	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
	transform: scaleY(2); 
	display: inline-block;
	color:#ebac4d;		
}

.largetext {
	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
	transform: scaleY(2); 
	transform-origin:bottom;
	display: inline-block;
	color:#ebac4d;		
}

#wrapper {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
#container {
	width: 100%;
	margin: 0 auto;
}
.banner-img {
	width: 100%;
	/* max-width: 1600px; */
}

.portraits-img {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	/* max-width: 1074px; */
}

#content {
	padding: 5% 10% 5% 10%;
}

#content-alt {
	padding: 5% 10% 5% 10%;
	background: #3e3d8a;
}

#question {
	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 15px
}

#content-news {
	text-align: center;
	padding: 30px 30px 30px 30px;
	background: #fff;
}

#content-footer {
	text-align: center;
	font-size: 16px;
	padding: 5% 10% 5% 10%;
	background: #3e3d8a;
}


/* unvisited link */
#content-footer a:link {
	color: #fff;
	text-decoration: none;
	border-bottom-style: none;
}

/* visited link */
#content-footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom-style: none;
}

/* mouse over link */
#content-footer a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-style: none;
}

/* selected link */
#content-footer a:active {
	color: #fff;
	border-bottom-style: none;
}

#trailer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#imgMain {
	width: 90%;
	max-width: 1024px;


  background: black;          /* inner black outline */
  padding: 4px;               /* thickness of inner outline */

  border: 6px solid white;    /* white border */

  outline: 3px solid black;   /* outer black outline */
  outline-offset: 0;          /* keep it touching the border */
  box-sizing: content-box; 

}



#imgPortrait {
	margin: 5px 20px 5px 20px;
}

.clickableImage {
	
	width: 120px;
	margin-left: 2px;
	margin-right: 2px;

  border: 6px solid white;        /* white border */
  outline: 3px solid black;       /* black outline around the border */
  outline-offset: -3px;           /* keeps outline tight to the border */


}

#imgClick:hover {
	border-bottom: 6px solid #000;
}

#infobox-wrap {
	float: right;
	width: 300px;
	margin: 0 0 40px 40px;
	background: #fff;
	vertical-align: top;
}

#infobox-wrap p {
	font-size: 16px;
	margin: 0px 30px 20px 0px;
}

#infobox-head {
	vertical-align: top;
	text-align: center;
	padding: 10px 30px 10px 30px;
	color: #fff;
	background: #707070;
}

#infobox-head h3 {
	font-size: 22px;
}

#infobox-buy {
	vertical-align: top;
	padding: 10px 30px 0px 30px;
}

#infobox-buy h3 {
	font-size: 22px;
	margin: 20px 30px 0px 0px;
}

#infobox {
	vertical-align: top;
	padding: 0px 30px 0px 30px;
}

#infobox h3 {
	font-size: 22px;
	margin: 20px 30px 0px 0px;
}

/* unvisited link */
#infobox-buy a:link {
	color: #fff;
	text-decoration: none;
	border-bottom-style: none;
}

/* visited link */
#infobox-buy a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom-style: none;
}

/* mouse over link */
#infobox-buy a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-style: none;
}

/* selected link */
#infobox-buy a:active {
	color: #fff;
	border-bottom-style: none;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.trailer-link {
    margin-bottom: 30px;
    padding: 10px;
    background: #ffffff;
}

.big-download {
    margin-bottom: 60px;
    padding: 10px;
    background: #ffffff;
}
