@charset "utf-8";
@import url('fonts.css');

/* MARKETING CONTENT
-------------------------------------------------- */

body {
	background-color: #0d0d0d;
	background-image: url('../gfx/tile_wall.png');
	font-family: 'MiniSet2';
	font-size: 19px;
	color: #fff;
	cursor: url(../gfx/cursor.png), default;

}


p {
	line-height: 160%;
}

.featurette span.info {
	font-size: 16px;
	display: block;
}

a, a:visited {
	color: #fff !important;
	text-decoration: none !important;
}

a:hover, a:active {
	color: #f3c40e !important;
	text-decoration: none !important;
}

.uppercase {
	text-transform: uppercase;
}

.col-half-offset{
    margin-left:4.166666667%
}

#twitter-corner {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
}

.highlight {
	background: #704e30;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
}


/* JUMBOTRON
-------------------------------------------------- */
.jumbotron.title {
	background: url('../gfx/jumbotron.png') no-repeat bottom center;
	height: 576px;
	height: 540px;
	margin-bottom: 40px;
    background-size: cover;
}

.jumbotron.banner {
	background: #0d0d0d url('../gfx/box_tile3.jpg');
	padding-top: 20px;
	padding-bottom: 20px;
    border-top: 2px solid #2a2a2a;
    border-bottom: 2px solid #111;
}

.jumbotron.banner a,
.jumbotron.banner a:visited {
	color: #aaa !important;
	
}

.jumbotron.banner a:hover,
.jumbotron.banner a:active {
	color: #f3c40e !important;
}

.jumbotron .container {
	text-align: center;
	font-size: 32px;
	line-height: 100%;
	width: 100%;
}

.jumbotron.banner .container a {
	text-decoration: underline !important;
}

.jumbotron .video {
	position: absolute;
	top: 0;
	z-index: 0;
	left: 50%;
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    min-width: 100%
}

.video-container {
	width: 100%;
	height: 740px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

@keyframes bounce
{
  	0%   { margin-top: 0px; }
	50%  { margin-top: 15px; }
	100%  { margin-top: 0px; }
}


img#logo {
	animation: bounce 2s infinite;
	z-index: 1;
	position: relative;
}

img.center {
	margin-left: auto;
	margin-right: auto;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

.featurette {
	border: 20px solid transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
    background: #9c7440 url('../gfx/box_background.png');
	-webkit-border-image: url('../gfx/box.png') 120px round; /* Safari 3.1-5 */
    -o-border-image: url('../gfx/box.png') 120px round; /* Opera 11-12.1 */
    border-image: url('../gfx/box.png') 30 round;
    color: #fff;
    /* color: #b48749;  */
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 1);
	font-size: 24px;
}

.featurette a {
	text-decoration: underline !important;
}

.featurette p {
	/*
	 background: #352212; 
	padding: 20px; 
	*/
	padding-top: 10px;
}

/* Thin out the marketing headings */
.featurette-heading {
	font-size: 32px;
	color: #fff;
	text-shadow: 0px 2px 10px rgb(0, 0, 0);
	text-transform: uppercase;
	padding-bottom: 15px;
}

.featurette-image {
	margin: 10px;
	margin-top: 20px;
	margin-left: 0;
	padding: 0;
}

.featurette-image.pull-left {
	margin-right: 50px;
}


/*
 * Placeholder dashboard ideas
 */

.classes {
  margin-bottom: 40px;
  text-align: center;
}
.classes div {
	min-width: 195px;
	overflow: hidden;
}
.classes h4 {
  margin-bottom: 0;
}
.classes img {
	display: block;
	margin: auto;
}

.trailer {
	margin-bottom: 40px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */





/* FOOTER
-------------------------------------------------- */
.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  background-image: url('../gfx/logo_small.png'), url('../gfx/box_tile3.jpg');
  background-position: center 15px, center center;
  background-repeat: no-repeat, repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #2a2a2a;
  border-bottom: 0px solid #111;
}


.footer .legal {
	color: #555;
	font-size: 10px;
	line-height: 160%;
	text-transform: uppercase;
	padding-top: 20px;
}

.footer .info {
	display: block;
	width: 40%;
	text-align: center;
}

@media (max-width: 720px) { 
    body {
      font-size: 12px;
    }

    p {
		line-height: 120%;
	}

    .footer .legal {
    	font-size: 6px;
    	line-height: 100%;
    	margin-top: 20px;
    }

    .footer {
    	font-size: 16px;
    }

    .footer .info {
    	margin-top: 12px;
    }

    .hidden-phone {
       display: block;
    }
}
