a:link{color: #ffffff; text-decoration: none;}
a:visited{color: #ffffff;}
a:hover{color: #cacaca;}
a.nav:link{color: #000000; text-decoration: none;}
a.nav:visited{color: #000000; text-decoration: none;}
a.nav:hover{color: red; text-decoration: none;}
@font-face { font-family: Meow; src: url('fonts/b-eazy.otf'); } 


body{
	background-color: #000000;
	display: block;
	padding: 0px;
	margin: 0px;
	font-family: Meow;
	margin-top: 10px;
}
p{
	font-size: 25px;
	text-align: left;
}
h1{
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	font-weight: normal;
}
h2{
	margin: 0px;
	padding: 0px;
	font-size: 45px;
	font-weight: normal;
}
form{

	box-sizing: border-box;
	padding: 25px;
	border-radius: 3px;
}
table{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
td{
	text-align: left;
}
.headerImg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 783px;
}
.container{
	width: 783px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	float: none;
	overflow: hidden;
	color: #ffffff;
	
}
 .para{ 
	width: 120px; 
	height: 40px;
	transform: skew(20deg);
	background: #ffffff;
	margin-left: 13px;
	margin-top: 10px;
	float: left;
} 
.para.ay{
	margin-left: 7px;
}
.paraText{
	transform: skew(-20deg);
	padding-top: 5px;
	text-align: center;
	font-size: 23px;
	letter-spacing: 3px;
}
.youtube{
	box-sizing: border-box;
	width: 100%;
	height: 400px;

	margin-top: 15px;

}
.social-media{
	width: 600px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #ffffff;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	
}
.smi{
	padding: 12px;
}
.smi:hover{
	opacity: 0.8;
	padding: 15px;
}
.footer{
	text-align: center;
}
.textSpace{
	word-spacing: 2px;
	
}
.contactBox{
	width: 100%;
	color: #000000;
	text-align: center;
	box-sizing: border-box;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #ffffff;
	padding: 25px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	font-size: 40px;
}
.textBox{
	height: 40px;
	position: relative;
	top: -7px;
	border: 1px solid #000000;
	border-radius: 3px;
	width: 200px;
	font-size: 21px;
	font-family: Meow;
	width: 100%;
	overflow: hidden;
}
.textArea{
	width: 100%;
	border: 1px solid #000000;
	border-radius: 3px;
	height: 200px;
	font-size: 21px;
	font-family: Meow;
	overflow: hidden;
	margin-bottom: 15px;
}
.bigButton{
	width: 300px;
	height: 70px;
	font-family: Meow;
	font-size: 30px;
	letter-spacing: 5px;
	background-color: #000000;
	color: #ffffff;
	border: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.event{
	display: none;
}
.feature{
	display: none;
}
.review{
	font-size: 15px;
}

/* BEGIN MOBILE OPTIMIZATION >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* BEGIN MOBILE OPTIMIZATION >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* BEGIN MOBILE OPTIMIZATION >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


@media screen and (min-width: 321px) and (max-width: 850px){
/* >>> iphone 6/6s/7 plus and tablets  >>>>>> */
h1{
	font-size: 75px;
}
h2{
	font-size: 60px;
}
.container{
	width: 98%;
}
.headerImg{
	width: 98%;
}
 .para{ 
	width: 22%;
	height: 80px;
	margin-left: 20px;
}
.paraText{
	font-size: 40px;
	padding-top: 15px;
}
.para.ay{
	margin-left: 15px;
}
p{
	font-size: 50px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}
.smi{
	padding: 7px;
	width: 70px;
}
.social-media{
	width: 98%;
}
.footer{
	font-size: 30px;
}
.review{
	font-size: 30px;
}
td{
	font-size: 35px;
}
.textBox{
	width: 300px;
	float: right;
}



}
@media screen and (min-width: 851px) and (max-width: 1023px){
h1{
	font-size: 75px;
}
h2{
	font-size: 60px;
}
.container{
	width: 98%;
}
.headerImg{
	width: 98%;
}
 .para{ 
	width: 22%;
	height: 80px;
	margin-left: 20px;
}
.paraText{
	font-size: 40px;
	padding-top: 15px;
}
.para.ay{
	margin-left: 15px;
}
p{
	font-size: 50px;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}
.smi{
	padding: 12px;
	width: 80px;
}
.social-media{
	width: 98%;
}
.footer{
	font-size: 30px;
}
.review{
	font-size: 30px;
}
td{
	font-size: 50px;
}
.textBox{
	width: 300px;
	float: right;
}
}