header{
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	color: white ;
	margin-bottom: 50px;
}

h1{
	position: absolute;
	left: 480px;
	top: 0px;
	color: black;
}
h2{
	font-size: 1.5em;
	color :black;
	position: relative;
	top: 30px;
}

nav{
	position:relative;
	top: 25px;
	width: 100%;
	justify-content: space-around;
	padding: 1px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

nav ul{
	list-style-type: none;
}

nav ul li{
	display: inline-block;
  	text-align: space-between;
  	position: relative;
  	width: 210px;
  	top: 3px;
  	left: 70px;
  	}

nav a{
	display: block;
	justify-content: space-around;
	text-decoration: none;
	color: black;	  
}

nav a:hover{
	color: #5963b5;
	text-decoration: underline;
}
 
#banniere_image img{
	width: 1250px;
}
#description p{
	width: 800px;
	margin: auto;
	margin-bottom: 20px;

}
h2,h3,h4{
	text-align: center;
}

h3, h4{
	font-size: 1.3em;

}
section p{
	text-align: left;
}


#photos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.element1, .element2, .element3, .element4, .element5, .element6{
margin: 5px 5px 5px 5px;
}
 
#photo1, #photo2, #photo3{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#infos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: space-between;
	margin : 10px 15px 10px 10px;
	padding : 5px 5px 5px 5px;
}
.info1, .info2, .info3 , .info4 , .info5 , .info6 , .info7 , .info8{
	border-width: 2px 2px;
	border-color: white;
	border-style: inset;
	border-radius: 5px;
	padding: 3px 3px 6px 1px;
	margin : 3px 3px 15px 15px;
	width: 330px;
	height: 280px;
	align-content: center;
	background-color:#e0edff;
	color: black;

}

#infos{
	display: flex;
	justify-content: center;
}


body{
	background-color: #ffffff;
}

h5{
font-size: 1em;
text-align: center;
}


#contact h3{
	text-align: left;
	font-size: 1.8em;
	color: #5963b5 ;
	margin: 10px;
}
#contact p{
	margin: 13px ;
}
form{
	padding: 10px;
	width: 280px;
	font-weight: bold;
}

input{
	margin: 5px 3px 2px 2px;

}
#mess{
	margin: 8px 20px 1px 1px;
}

button,input,select,textarea{
	font-family: inherit;
	font-size: 100%;
}

input{
	display: flex;
	vertical-align: baseline;
}


footer {
display: flex;
justify-content: center;
border-top: 2px solid black;
}

footer p {
	display: flex;
	justify-content: center;
	color: black;
	font-weight: bold;
	padding-top: 5px;
}

#melbourneadelaide p{
	position: absolute;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 50px 60px 30px 310px;
	text-align: justify;
}

#adelaideperth p{
	position: absolute;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px 1px 6px 310px;
	text-align: justify;

}

#perthdarwin p{
	position: absolute;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px 30px 10px 310px;
	text-align: justify;

}

.ma {
	position: relative ;
	margin: 30px 50px 50px 50px;
}

#ap, #pd{
	position: relative;
	margin: 30px 50px 50px 50px;

}

#galeriephoto{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#galeriephotos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#galeriephotos2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#videos h4{
	text-align: left;
}