﻿/* Font
	* --------------------------------------- */
	@import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre');
	
	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		font-family: 'Averia Serif Libre', cursive;
		color: #fff;
		margin:0;
		padding:0;
		text-transform:uppercase;
		font-weight:200;
	}
	h1 a {
	font-size:2em;
}
	a {color:#ee1153}
	a:hover {color:#11eeac;}
	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}
	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0,
	#section1,
	#section2,
	#section3,
	#section4,
	#section5,
	#section6
{
		background-size: cover;
		background-attachment: fixed;
	    background-position: center;

	}
	/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(imgs/bg1.jpg); 
		padding: 30% 0 0 0;
	}
	#section1{
		background-image: url(imgs/bg3.jpg);
		padding: 6% 0 0 0;
	}
	#section2{
		background-image: url(imgs/bg4.jpg);
		padding: 6% 0 0 0;
	}
	#section3{
		background-image: url(imgs/runner2.jpg);
		padding: 6% 0 0 0;
	}
	#section4{
		background-image: url(imgs/bg5.jpg);
		padding: 6% 0 0 0;
	}
	#section5{
		background-image: url(imgs/bg-1a-haigh.jpg);
		padding: 6% 0 0 0;
	}

	.down {
	position:absolute;
	bottom:2em;
	right:2em;
	margin:auto;
	font-size:5em;
}
	.down a, .down a:hover {
	color:#fff}

	.soc {
	margin:0;
	padding:0;
	margin-top:1.2em;
	}
	.soc i{
	padding:0.1em;
	font-size:4em;
	}
	.soc a{
	color:#11eeac;
	}
	.soc a:hover {
	color:#ee1153;
	}

	.auto-style1 {
		border-width: 0px;
	}
    .row {min-height: 175px;}
