/**
Css general for all the pages
*/
body {
	background-repeat: repeat-x;
	background-image: url("media/background.png");
	background-color: #385583;
	text-align: justify;
}

#sub_body{
	background-color: white;
	min-width: 800px;
	width="95%";
	min-height: 800px;
	overflow: hidden;
	border-radius: 10px;
	margin-left: 17%;
	margin-right: 10px;
	margin-top: 10px;
}

header{	
	background-color: #DEDEDE;
	background-repeat: repeat;
	border-radius: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

header img{
	max-width:40%;
}

header table{	
	margin: auto;
}

footer{
padding: 3px;
margin: auto;
text-align: center;
}
h1 {
text-align: center;
}

a{
	text-decoration: none;
	color: #cb7919;
	font-size: 1.1em;
	border: none.
}

nav a:hover{
	text-decoration: none;
	color:  white;
	font-size: 1.3em;

}

nav a:visited {
 text-decoration: none;
 color: #DEDEDE;
}
li{
text-align: left;
}

img{
	display: block;
	margin: auto;
}
#current{
	background-color: grey;
}
section{
	padding: 1%;
}

/**
Css for the navigator
*/
nav {
	background-color: #5C5C5C;
	float:left;
	position: fixed;
	margin-top :10px;
	margin-left: 7px;
	max-height: 400px;
	max-width: 15%;
	padding-right: 1%;
	border-radius: 10px;
}
	
nav a{
    text-decoration: none;
	color: #cb7919;
	font-size: 1.3em;	
}
nav ul{
	padding: 3px;
	-webkit-padding-start: 5px;
}
nav li{
	list-style: none;
}

/**
Css for page home
*/

#intro{
	padding: 1%;
}

#school{
	margin: 1%; 
	border-radius: 10px;
	max-width: 45%;
	overflow: auto;
	float:left;
}

#cloudStack{
	margin: 1%;
	border-radius: 10px;
	max-width: 45%;
	overflow: auto;
	float:right;
}

#img_emn{
	size: 60%;
}

#logo_emn{
	width: 60%;
}
#logo_CloudStack{
	width: 60%;
}

#logo_btrCloudStack{
	width: 30%;
}
#logo_btrCloud{
width: 30%,;
}

#quote_left{
	float: left;	
}

#quote_reverse{
	float:right;
}
/**
Css for the page "meeting reports"
*/
#excel{
	text-align: center;
	margin:2%;
	display:table-column-group;
	float: right;
	width: 75%;	
	min-height:700px;
	height: 700px;
	max-height: 700px;
}

/**
Css for the page contacts
*/

.linkedIn{
	display: inline;
	width:20px;
	height:20px;
}
/*
First row of the team diagram
*/
#div1 section{
	display: inline-block;
	max-width: 45%;
}

#div1 .profile{
	float:left;
}
	
#div1 ul{
	float :right;
}

/*
Second row of the team diagram
*/
#div2 section{
	display: inline-block;
	width:30%;
	max-width: 30%;
}

/*
Last row of the team diagram
*/
#div3 section{
	display: inline-block;
	max-width: 45%;
}

#div3 .profile{
	float:left;
}

#div3 ul{
	float :right;
}

.profile{
	margin-left: auto; 
	margin-right: auto; 
	height: 200px;
}