@charset "utf-8";
/* CSS Document */

/* ---------------------------------- PAGE RESET -----------------------------------------------------  */

*
{
margin: 0;
padding: 0;

}

img
{
border: none;
}

	.clear
{
clear:both;
}

.hidden
{
display: none;

}

body {
	font-size: 62.5%;
	background: #000000 ;
	
	}
	
	
	
/* ---------------------------------- TEXT STYLES -----------------------------------------------------  */

h2{ font-family: 'Love Ya Like A Sister', cursive; font-size: 4.0em; color: #FF65C3;}
h3{ font-family: 'Love Ya Like A Sister', cursive; font-size: 3.0em; color: #FFDF58;}
h3.colour1 {color: #FF65C3;}
h3.colour2 {color: #FFDF58;}
h4{ font-family: 'Love Ya Like A Sister', cursive; font-size: 3.0em; color: #FF65C3;}

p{font-family: "Courier New", Courier, monospace; font-size: 2.0em;  font-weight: 300; color: #fff;}

a:link, a:active, a:visited {color: #FF65C3;
text-decoration: none;
-o-transition: .5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
  }
a:hover{color: #FFDF58;}

.headspace{margin: 20px 0 10px 0;}

/*----------------- SLICK CAROUSEL ---------------------------------------------------------------------------------- */


.cycle-front-index2{
margin: 10px 0;
}

	/* -------------------------------------MOBILE ------------------------------------------------------------------*/

#wrapper
	{
	position: relative;
	width: 95%;
	margin: 10px auto 10px auto;
	text-align:center;
	max-width: 900px;
	border: 2px solid #FFFFFF;
	background: #000000;
	
	}
	
	
#header {
    width: 100%;
	height: 75px;
	max-height: 200px;
   	background: none;
    position:relative;
    padding: 0;

}

#header h1 {
    position: relative;
    top:0;
    left:0;
    width: 240px;
    height: 63px;
}

#header h1 a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	
	text-indent: -5000px;
	
	  background: url(images/saxpistols_mainlogo.jpg);
	background-size: 100% 200%;
	background-position: 0 0;
	
	-o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}



#header h1 a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	text-indent: -5000px;
	
	  background: url(images/saxpistols_mainlogo.jpg);
	background-size: 100% 200%;
	background-position: 0 -100%;
}


.frontpic
{width: 100%;
height: auto;
margin: auto auto auto auto;

}	

.content
{
position: relative;
text-align: left;
width: 95%;
margin: 0 auto;


}

	.pagepic
	{
	width: 100%;
	height: auto;
	
	}
	
	
	#bottom
	
	{margin: 20px auto 10px auto;
	text-align: center;
	
	}
	
	#facebox
{width: 300px;
height: 131px;
background: url(images/ajax-loader.gif) 50% 50% no-repeat;
margin: 10px 0 10px 0;
border: 1px solid #ffffff;
}

	
/*----------------- TABLET ---------------------------------------------------------------------------------- */
@media (max-width: 920px) and (min-width: 501px) {

	#header {
 	height: 110px;

}
	
#header h1 {
    position:absolute;
    top:0;
    left:0;
    width: 400px;
    height: 105px;
}

.pagepic
	{
	width: 40%;
	height: auto;
	float: right;
padding: 0 0 10px 10px;


	}
	
	
	}
	
	@media (max-width: 920px) and (min-width: 701px) {


#formbox
{
width: 50%;
float: left;
}

#contactbox
{
width: 300px;
float: right;

}


}
	
	

	/* -------------------------------------FULL SIZE ------------------------------------------------------------------*/

@media (min-width: 921px) {

body {background: #000000 url(images/bodybg.jpg) center top;}
	
	#header {
 	height: 200px;

}
	
#header h1 {
    position:absolute;
    top:0;
    left:0;
    width: 700px;
    height: 184px;
}
	

.pagepic
{
width: 300px;
height: auto;
float: right;
padding: 0 0 20px 20px;

}


#formbox
{
width: 500px;
float: left;
}

#contactbox
{
width: 300px;
float: right;

}

#facebox
{width: 300px;
height: 131px;

margin: 0 10px 10px 0;

}



}












