@font-face {
    font-family: 'vegur';
    src: url('fonts/vegur.eot');
    src: url('fonts/vegur.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur.woff') format('woff'),
         url('fonts/vegur.ttf') format('truetype'),
         url('fonts/vegur.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vegurbold';
    src: url('fonts/vegurbold.eot');
    src: url('fonts/vegurbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegurbold.woff') format('woff'),
         url('fonts/vegurbold.ttf') format('truetype'),
         url('fonts/vegurbold.svg#vegurbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	height: 100%;
}
body { 
	min-height: 100%; 
	height: 100%;
}
html, body, div, h1, p, a, em, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
ol, ul, li {
	list-style: none;
}
a 
{
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
body { 
	font-family: vegur;
	color: #fff;
	background: #339467;
}
#logo {	
	width: 640px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -220px;
	
	z-index: 2;	
}
nav {
	width: 100%;
	height: 70px;
	position:absolute;
	bottom: 50%;
	margin-bottom: -110px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	z-index: 999;	
}
nav ul li {	
	display:inline;
	margin: 5px;
	margin-right: 20px;
} 
nav.fixed ul li {
	margin-right:5px;
}
nav li {
	position: relative;
	top: 25px;
}
nav.fixed {
	position: fixed;
	top: 0;
	background: #fff;
}
nav.fixed a {
	color: #000;
}
nav.fixed a:hover {
	color: #aaa !important;
}


#home, #about, #services, #commitment, #contact, #partners {
	width:100%;
	height:100%;
	position: relative;
	background-color: #339467;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
#home {
	background-image: url('img/london1.jpg'); 
}
#about {
	background-image: url('img/london2.jpg'); 
}
#services {
	background-image: url('img/london3.jpg'); 
}
#commitment {
	background-image: url('img/london4.jpg'); 
}

#contact {
	background-image: url('img/london5.jpg'); 
}
#partners {
	background-image: url('img/london6.jpg'); 
}
.container {
	width: 80%;
	max-width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: table-cell; 
	vertical-align: middle;
	margin-top: -70px;
	margin-left: -320px;
}

.container2 {
width: 80%;
max-width: 800px;
position: absolute;
top: 50%;
left: 50%;
display: table-cell;
vertical-align: middle;
margin-top: -200px;
margin-left: -320px;
font-size:small
}

h1 {
	padding-bottom: 20px;
	font-family: 'vegurbold';
	font-size: 32px;
}
p {
	margin: 20px 0;
	font-size: 21px;
	line-height: 30px;
}

.p2 {
	margin: 20px 0;
	font-size: 14px;
	line-height: 30px;
}
.fixed .selected {
	color: #aaa !important;
}

.contact {
left: 30.5%;
}
.links {
	position: absolute;
left: 52%;
top: 70%;
width: 305px;
}

.links a {
	font-size:21px;
	margin-right:60px;
}
#footer {
	height: auto;
background:white;
color:black;
position: fixed;
width: 100%;
bottom: 0px;
text-align:center;
z-index: 500;
opacity:0.7;
padding:3px;
font-size: 14px
}

footer a {
font-size: 14px;
color: inherit;
}