@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	
  }
  
  body {
	font-family:Poppins
  }
  
  .navbar {
	width: 100%;
	min-height: 65px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 20px;
  }
  
  .navbar-logo {
	margin-left: 0px;
  }
  
  .navbar-items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
  }
  
  .navbar-item {
	font-size: 20px;
	color: black;
	margin-right:75px;
	position: relative;
  }
  
  .navbar-item:hover {
	color: rgb(168, 243, 69);
  }
  


		/* Add the following styles for the "show" class */
		.navbar-items.show {
display: flex;
flex-direction: column;
position: absolute;
top: 100%;
left: 1px;
width: 100%; /* Add this line */
background-color: white;
z-index: 999;
}
	
	
  
.nav-toggle {
border: 0px solid black;
padding: 10px;

position: absolute;
top: 12px;
right: 14px;
cursor: pointer;
z-index: 999;
cursor: pointer;
}
  
  .nav-toggle span {
	display: block;
	width: 22px;
	height: 4px;
	margin-bottom: 4px;
	background-color:  black;
  }
  
  @media (max-width: 768px) {
	.navbar-items {
	  display: none;
	}
	
	.nav-toggle {
	  display: block;
	}
	
	.navbar {
	  height: auto;
	}
	
	.navbar-logo {
	  margin-left: 0;
	}
	
	.navbar-item {
	  margin: 0;
	  width: 100%;
	  text-align: center;
	  padding: 20px 0;
	  border-top: 1px solid white;
	}
  }

  li {
    list-style: none;
  }

  li.image-item {
    list-style: none;
  }
h1{
    font-size: 1.7rem;
    font-weight: 900;
    color:red;
}

h2{
    font-size: 1.7rem;
    font-weight: 600;
}


h3{
    font-size: 1.2rem;
    font-weight: 900;
	color:red;
}


h4{
    font-size: 1.2rem;
    font-weight: 600;
}


h5{
	font-size: 1.7rem;
    font-weight: 900;
	color:blue;
}


h6{
	font-size: 1.7rem;
    font-weight: 900;
    color:black;
}

h7{
	font-size: .6rem;
    font-weight: 600;
	color:black;
}
h8{
	font-size: 1.2rem;
    font-weight: 600;
}
h9{
    font-size: 1.2rem;
    font-weight: 600;
	color:orangered
}
h10{
    font-size: .8rem;
    font-weight: 600;
	color:black;
}
h11{
    font-size: .8rem;
    font-weight: 600;
	color:blue;
}
h12{
    font-size: 1.7rem;
    font-weight: 900;
	color:blue;
}
