

p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  width: 930px;
  max-width: 90%;
  margin: auto;
  text-align: justify;
  margin-top: 2em;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 2em;
}

hr { max-width: 380px; margin-top: 3em; margin-bottom: 3em; }

h1 {
	
	  font-family: "Montserrat", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  width: 100%;
	  margin:auto;	
	  text-align: center;
	  margin-top: 2em;
	  margin-bottom: 0em;
}

h2 {
	
	  font-family: "Montserrat", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 200;
	  width: 100%;
	  margin:auto;
	  text-align: center;
}

.button {
  padding: 15px 20px;
  border: none;
  outline: none;
  background-color: #151515;
  color: #eee;
  border-radius: 7px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease-out;
  margin: auto;
  display: block;
  font-size: 1.4em;
}

.button:hover {
  transform: translateY(-3px);
}

.button-span {
  color: #aaa;
}

a { text-decoration: none; color: white; }

footer { 
	
	background: black;
	color: white;
	text-align: center;
	margin-top: 6em;
	padding: 4em;
	font-family: "Montserrat", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 100;
	  font-size: 0.8em;
}


@media (max-width: 640px) {
p {
	font-weight: 500;	
}
}