/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,
body {
  height: 100%;
  font-family: cera_prolight, Mates;
  
}

html {
  background-color: #141B4D;
}

@font-face {
    font-family: 'cera_prolight';
    src: url('../fonts/cerapro-light-webfont.woff2') format('woff2'),
         url('../fonts/cerapro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_probold';
    src: url('../fonts/cerapro-bold-webfont.woff2') format('woff2'),
         url('../fonts/cerapro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cera_problack';
    src: url('../fonts/cerapro-black-webfont.woff2') format('woff2'),
         url('../fonts/cerapro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
margin:auto;
color: #fff;
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position:relative;
height: 100%;
}

#background{
box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
background: url(../images/backgroundStripesWIPColoredTiny.jpg) right bottom no-repeat;
position:fixed;
content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  
  /* disabled for now since need vert scrolling
  on landscape mobile orientation */
  /*touch-action: none;*/
}

/*.black{
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}*/

.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#wrapper{
	width: 100%;
	max-height: 100%;
	height: 100%;
}


/* hold logo */
#header{
	/*max-width: 100%;*/
	height: auto;
	padding: 0px 0 0px 0;
	margin: auto;
}

/* just the Wild Honesty img */
#logo {
	max-width: 100%;
	height: auto;
	width: 600px;
}

h1{
	max-height: 10%;
	/*font-family: 'Damion', cursive;*/
	font-size: 103px;
}

h2{
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-size: 30px;
	letter-spacing: 4px;
}

h2 strong.sep-one{
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: -80px;
	margin-top: 15px;
}

h2 strong.sep-two{
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
}

h3 {
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-size: 20px;
	letter-spacing: 2px;
}

#middle{
	font-family: cera_probold, Mates;
	text-transform: uppercase;
	width: 370pt;
	max-width: 85%;
	/*max-width: 90%;*/
	/*display: inline-block;*/
	height: auto;
	background: #FF3878;
	padding: 10pt 10pt;/*27pt;*/
	margin: auto;
	border-radius: 15pt;
	line-height: 2.25;
}

#middleLite {
	width: 390pt;
	max-width: 85%;
	height: auto;
	margin: auto;
}

#middle p{
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-size: 24px;
	color: #000000;
	line-height: 34px;
}

#middle p span{
	color:#e63b4d;
}

#footer{
	width: 100%;
}

a {
	color: #fff;
}

ul.social
{
width: 242px;
margin: 80px auto 0;
height: 62px;
}

ul.social li{
float: left;
background: url(../images/social.png) left top no-repeat;
position: relative;
height: 62px;
margin-right: 28px;
}

ul.social li a{
display: block;
width: 62px;
height: 62px;
}


ul.social li.facebook{
height: 62px;
background-position: 0 0;
width: 62px;
}

ul.social li.facebook:hover{
background-position: 0 -62px;
}



ul.social li.twitter{
height: 62px;
background-position: -90px 0;
width: 62px;
}

ul.social li.twitter:hover{
background-position: -90px -62px;
}



ul.social li.youtube{
margin-right: 0;
height: 62px;
background-position: -180px 0;
width: 62px;
}

ul.social li.youtube:hover{
background-position: -180px -62px;
}

/*
@media screen and (max-width: 568px){
	#header{
		width: 100%;
		padding: 30px 0 30px 0;
		margin: auto;
	}


	h1{
		font-size: 53px;
	}
	
	h2{
		
		font-size: 15px;
		letter-spacing: 2px;
	}

	h2 strong.sep-one{
		width: 30px;
		margin-left: -40px;
		margin-top: 7px;
	}
	
	h2 strong.sep-two{
		width: 30px;
		margin-left: 10px;
		margin-top: 7px;
	}

	h3{
		
		font-size: 12px;
		letter-spacing: 2px;
	}
	
	#middle{
		margin: 50px 0 20px 0;
		width: 90%;
		padding: 5%;
	}
	
	#middle p{
		font-size: 18px;
		color: #000000;
		line-height: 24px;
		padding: 0;
	}
	
	#middle p span{
		color:#e63b4d;
	}

	
}*/

