/* ----------------- reset Style ----------------- */

@import url("reset.css");


/* ----------------- Clear floated Elements ----------------- */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

  @font-face {
    font-family: 'cardcrawlregular';
    src: url('CardCrawl-webfont.eot');
    src: url('CardCrawl-webfont.eot?#iefix') format('embedded-opentype'),
         url('CardCrawl-webfont.woff2') format('woff2'),
         url('CardCrawl-webfont.woff') format('woff'),
         url('CardCrawl-webfont.ttf') format('truetype'),
         url('CardCrawl-webfont.svg#cardcrawlregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
  font-size: 62.5%;
  font-family: 'Labrada', serif;
  background-color: #843532;           /* fallback color */
  background-image: url("images/bgTile.jpg");
  background-repeat: repeat;           /* tile the image */
  background-position: top left;       /* optional */
  color: #ffffff;
}
	
	html, body {
    max-width: 100%;
    overflow-x: hidden;
}
	
	 
h1 { 
	font-size: 3.6em;
	line-height: 1.2em;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;


	
}
h2 { font-size: 2.2em;
	font-weight: bold; 
	margin-bottom: 10px;}
	
h3 { font-size: 3em;
		font-style: italic;
	font-weight: bold;
}

p  { font-size: 3em; 
	line-height: 1.6em;
		color: #ffffff;

} 



a:link, a:visited, a:focus, a:active  { 	
			color: #e9c782;
			text-decoration:underline;
			font-style: italic;
	font-weight: bold;
			}
a:hover {
	position: relative;
	top: 2px;
}

.push {margin-top: 40px;}
    

.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	overflow: hidden;

}


.bodyWrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 0;	
	margin-top:20px;
	z-index: 25;
	

	
}

.bodyWrapper2 {
	position: relative;
	width: 620px;
	margin: 0 auto;
	padding: 0;	
	z-index: 25;

}

.parallaxBody {
		position: relative;

	
}

.logo {
	
	position: relative;
    z-index: 21;
	margin: 0 auto;
	width: 772px;
	margin-top: 480px;
	margin-bottom: -40px;
	margin-left: 20px;


}

.cards {
	
    position: relative;
    z-index: 21;
	margin-left: -20px;
	width: 800px;
	}

.pressKit
{
	position: absolute;
	top:0;
	right: 20px;
	z-index: 50;
	margin-top: 10px;
	
}


.header{
	
    background: url("images/header.png");
    background-size: 1920px 660px;
    background-position: center 0;
    display: block;
    width: 100%;
    height: 660px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -100;
	
}

.barBg{
	
    background: url("images/header.jpg");
    background-size: 1920px 741px;
    background-position: center 0;
    display: block;
    width: 100%;
    height: 741px;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    z-index: -100;
	
}

.footer {
  background: url("images/footer.jpg") center top no-repeat;
  background-size: cover;   /* fills width & height, crops if needed */
  width: 100%;
  aspect-ratio: 1920 / 985; /* maintain original ratio */
  position: relative;
  z-index: -100;
}

.img-container {
    width: 100%;
    height: 648px;
    max-height: 648px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.img-container img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.push40 { margin-top: 40px;}



/* STUFF */


.center {
	text-align: center;
}

.divider {
	position: relative;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.divider2 {
	position: relative;
	width: 219px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}



.shot {
	padding: 0 10px 0 10px;
}



.headlineText {
	position: relative;
	width: 640px;
	margin: 0 auto;
	margin-bottom: 200px;
	z-index: 10;
	

}

.descText {
	margin-top: 600px;
}

.syoutube {

position:relative;
	width: 640px;
		margin: 0 auto;

	margin-top: 60px;
		margin-bottom: 40px;

}


.buttons {
	
	margin: 0 auto;
	padding-top: 60px;
	
	
}

.textInput {
font-size: 2em;
font-family: 'Labrada', Georgia, serif;
color: #000; 
border: none; 
background-color: #fff; 
height :30px; 
width: 400px; 
padding:5px 0 5px 5px;
text-align: center;

border-radius: 1px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px;
	
}

.buttonInput {

font-family: 'Labrada', Georgia, serif;
font-size: 2em;
color: #fff; 
border: none; 
background-color: #eeba18;
/*background: #ffd200 url(buttonImg.jpg);*/
height :40px; 
width: 120px; 
padding:0px;
margin-top: 10px;
margin-left: 10px;

border-radius: 1px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px;
	
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #0c0303; 
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #0c0303; 
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #0c0303; 
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #0c0303; 
}


/* DAILY */

.mainWrap{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 540px;
	margin-top: 50px;
	

}

.leftColum {
	float: left;
	width: 160px;
	margin-top: 5px;

	

}

.middleColum {
	float: left;
	margin-top: 5px;
	width: 360px;

	

}

.rightColum {
	float: left;
	margin-top: 5px;

	

}



.entry {
	float: left;
	}
	


	
      .swiper {
        width: auto;
        height: auto;

      }
   

      .swiper-slide {
        width: auto;
        height: auto;
      }

      .swiper-slide img {
    
        width: 100%;
        height: auto;
       
      }

     
      
       /* change the size of the bullet and active color */

.swiper-pagination-bullet {
        background-color: #657f53 !important;
        width: 1.5rem !important;       
        height: 1.5rem !important;
          opacity: 1 !important;                /* fully opaque */

    }

.swiper-pagination-bullet-active {
     background-color: #e9c782 !important;
}

.cyborg {
	
    position: relative;
    z-index: 21;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	width: 1920px;
	}
	
.gnomi {	
	
    background: url("images/gnomi.png");
    background-size: 371px 392px;
    background-position: center 0;
    display: block;
    width: 100%;
    height: 392px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -100;
	
}
   