body{
	margin:12px;	
	background-image:url(imgs/globe.png);
	background-size:contain;
	background-repeat:no-repeat ;
	background-color:black;
}
#header {
	top:0 ;
	width:100% ;
	position:fixed;
	background:black;
	padding-bottom:-50px ;
	color:white;
	text-align:right;
	justify-content:space-between;
	box-shadow: inset 0 .5em 1.5em rgba(5, 0, 5, .1), inset 0 .125em .5em rgba(5, 0, 5, .15);
	border-bottom-right-radius:20px ;
	border-bottom-left-radius:20px ;

}
.menus{
	margin:none ;
	padding:2px;
	text-align: center;
	padding-right:100px;
	color:white ;
}
.mehn{
	background:papayawhip;
	color:black;
	padding:5px;
	border-radius:2px ;
}
.mehn:hover{
	border:1px solid papayawhip ;
	transition:.5s ease ;
}
.mehh:hover{
	border:1px solid papayawhip ;
	transition:.5s ease ;
}
.mehh {
	color:white;
	padding:5px;
	border-radius:2px ;
}
li {
	display:inline-block;
	color:white;
	text-align:center;
	padding:10px 15px 12px;
	font-size:100%;
}
a {
	text-decoration:none;
	justify-content:space-between ;
}
button {
	padding:5px;
	background:none;
	border:1px solid papayawhip;
	color:white ;
	width:80px ;
	float:right;
}
button:hover {
	cursor:pointer ;
	background:papayawhip;
	color:black;
	transition:.5s ease;

}

.header{
	background:none ;
}
.header-title{
	font-size: 35px;
	color:white;
	padding: 6px;
}
#menu-header{
	background-color: black;
}
marquee{
	background-color:whitesmoke;
	color:black ;
}
textarea{
	width:50%;
	height:200px ;
}
#contact.container{
	max-width: 100%;
	padding: 20px;
	
}
#contact-form-style{
	width: 40%;
	height: 400px;
	padding:25px ;
	align-content:center;
	align-items:center;
	justify-content:center;
	border:25px solid papayawhip;

}

.text-message {
	height: 25px;
	width:95% ;
}
.text{
	height: 45px;
	width:95% ;
	cursor:pointer ;
	border-radius:20px;
	color:black;
	text-decoration:none ;
	background-color:papayawhip;
}
.text:hover{
	background-color:red;
	color:white ;
	transition:.7;
}
#contact-address{
	width:40%;
	padding:25px ;
	align-items:center;
	align-content:center ;
	justify-content:center ;
	height: 450px;
	float: left;
	border:2px solid #34a;
	background-color: #fff;

}

.my-icon {
	height:21px;
	width: 30px;
	padding-left: 12px;
}

input {
	width:300px;
}
.mems{
		height:250px;
		width:100% ;
		color:papayawhip;
		background-repeat:no-repeat;
		text-align:center;
		color:white;
		font-family:Consolas;
		font-weight:bolder;
		font-size:100px ;
	}
	.lek1{
		float:left;
		justify-content:space-between ;
	}
	.lek2{
		float:left;
		justify-content:space-between ;
	}

	#foot{
		color:white;
		background-image:url(imgs/3.jpg);
		background-repeat:no-repeat;
		background-size:cover ;
		width:100%;
		height:250px;
		margin-top:350px ;
	}
	hr{
		border:1px solid white ;
	}
	#foot p{
		text-align:center;
		font-family:Calibri ;
	}
	.trl{
		margin-left:500px ;
	}
	.leftis{
		float:left;
		width: 33.3%; 
		text-align: center;
	}
	.leftis p{
		color:ghostwhite ;
		text-align:center;
	}
	.leftus{
		float:right;
		width: 33.3%; 
		text-align: center;
	}
	.leftus p{
		color:ghostwhite ;
		text-align:center;
	}
	.leftos{
		float:right;
		width: 33.3%; 
		text-align: center;
	}
	.leftos p{
		color:ghostwhite ;
		text-align:center;
	}

