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

 body {
 	font-family: "Oswald" sans-serif;
 	font-weight: 400;
 	font-size: 16px;
 	line-height: 1.7;
 	padding: 15px;
 }

 header {
 	height: 95vh; 
 	background-image: linear-gradient(to right, rgb(86,20,176,0.9), rgb(219,214,92,0.5)), url(img1.jpg); 
 	background-size: cover;
 	background-position: 50% 50%;
	clip-path: polygon(0 0, 100% 0, 100% 80vh, 0 100%);
 }

.text-box {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
 .heading {
 	color: #FFF;
 	text-transform: uppercase;
 }

.heading-primary {
	display: block;
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 15px;
}

.heading-sub {
	display: block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 8px;
}

main {
	background-color: #f7f7f7;
	padding: 25rem 5rem;
	margin-top: -20vh;
}

.aButton {
  background: linear-gradient(to right, rgb(86,20,176,0.9), rgb(219,214,92,0.5)); 
  border: none;
  color: white;
  text-decoration: none;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  margin: 20px 2px;
  box-shadow: 3px 5px 5px #888888;
  border-radius: 12px;
  cursor: pointer; 
}

.aButton:hover  {
	transform: scale(1.1);
}
.not, h3 {
 	color: rgb(86,20,176,0.9);
 }

 .credit {
	text-decoration: none;
	font-size: 1.4rem;
	color: rgb(86,20,176,0.9);
	font-weight: 300;
}
