header{
	background-color:#FFF;
}

body{
	background-image:url(../lib/background/pexels-henry-&-co-1939485.jpg);
	background-size:cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
		width: 960px;
		margin: auto;
		background:#FFF;
		background-repeat:no-repeat;
		background-position:top center;
		border:thick solid #03F;
}

@font-face {
	font-family: 'LeagueGothicRegular';
	src:url(../fonts/League_Gothic-webfont.eot);
	src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/League_Gothic-webfont.woff') format('woff'),
	url('/../fonts/League_Gothic-webfont.ttf') format('truetype'),
	url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
		
h1 {
	text-transform: uppercase;
	color:#06F !important;
	font-family: LeagueGothicRegular;
	font-size: 80px;
}

h2 {
	text-transform: uppercase;
	color:#06F;
	font-family: LeagueGothicRegular;
	font-size: 60px;
}

h3 {
	text-transform: uppercase;
	color:#06F;
	font-family: LeagueGothicRegular;
	font-size: 40px;
}

h4 {
	text-transform: uppercase;
	color:#090;
	font-family: LeagueGothicRegular;
	font-size: 20px;
}

p,li{
	color:#333;
	font-size:15px;
	line-height:22px;
	
}

/*always add this to your css - tell older browsers to display new tags as blocks*/
header, nav, section, footer{
	display:block;
}

nav a{
	background-color:#0C3;
	color:#00C;
	padding:15px 45px;
	text-decoration:none;
	transition:1s;
	border-radius:10px;
}

nav a:hover{
	background-color:#FFF;
	color:#090;
	padding:15px 65px;
	transition:1s;
}

footer{
	background-color:#09F;
	padding:20px;
	border-top:5px solid #009;
	text-align:center;
	margin-top:20px;
}
	
h1, h2, h3, h4{
	margin:10px;
}

.leftcontent{
	float:left;
	width:630px;
}
.rightSideBar{
	float:right;
	width:300px;
}

.clearfloat{
	clear:both;
}

.serviceOne{
	background-color:#0C3;
	padding:20px;
	border-radius:10px;
	box-shadow:10px 10px 15px #FF9900;
	transform:rotate(5deg);
}

.serviceTwo{
	background-color:#09F;
	padding:20px;
	border-radius:10px;
	box-shadow:10px 10px 15px #03F;
	transform:rotate(-5deg);
	z-index:99;
}

.imgLeft{
	float:left;
	margin-right:10px;
}

.imgright{
	float:right;
	margin-left:10px;
}

.twoCol{
	float:left;
	width:480px;
}

.galleryImage{
	border:5px solid #09F;
	padding:3px;
	border-radius:50%;
	transition:1s;
}

.leftSideBar{
	float:left;
	width:300px;
}

.rightContent{
	float:right;
	width:600px;
}

a{
	color:#09F;
	text-decoration:none;
}

input, textarea{
	width:250px;
	background-color:transparent;
	color:#06F;
	border:1px solid #09F;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}

input:hover, textarea:hover{
	box-shadow:0px 0px 15px #09F;
}

.fourCol{
	float:left;
	width:220px;
	margin-right:20px;
}

.threeColTxt{
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-gap:30px;
	-moz-column-gap:30px;
	-webkit-column-gap:30px;
}

.gradient{
	background-color:#06F /*FALLBACK FOR IF GRADIENT DOES NOT DISPLAY*/
	background-image:linear-gradient(#03F,#06F);
	/*background-image:radial-gradient(#F90,#333);*/
	padding:20px;
}
	
.navFloatRight{
	float:right;
}

.centre{
	text-align:center;
}

.Padding{
	padding: 10px;
}

.footercontact{
	text-align:left;
	
.left{
	text-align:left;
}
