@font-face { font-family: SnakeOil; src: url('SnakeOilSalesmanBB.otf'); } 

.special {
    margin: 0;
    border: 0;
    padding: 2px 0;
    background-color: #d16218;
    margin: 0;
}

.center-me {
    margin: 0 auto;
}

.preorder-xbox-content {
    margin: 0 auto;
    width: 646px;
    height: 170px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #EEE;
    background-color: #CCC;
}

.preorder-xbox-content h1 {
    color: #555;
    font-size: 38px;
    font-family: SnakeOil;
}

.preorder-xbox-content a {
    color: #888;
    font-size: 25px;
}

.scaling-image {
    width: 100%;
    height: auto;
}

.ss-thumbnail {
    border-style: solid;
    border-width: 2px;
    border-color: #d8d1c9;
    margin: 5px;
}

.screenshot-region {
    background-color: #181b1e;
    min-height: 100px;
    padding: 20px 30px;
}

.greenlight-area {
    background-color: #181b1e;
    min-height: 100px;
    padding: 0 30px;
}

.greenlight-text {
    color: white;
    font-size: 2.5em;
    vertical-align: central;
    height: 100%;
    min-height: 100%;
    text-align: center;
}

.section-constraint {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bottom {
    padding: 20px;
    background-color: black;
    min-height: 140px;
}

.charles-features {
    margin: 0 auto;
    max-width: 286px;
}

.greenlight-button {
    border-radius: 10px;
}

.content {
	display: block;
	margin: 0 auto;
}

.social-links {
    margin: 0 auto;
    text-align: center;
}

.product-logo {
    padding: 20px;
}

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

.video-overlay-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    background: url("playicon.png") no-repeat center;
}

.video-overlay-icon a:hover {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    background: url("playicon_hover.png") no-repeat center;
}

body {
	padding: 0;
	margin: 0;
	font-family: Century Gothic, sans-serif;
}

section {
	background: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.photoContainer {
	position: relative;
	z-index: 1;
    padding: 10px;
}

.photoContainer:after {
	background:rgba(0, 0, 0, 0.5);
	content: "";
	width: 100%;
	height: auto;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.wrapper {
    background-color: #d8d1c9;
	color: #000;
	text-shadow: none;
	padding: 4rem 8rem;
}

.wrapper h2 {
	color: white;
	font-size: 5em;
}

.wrapper p {
	font-size: 3em;
}

.hero {
	background: url(charleshome.jpg);
	background-size: cover;
	height: 80%;
	min-height: 100px;
	max-height: 80%;
	overflow: auto;
	text-align: center;
    padding-bottom: 10px;
}

.middle {
	background: url(ch2.jpg);
	background-attachment: fixed;
	min-height: 400px;
}

.lower {
	background: url(ch5.jpg);
}

.gameLogo {
	height: 600px;
	position: relative;
	width: 769px;
}

.logoMain {
	position: absolute;
	display: block;
	z-index: 5;
}

.acornFront {
	position: absolute;
	z-index: 2;
}

.acornBack {
	position: absolute;
	z-index: 2;
}

.acorn1 {
	top: 200px;
	left: 150px;
	display: block;
}

.acorn6 {
	top: 300px;
	left: 450px;
	display: block;
}

.acorn2 {
	top: 300px;
	left: 100px;
	display: block;
}

.acorn5 {
	top: 300px;
	left: 600px;
	display: block;
}

.acorn3 {
	top: 200px;
	left: 500px;
	display: block;
}

.acorn4 {
	top: 200px;
	left: 400px;
	display: block;
}

@media screen and (max-width: 768px) {
.mainHeader {
    color: #ffd015;
    font-size: 40px;
    font-family: SnakeOil;
}
}

@media screen and (min-width: 768px) {
.mainHeader {
    color: #ffd015;
    font-size: 60px;
    font-family: SnakeOil;
}
}

.mainText {
    color: white;
    font-size: 1.5em;
}

.video-container {
    position: relative;
    display: block;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    max-width: 550px;
    max-height: 295px;
    margin: 0 auto;
}

/*.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

@media screen and (max-width: 768px) {

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    background-image: url(bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    padding-left: 45px;
    padding-bottom: 20px;
    color: white;
    font-size: 1em;
}

}

@media screen and (min-width: 768px) {

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    background-image: url(bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    padding-left: 45px;
    padding-bottom: 20px;
    color: white;
    font-size: 1.5em;
}

}
