@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");


body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	z-index: auto; 
}		

a:active,
a:focus,
a:hover {
  color: #252525;
  text-decoration: none;
  outline: none;
  font-weight: 500; 
  font-weight: bold;
  }