body{
	font-family: 'Lato', sans-serif;
	background: #eeeeee;
}

/* TEXT */

h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;	
}

h1{
	font-size: 2em;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	margin-top: 8px;
}

h2{
	padding-bottom: 15px;
}

h3{
	font-size: 1.3em;
	padding-bottom: 15px;
}

a{
	transition: all ease-in-out 0.4s;
}

a:hover{
	color: #2F6DA6;
}

p{
	font-size: 0.9em;
	line-height: 1.5em;
}

li{
	font-size: 0.9em;
}

.tel{
	color: #82a955;
	font-size: 1.4em;
}

.tel span{
	color: #2f6da6;
}

.intro{
	color: #ac1f23;
	font-weight: 400;
	font-style: italic;
	font-size: 1.4em;
}

.hero{
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.hire.hero{
	background-image: url(../img/hero1.jpg);
}

.band{
	width:100%;
	background: rgba(0,0,0,0.45);
}

.hero h1{
	color: #fff;
	margin: 0;
	margin: 3rem 0 3rem 0;
	padding: 0.5rem 0 0.5rem 0;
	/*text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);*/
}

footer h2{
	font-size: 1.1em;
}

.fancy {
	overflow: hidden;
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 8px;
  border-top: 1px solid #727678;
  top: 50%;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

a{
	text-decoration: underline;
}

.fresco{
	text-decoration: none;

	width: 100px;
	height: 100px;
	background: #fff;
	overflow: hidden;
}

.fresco img{
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-left: 3px;
    transition: all 0.30s linear;	
}

.fresco img:hover{
	opacity: 0.4;
}

/* BUTTON */

.button{
	color: #fff;
	background: #ac1f23;
	font-weight: 300;
	padding-top: 0.7em;
	padding-right: 1.5em;
	padding-bottom: 0.8em;
	padding-left: 1.5em;
	margin-top: 25px;
}


.button-container{
	bottom: 0;
	display: block;
}

.services .button{
	background: #931014;
}

/* STRUCTURE */

.top-padding50{
	padding-top: 50px;
}

.bottom-padding60{
	padding-bottom: 60px;
}

.right{
	text-align: right;
}

@media only screen and (max-width: 65em) {

	.centre{
		text-align: center;
	}

}

/* HEADER */

#header{
	width: 100%;

	background: #fff;
	text-align: center;
}

#logo{
	line-height: 150px;
	padding-top: 10px;
}

.social a{
	color: #fff;
	float: right;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #211E49;
	font-size: 1.4em;
	line-height: 44px;
	transition: all ease-in-out 0.4s;
	margin: 10px 2px;
}

.social a.tw:hover{
	background: #00B0ED;
}

.social a.fb:hover{
	background: #3B5998;
}

.social a.li:hover{
	background: #0077B5;
}

@media only screen and (max-width: 65em) {

	#header{
		background-size: 327px 104px;
		text-align: left;
	}	

	#logo{
		width: 100px;
		line-height: 150px;
		margin-bottom: 10px;

	}

	.social{
		text-align: center;
	}

	.tel{
		display: none;
	}

	h1{
		font-size: 1.4em;
	}

}

@media only screen and (max-width: 40em) {

	#header{
		text-align: center;
	}

	.social{
		display: none;
	}

}

/* NAVIGATION */

.contain-to-grid{
	background: #211E49;
	text-align: center;
}

.top-bar{
	background: #211E49;
	height: 3.125em;
}

.top-bar .name{
	height: 3.125em;;
}

nav{

	font-weight: 300;
	font-size: 1em;
	color: #fff;
}

nav a{
	text-decoration: none;
}

@media only screen and (max-width: 60em) {
    .top-bar-section ul li {
    border-top: 1px solid #be2226;
  }
}


/* CTA */

.cta{
	display: inline-block;
	position: relative;
	width: 326px;
	height: 210px;
}

.colour{
	position: absolute;
	top: 0;
	left: 0;
}

.bw{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.cta a:hover > .bw{
	opacity: 1;
}	

.cta span{
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,0.75);
	padding: 3% 5%;
	left: 0;
    transition: all 0.30s linear;
}

.cta a:hover > span{
	bottom: 70px;
	background: #ac1f23;
}

/* SERVICES */

.services{
	width: 100%;
	text-align: center;
	color: #fff;
	background: #2f6da6;
}

.services h2{
	font-size: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.services h3{
	margin-top: 25px;
}

.services p{
	font-weight: 300;
}

/* TRANSITIONS */

.bw, .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button):hover, .social, .social:hover{
    transition: all 0.30s linear;
}

/* FOOTER */

footer{
	color: #fff;
	width: 100%;
	background: #0f0d23;
}

footer p{
	font-weight: 300;
}

footer h2{
	font-size: 1.1em;
}

footer a{
	color: #82a955;
}

.useful p, .contact p{
	line-height: 2em;
}

.teensy p{
	font-size: 0.75em;
	font-weight: 300;
}

@media only screen and (max-width: 60em) {

	.bta{
		text-align: left;
	}

}

/*BUTTON TRANSITION*/

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #651215;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
