
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.1em;
} 
@media screen and (min-width: 1000px) {




}

@media screen and (max-width: 1000px) {

}




body {
	background-image: none;
}
.footer {
    padding-top: 0px;
    color: #939393;
    font-size: 0.89em;
    line-height: 1.4em;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.main-content {
    padding: 0em 0em;
}


.arrow-down {
    position: absolute;
    bottom: 40px;
    right: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-image: url(images/anim-arrow-down.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    z-index: 1002;
}

	
	
	


.header {
    background-color: rgba(255,255,255,0.85);
}

@media screen and (max-width: 450px) {
.header-inner {
    min-height: 70px;
}

}




.p-banner H1 {
    color: #ffffff;
    font-size: 2.3em;
    margin-bottom: 0px;
    padding: 0 1.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
		font-family: "antoniolight", sans-serif;
}
@media screen and (max-width: 450px) {
	.colour.p-banner {
		height: 80vh;
	}
}




.restrict-width {
	max-width: 1100px;
}
.colour {
	background-color: #ffffff;
}
