@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/background.png) no-repeat;
	background-size: 100% auto;
	background-position: center 0px;
}



.shadow{
	box-shadow:#000 0px 3px 10px;
}

.logo{
	margin-top:50px;
	float:left;
	height:91px;
	background: url(../images/telwest_logo.png) no-repeat;
	text-indent: -9999px;
}

button.phone{
	background: url(../images/button.png) no-repeat;
	background-size: 100% auto;
	background-position: center 0px; 
	height:34px;
	
}

.phone a{
	line-height:35px;
	color:white;
	font-family:'roboto';
	font-weight:400;
	font-size:20.45px;
}

header{
	height:175px;
	padding-bottom:0px;
	margin: 15px 0px 80px;
	
}
header nav{
    text-align: right;
	margin-top:40px;
	padding-bottom:18px;
	border-bottom:1px solid #fdad1b;
}
header nav ul{
    padding-left:43px;
	float:left;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 24px;
}

header nav li{
	margin-top:5px;
	margin-right:52px;
	display:inline-block;
	float:left;
}

header nav li:last-of-type{
	margin-right:0px;
}

header nav a, .footnav a{
	
	color:#0f2f52;
}

header nav a:hover{
	color:#fdad1b;
}

nav .selected{
	color:#fdad1b;
}

nav .selected:hover{
	color:#fdad1b;
}


#main h1{
	font-weight: 400;
	height:auto;
	margin-bottom:45px;
	text-align: center;
	font-family: 'roboto', sans-serif;
	font-size: 38px;
	color:#0f2f52;
}

#contact h1, p{
	text-align: left;
}

#contact p{
	margin-bottom:50px;
}

#contact ul li{
	font-size:20px;
}

#contact a{
	color:#0f2f52;
}

#contact a:hover{
	color:#fdad1b;
}

#contact div{
	margin-top:20px;
}

h1{
	font-weight: 400;
	height:auto;
	margin-bottom:45px;
	font-family: 'roboto', sans-serif;
	font-size: 38px;
	color:#0f2f52;
}

p{

	font-family:'Khula';
	font-weight:300;
	font-size:22.5px;
}

section{
	font-weight: 400;
	height:auto;
	margin-bottom:45px;
	font-family: 'roboto', sans-serif;
	font-size: 38px;
}

section aside{
	font-family:'Roboto';
	font-size: 18px;
	font-weight:300;
	line-height:30px;
}

#services{
	padding-left:69px;
	border-left:1px solid #fdad1b;
}
section aside ul li{
	line-height:21px;
	padding-bottom: 33.5px;
}

section aside ul li:last-of-type{
	padding-bottom: 0px;
}

#main p{
	margin-bottom:100px;
}

section p a{
	color:#fdad1b;
}

#main p{
	text-align:center;

}


aside img{
	margin-bottom:131.5px;
}

img:last-of-type{
	margin-bottom:0px;
}

footer{
	margin:100px 0 25px;
	height:95px;
	background:url(../images/footer.png) no-repeat;
	background-size: 100% auto;
	background-position: center 0px;
}

.footnav{
	margin-top:24.5px;
}

.footnav ul{
	font-family: 'roboto-light', sans-serif;
	font-size:22px;
	float:left;
}
.footnav li{
	padding-right:74.5px;
	display:inline-block;
	float:left;
	text-align:center;
}

.footnav li:last-of-type{
	padding-right:0px;
}


.footnav a{
	color:white;

}

.footnav a:hover{
	color:#fdad1b;
}

.footnav .selected{
	color:#fdad1b;
}

.footnav .selected:hover{
	color:#fdad1b;
}

footer p{
	color: white;
	font-family: 'roboto';
	font-style: thin;
	font-size:14px;
	text-align:right;
}
footer p a{
	margin-right:15px;
	color:#1995a0;
}