/*   main kickass style
 -------------------------------------*/
.kickass{
	width: 100%;
	position: relative;
	text-align: center;
	font-family: 'Montserrat', 'Arial Narrow', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: #393b40;
	overflow-y: scroll;
}
.kickass-content{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	font-weight: 400;
	font-size: 1.4rem;
	color: #393b40;
	overflow-y: scroll;	
}
.kickass-content > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.kickass-content > header h2{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 4px;
	font-size: 3em;
	line-height: 1em;
	position: relative;
	font-weight: 400;
	color: #3d7489;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
	margin: 0;
	text-align: center;
}
.kickass-content > header h2 span{
	color: #80B8CE;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.kickass-content > header h3{
	font-size: 2em;
	font-style: bold;
	color: #82858e;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	margin: 0;
}
.kickass-container{
	max-width: 800px;
	margin: 10px auto 30px;
	text-align: left;
}

.kickass-list{
	text-align: left;
	color:#000;
	margin-bottom: 1em;
}

.kickass-list-item {
	padding: 0 .5em 1em;
}
.cottonball-kickass{
	height:140px;
	width: 160px;
	background-color: rgba(0,0,0,0);
}

.cottonball-kickass:hover{
	background-color: rgba(0,0,0,0);
}
