* {
	
	padding: 0px;
	margin: 0px;
}

body{

}	
	
#headerTitle{
	font-size: 18px;
	padding-top: 20px;
	width: 190px;
	margin-left: auto;
	margin-right: auto;

}
#headerVocation{
	font-size: 18px;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}
#headerPhone{
	font-size: 18px;
	padding-top: 0px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#header {

	height: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 18px 18px 18px 18px;

}

#headerImageLogo{

	float: right;
	
	<!-- Required for responsivity-->;
	<!-- Max width is a proportion of the browser window -->;
	max-width: 15%;
	height: auto;
	
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	box-shadow: 5px 5px 5px grey;
	
}

#headerImageSusan {

	float: left;
	
	<!-- Required for responsivity-->;
	<!-- Max width is a proportion of the browser window -->;
	max-width: 15%;
	height: auto;
	
	margin-left: 10x;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	
	box-shadow: 5px 5px 5px grey;


}


#clickVideo{
	
	width: 45px;
	height: 15px;

	position: absolute;
    top: 44%;
    left: 66%;

}
