xbody	{
	xbackground-image: url("../images/IMG_20250124.jpg")
	}
.header-container
	{	
		box-sizing: border-box;
		position: relative;
		font-family: Arial, Helvetica, sans-serif, Ubuntu;
		z-index: 1;
		background: #fff;
	}


.bdy-container
	{	
		box-sizing: border-box;
		position: relative;
		font-family: Arial, Helvetica, sans-serif, Ubuntu;
	}



#header
	{	
		position: fixed;
		display: flex;
		top: 0;
		background-color: ;
		width: 100%;
		box-shadow: 0 30px 40px rgba(0,0,0,.1);
		align-content: center;
		justify-content: center;
		
	
	}


	
.header	{	
		padding: 2.5rem 50px 0.5rem 50px;
		display: flex;
		top: 10rem;
		#logo	{	width: 50px; float: left;	}
		#menu-bar	{	xwidth: auto;	
				}
		a	{	padding: 5px 15px 5px 15px;
				text-decoration: none;
				font-family: Arial;
				color: black;
			}
		a:hover	{
				color: #174AE8;
				xborder-radius: 10px;
				}
	}
	
.contact_address	{
	padding: 5px 15px 5px 15px;
	
	}
	
.contact	
	{	
		display: none;
	}
	
.contact_address:hover .contact
	{
	cursor: pointer;
	display: inline-block;
	position: absolute;
	font-size: 14px;
	a	{ display: flex:
		position: absolute;
		}
	}

@media only screen and (max-width: 992px)
	{
	#header	{
		display: block;
		position: fixed;
		
		}
	.header	{
		padding: 1.5rem 50px 1.5rem 50px;
		font-size: 14px;
		#logo	{	width: 20px; float: left;	}
		a	{	padding: 5px 7.5px 5px 7.5px;
			}
		
		}
	}


