/* Main Style Sheet
Global setting follow */
a{
	text-decoration:none;
	color:inherit; 
}

/*body{
	background-image:url(images/under-construction_128x128.png);
	background-repeat:no-repeat; 
	background-position:100px 50%;
}*/

img{
	object-fit:contain; 
}

/* Id settings follow */
div#address{
	display:flex; 
	text-align:right; 
	display:block; 
	padding-right:20px;
	color:#ffffff; 
}

div#content{
	margin-top:20px;
	text-align:center; 
}

div#content .c1{
	float:left; 
}

div#content img{
	justify-content:middle; 
}

div#footcopy{
	float:right;
	padding-right:20px; 
}

div#footer{
	font-size:80%;
	display:flex; 
	color:#ffffff; 
	background:#2e5674;
	border-radius:50px; 
	align-items:center; 
	justify-content:space-between; 
	box-shadow:5px 5px 5px #38678b; 
	padding-left:60px;
	padding-top:3px;
	padding-bottom:3px; 
	background-image:url(images/logo50grey.png);
	background-repeat:no-repeat; 
	background-position:0px 50%;
	box-shadow:5px 5px 5px #38678b;
	clear:both; 
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
}

div#title{
	display:flex; 
	color:#d3d3d3;
	background:#2e5674;
	border-radius:50px; 
	align-items:center; 
	justify-content:space-between; 
	padding-left:60px;
	background-image:url(images/logo50grey.png);
	background-repeat:no-repeat; 
/*	background-origin:content-box padding-box;*/
	background-position:10px 50%;
	box-shadow:5px 5px 5px #38678b;
}

/* Class settings follow */
.underline{
	text-decoration:underline; 
}
