@import url("fonts.css");
@import url("reset.css");

/*
	COLORSCHEME:	
	Red: 				#d91e18;
	Light Red:			#e74c3c;
	Orange:			#f39c12;
	Yellow:			#f1c40f;
	
	Darkest Blue:		#22313f;
	Dark Blue:		#2c3e50;
	Blue:				#34495e;
		
	Darkest Gray:	#808285;
	Light Gray:		#95A5A6;
	Blue-gray;			#34495E;
	Dark blue-gray:	#2C3E50;	
	
	Body background:	#ffffff;

*/

body, html{
	width:100%; 
	height:100%; 
	font-family: sans-serif;
	background: #fff !important;
}

section{	
	position: relative;
	width: 100%; 
	height: 100%;				
	white-space: nowrap;
}

h1, h2{	
	font-family: 'Lato Hairline';			
	color: #808285;	
}

h1 span{
	color: #f1c40f;
}

h2{
	font-size: 2.5vh;	
}

p, ol, td{	
	font-family: "Source Sans Pro Light", Arial, sans-serif;
	font-size: 16px;	
	color: #808285;
}

ol{	
	margin: 0 20px 20px 20px;
}


a{
	color: #d91e18;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
}

form{
	margin: 0 auto;
	text-align: center;	
}

table{
	margin: 10px auto;
}


/* LANDING PAGE SECTION */

#big-logo-wrap{		
	position: relative;	
	width: auto;/*35vw*/
	height: auto;
	margin: 0 auto;	
	padding: 0;
	text-align: center;
}

#big-logo{
	position: relative;
	display: inline-block;	
	width: auto;
	height: auto;			
}

#big-logo h1{
	font-family: 'Bauhaus Med';
	font-size: 20vh;
	color: #808285;
	margin: 0;	
	margin-bottom: 2vh;
}

#logo-trademark{
	position: absolute;
	display: inline-block;	
	font-family: 'Tahoma';
	font-size: 3vh;
	color: #808285;
	margin: 0;	
	margin-left: -2vw;
	margin-top: 2vw;	
}

#big-logo img{
	width: auto;
	height: 15vh;
}

#big-logo h2{
	margin: -40px 0 0 10px;
	text-transform: uppercase;
	font-family: 'ITC Avant Garde Bk';
	font-size: 1.7vh;
	letter-spacing: 3px;
	color: #808285;
	text-align: left;
}

#fitba-words-wrap{
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;		
}

#red-block{	
	display: inline-block;		
	width: 30px;
	height: auto;
	background-color: #d91e18;
	
}

#red-block p{
	position: relative;
	text-align: center;
	font-family: 'Bauhaus Med';
	font-size: 3.5vh;	
	color: #fff;	
	padding: 10px 0 3px 0;	
}

#fitba-words{	
	position: relative;
	display: inline-block;	
	left: 5px;
	text-align: left;
}

#fitba-words p{		
	font-family: 'Bauhaus Light';
	font-size: 3.5vh;
	letter-spacing: 2px;		
	padding: 10px 0 3px 0;
	color: #808285;
}

#slogan{
	margin: 5vh auto;
	text-align: center;
}

#slogan p{
	margin: 2vh 0;
	font-family: 'ITC Avant Garde Bk';
	font-size: 1vw;
	letter-spacing: 3px;
	color: #808285;
}

#launch{
	font-family: 'Source Sans Pro' !important;
	text-transform: uppercase;
	font-size: 1.5vw !important;
	/*font-weight: bold;*/
}

#contact{
	text-align: center;
	font-size: 2vh;
	margin-top: 2vw;
}

/* T-SHIRTS ------------------- */

#tshirts{
	position: relative;
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#tshirts p{
	font-family: 'Source Sans Pro';
	/*font-weight: bold;*/
	font-size: 0.9vw;
}

#tshirts p span{
	color: #d91e18;
}

#tshirts img{
	position: relative;
	display: inline-block;
	width: 5vw;
	height: auto;
}

.block{
	position: relative;
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;	
	text-align: center;	
	padding: 0!important;
}

.leftB{
	position: relative;
	display: inline-block!important;	
	width: auto;
	height: auto;
	margin: 0 auto !important;
	vertical-align: top;
	text-align: left !important;
}

.rightB{			
	position: relative;
	display: inline-block!important;
	width: auto;
	height: auto;
	margin: 0 auto !important;	
	vertical-align: top;
}

#buy-left{
	position: relative;
	display: inline-block;	
}

/* PAYPAL FORM ------------------- */

#paypalform{
	position: relative;
	display: inline-block;		
}

#paypalform form{
	text-align: left!important;
}

/* NEWSLETTER FORM ------------------- */

#newsletter{
	position: relative;	
	width: 20vw;
	height: auto;		
	white-space: normal;
}

#newsletter p{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Source Sans Pro';
	font-size: 0.9vw;
	text-align: left;	
}

#newsletter p span{
	color: #d91e18;
}

.form-all {		
    box-shadow : none !important;	
	margin: 0 auto !important;	
	margin-bottom: -10em;	
	margin-left: -2.5em!important;	
}

.form-buttons-wrapper{
	border: none !important;		
}

.form-all ul{	
	margin: 0 auto !important;
}

.form-all li{	
}

#input_3{
	position: relative;	
	width: 40vw !important;	
	height: 3em;				
	margin-top: 1em;
}

.form-textbox:hover, .form-textbox:focus, 
.form-textarea:hover, .form-textarea:focus{
	border-color: #ff0000 !important;	
	box-shadow: none !important;
}

#input_2{
	position: relative;			
	font-family: 'ITC Avant Garde Bk';
	background-color: #d91e18;
	border: none;
	text-transform: uppercase;		
	margin-left: -0.5em;
}

#input_2:hover{
	background-color: #ff0000;
}



/* SOCIAL ICONS ------------------- */

#social {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#social a{
	margin-right: 0.4vw;
}

#social svg{
	width: 2vw;
	height: auto;
	fill: #808285; 
	margin-top: 1vw;
}

#social svg:hover{
	fill: #d91e18;
}

/* COPYRIGHT ------------------- */

#copyright{
	position: relative;	
	width: auto;
	height: auto;
	margin: 0 auto;	
}

#copyright p{	
	position: relative;
	margin: 0 auto;		
	font-size: 2vh;	
	text-align: center;	
	color: #a6abaf;
	letter-spacing: 1px;		
}


