html {
	scroll-behavior: smooth;
	background-image: url('https://thumbs.dreamstime.com/z/diamond-gem-7425427.jpg?w=768');
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

/* CSS Styles */
/* Add your custom styles here */
a:hover{
	color:black;
}

body {
	font-family: Segeo UI;
	font-size: 90%;
	margin: 10px;
	padding: 0px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.enlarged {
	width: 200px;
	height: 200px;
}

.enlarge-image {

	cursor: pointer;
	transition: transform 0.3s ease-in-out;
}

.enlarge-image:hover {
	transform: scale(1.2);
}

header {
	position: relative;
	background-image: url("https://scontent.fixe1-1.fna.fbcdn.net/v/t39.30808-6/350660670_917386756013764_7539016549792003579_n.jpg?stp=dst-jpg_p206x206&_nc_cat=101&ccb=1-7&_nc_sid=da31f3&_nc_ohc=4AQFlUnh8-4AX8mR5pE&_nc_ht=scontent.fixe1-1.fna&oh=00_AfAv6SUm_SI6HrmA4-pUC1zHs3T0GmImAEjb--oL242rUQ&oe=647A3792");
	background-size: contain;
	background-position: center;
	height: 200px;
	text-align: center;
}

.overlay {
	position: relative;
	top: 0;
	left: 0;
	width: 98%;
	height: 80%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Adjust the last value (0.5) to control the darkness */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	padding: 12px;
	border-radius: 25px;
}

.overlay h1,
.overlay p {
	margin: 0;
}

.header::before {
	content: "";
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(0, 0, 0, 0);
	/* Adjust the opacity as needed */
}

img {
	margin: 20px;
}

nav {
	position: center fixed;
	margin: 20px 0;
}

nav ul {
	top: 50%;
	padding: 10px;
	text-align: center fixed;
	list-style: armenian;
	margin: auto;
	background-image: linear-gradient(45deg, black, #444040);
	border-radius: 50px;
}

nav ul li {
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
	cursor: pointer;
}

li:hover {
	color: black;
}

ul li:hover {
	background-color: #fff;
	border-radius: 5px;
	transition: 0.8s;
	padding: 5px;
	color: black;
	color: #000;
}

footer {
	text-align: center;
	padding: 20px;
	background-color: lightgray;
	border-radius: 25px;
}

.Size {
	font-size: 50px;
}


a {
	text-decoration: none;
	color: white;
	font-size: 20px;
}

#contact {
	padding: 2px 2px;
	background-color: none;
	text-decoration: none;
	color: Black;
	border-radius: 4px;
}

#services-list {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;

}

#wa {
	padding: 10px;
	border-radius: 20px;
	background: url(images.png) no-repeat 6px center, limegreen ;
	background-size: 30px;
	font-size: 16px;
	color: White;
}

#wa:hover {
	padding: 10px;
	border-radius: 20px;
	border: black 2px solid;
	background: url(images.png) no-repeat 6px center, white ;
	background-size: 30px;
	box-shadow: black 3px 3px 3px 1px;
	font-size: 16px;
	color: black;
}
