:root {
	--forest-green: #228B22;
	--olive-green: #808000;
	--sage-green: #97976F;
	--kelly-green: #4CBB17;
	--hunter-green: #355E3B;
	--earthy-brown: #A67B5B;
	--terra-cotta: #E2725B;
	--rust-red: #8B2500;
	--deep-teal: #008080;
	--moss-green: #658B38;
	--olive-drab: #6B8E23;
	--forest-brown: #5E2612;
	--dark-khaki: #BDB76B;
	--rusty-orange: #CC5500;
	--sandstone: #C2B280;
	--sepia: #704214;
	--light-olive: #ACAC58;
	--khaki: #C3B091;
	--beige: #F5F5DC;
  }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*{
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Start Here */

nav ul{
    display: flex;
    justify-content: space-around;
    width: 50%;
	color:#fff;

}
nav span{
	cursor: pointer;
	font-weight: 700;
}
nav a{
	text-decoration: none;
	color: #fff;
}
nav span, nav li{
	font-size: 20px;
}
nav{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--earthy-brown);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
  }
main{
	background-image: url(/img/lawnmowerbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
}
.main-text{
	position: absolute;
	top: 45%;
	left: 75%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.main-text h1{
	font-size: 42px;
	color: var(--beige);
	font-weight: 700;
	margin-bottom: 10px;
}
.main-text p{
	font-size: 30px;
	color: var(--beige);
	font-weight: 500;
}
 button{
	padding: 10px 15px;
	margin-top: 5%;
	background-color: var(--earthy-brown);
	color: var(--beige);
	font-weight: 700;
	font-size: 25px;
	border-radius: 10px;
	border-color: var(--earthy-brown);
	cursor: pointer;
}
 button:hover {
	background-color: #977052;
  }

.main-text a{
	text-decoration: none;
	color: var(--beige);
}



#about-us{
	margin-top: 2%;
	display: flex;
	margin-bottom: 10%;
	margin-left: 10%;
	display: flex;
	margin-right: 10%;
	align-items: center;
	color: var(--hunter-green);

}
 h2{
	font-size: 45px;
	margin-bottom:.5% ;
	font-weight: 700;

}
#about-us p {
	width: 60%;
	font-weight: 500;
	font-size: 30px;
}
.about-img img{
	width: 400px;
	height: 650px;
	border-radius:30px;
}

#book-now p {
	display: none;
	color: var(--hunter-green);
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
  }
  



#services{
	width: 100%;
	display: flex;
	flex-direction: column;
	color: var(--hunter-green);
	margin-top: 50px;
}
#services h2{
	display: flex;
	text-align: center;
	justify-content: center;
	margin-bottom: 1rem;
	font-size: 45px;
	margin-bottom: 3%;
	font-weight: 750;
}
.row{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin-bottom: 5%;
}
#services div{
	width: 100%;
}
.row h3{
	width: 100%;
	text-align: center;
	margin-bottom: 0.5rem;
	font-size: 35px;
	margin-top: 1%;
	font-weight: 600;
}
.row p{
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin: 1% 10%;
	font-size: 30px;
	width: 80%;
	font-weight: 500;
}
.row img{
	height: 300px;
	width: 300px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	margin-bottom: 75px;
	margin-top: 50px;
}
#book-now{
	margin-top: 100px;
	margin-bottom: 20%;
}
#book-now h2{
	 text-align: center;
	 color: var(--hunter-green);

}



.right form{
    width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 15%;
	
}
form input, form textarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	border: 0;
	outline: none;
	background: var(--beige);
	padding: 15px;
	margin: 15px 0;
	 color: var(--hunter-green);
	font-size: 18px;
	border-radius: 6px;
	resize: none;

  }
.btn2{
	margin-top: 0;
	width: 10%;
}

footer{
	text-align: center;
	font-size: 20px;
}



/* -------------live typing-------------- */

#typing-text {
	font-size: 20px;
	color: var(--beige);
	font-weight: 500;
  }
  #cursor {
	display: inline-block;
	width: 2px;
	height: 1em;
	background-color: black;
	animation: blink 0.7s infinite;
  }
  
  @keyframes blink {
	0% {
	  opacity: 1;
	}
	50% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }





/* --------------------responsiveness----------------------- */

@media screen and (max-width: 650px) {
	/* Adjust font sizes for smaller screens */
	
	*{
		text-align: center;
		margin: 0;
	}
	main{
		background-image: url(/img/lawnmowerbg1.jpg);
	}
	.main-text{
		left: 50%;
    	transform: translateX(-50%) translateY(-20%);
		width: 85%;
	}
  
	nav li {
		display: none;
	}
	
	.row{
		flex-direction: column;
	}
	.row .lawn-mowing img {
	  width: 85%;
	}
	#about-us{
		flex-direction: column;
		text-align: center;
	}
	#about-us p{
		width: 90%;
	}
	.about-img img{
		border-radius: 50%;
		width: 300px;
		height: 300px;
		margin-top: 50px;
	}
	.btn2{
		width: 270px;
	}
  }