@import url(http://fonts.googleapis.com/css?family=PT+Sans);
body{
	background: url(../img/london.jpg);
	background-size: cover;
}
header{
	width: 100%;
	height: 75px;
	position: fixed;
	background: rgba(255, 255, 255,0.7);
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0 2px #ddd;
	text-align: center;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 100000;
	padding-left: 40px;
}
#head{
	width: 80%;
	margin:auto;
	height: 40px;
	background: #e74c3c;
	margin-top:75px;
	border-bottom: 1px solid #ddd;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 100000;
}
#head ul{
	margin-left:20px;
}
#head ul li{
	display: inline-block;
	margin-top:10px;
	width:15%;
}
#head ul li a{
	color:white;
	font-family: 'PT Sans';
	text-decoration: underline;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
#head ul li a:hover{
	text-decoration: underline;
	transition: all .2s ease-in-out;
}
header img{
	width:400px;
}
.contain{
	margin: auto;
	margin-top:10px;
	width: 80%;
	border-right: 2px solid #e74c3c;
	border-left: 2px solid #e74c3c;
	background: rgba(255, 255, 255,0.9);
	min-height: 500px;
	box-shadow: 0 0 2px #ddd;
	display:flex;
}
.container{
	margin: auto;
	margin-top:90px;
	width: 80%;
	background: rgba(255, 255, 255,0.7);
	min-height: 500px;
	box-shadow: 0 0 2px #ddd;
	display:flex;
}
nav{
	width:30%;
	background:white;
	height: 480px;
	text-align: left;
	padding-left: 20px;
	border-right: 2px solid #e74c3c;
	padding-top:20px;
	float:left;
	font-family: "PT Sans", sans-serif;
}
nav ul li{
	color:rgba(52, 152, 219,1.0);
	min-height:40px;
	width:100%;
}
nav ul li a{
	color:rgba(52, 152, 219,1.0);
	text-decoration: none;
	min-height: 20px;
	padding:5px;
	border-radius:3px;
	width:100%;
	transition: all .2s ease-in-out;
}
nav ul li a:hover{
	background: rgba(52, 152, 219,1.0);
	color:white;
	transition: all .2s ease-in-out;
}
#current a{
	background: rgba(52, 152, 219,1.0);
	color:white;
	padding:5px;
	border-radius:3px;
}
h2{
	padding:5px;
	width:200px;
	color:white;
	font-family: 'PT Sans';
	border-radius:5px;
	background:#f39c12;

}
.text{
	width: 90%;
	padding:20px 25px 25px 0;
	text-align: justify;
	font-family: "PT Sans", sans-serif;
	color:rgba(44, 62, 80,1.0);
	display: block;
}
.text .desc{
	width:80%;
	margin-left:50px;
	padding-left: 10px;
}
.text .desc p{
	width:90%;
	float:left;
	border-left: 3px solid rgba(52, 152, 219,1.0);
	padding-left: 20px;
}
.text .desc p.home{
	width:50%;
	float:left;
	border-left: 3px solid rgba(52, 152, 219,1.0);
	padding-left: 20px;
}
.text .desc p.multimedia{
	width:90%;
	float:left;
	border-left: 3px solid rgba(52, 152, 219,1.0);
	padding-left: 20px;
}
.home{
	width: 90%;
	padding:20px 25px 25px 0;
	text-align: justify;
	font-family: "PT Sans", sans-serif;
	color:rgba(44, 62, 80,1.0);
	display: block;
}
.home .desc{
	width:80%;
	margin-left:50px;
	padding-left: 10px;
}
.home .desc p{
	width:50%;
	float:left;
	border-left: 3px solid rgba(52, 152, 219,1.0);
	padding-left: 20px;
}
.ad{
	width:210px;
	margin-left:430px;
	margin-top:20px;
	background:#e74c3c;
	padding:20px;
	color:white;
	text-align: left;
	font-family: 'PT Sans';
	position:absolute;
}
footer{
	width: 100%;
	height:60px;
	padding-left:40px;
	padding-top:5px;
	color:white;
	background:rgba(44, 62, 80,0);
	position:fixed;
	margin-top:20px;
	font-family: "PT Sans", sans-serif;
	font-size:12px;
	text-transform: uppercase;
}
.text .desc p.galerie a{
	padding:10px;
	background:rgba(52,152,219,1);
	color:white;
	font-family: 'PT Sans';
	transition: all .2s ease-in-out;
	cursor: pointer;
	text-decoration: none;
	border-radius:5px;
	font-size: 18px;
}
.text .desc p.galerie a:hover{
	background:#e74c3c;
	transition: all .2s ease-in-out;
}
