@font-face {
    font-family: Gangstergrotesk Bold;
    src: url(gangstergrotesk-bold.otf);
}

@font-face {
    font-family: Gangstergrotesk Regular;
    src: url(gangstergrotesk-regular.otf);
}

@font-face {
    font-family: Gangstergrotesk Light;
    src: url(gangstergrotesk-light.otf);
}

body {
	font-family: Gangstergrotesk Regular;
	font-size: 20px;
	line-height: 1.1;
  text-align: center;
	
	background-color: #161616;
	color: #FEFFFF;
	margin: 0 auto 0 auto;
	width: 100%;
}

header {
  width: 100%;
  padding: 20px;
  background-color: #161616;
  
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
/* Flexbox */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  width: 20px;
}

header nav a {
  font-size: 16px;
  line-height: 1;
  color: #FEFFFF;
  text-decoration: none;
  text-transform: lowercase;
  margin-left: 15px;
}

.active {
  padding-bottom: 2px;
  border-bottom: 1px solid #FEFFFF;
}

.hero img {
  width: 100vw;
}

.about {
  padding: 30px;
}

.about div {
  width: 80%;
  margin: 0 auto 40px auto;
}

.about h2 {
  font-family: Gangstergrotesk Bold;
  font-size: 50px;
  line-height: 1.1;
  max-width: 700px;
  margin: 0 auto 0 auto;
  margin-bottom: 60px;
}

.about p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
  
p a {
  color: #FEFFFF;
  text-decoration: none;
  border-bottom: 1.25px solid #FEFFFF;
}

.story h2, .weights h2, .alternates h2,
.arrows h2, .text h2, .set h2, .credits h2, .contact h2 {
  font-family: Gangstergrotesk Bold;
  font-size: 50px;
  line-height: 1.1;
  margin-top: 40px;
  margin-bottom: 40px;
}

.story p {
  width: 70%;
  margin: 40px auto 40px auto;
  padding: 30px;
}

.credits p {
  line-height: 1.5;
  margin: 0px auto 0px auto;
  padding: 0 30px 30px 30px;
}

.set {
  margin-bottom: 40px;
}

footer {
  font-family: Gangstergrotesk Regular;
  font-size: 16px;
  padding: 20px;
  
/* Flexbox */
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

footer a {
  color: #FEFFFF;
	text-decoration: none;
  text-transform: lowercase;
}

footer nav a {
  width: 16px;
  margin-left: 5px;
  display: inline;
}

/* Contact page */
.contact { 
 margin-top: 100px;
 margin-bottom: 100px;
}

/* Mobile versions */
@media (max-width: 770px) {
  
.hero img {
  width: 100vw;
  padding-top: 50px;
}
  
 .about h2 {
  font-family: Gangstergrotesk Bold;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 60px;
}
  
.story h2, .weights h2, .alternates h2,
.arrows h2, .text h2, .set h2, .credits h2 {
  font-family: Gangstergrotesk Bold;
  font-size: 35px;
  }
}

@media (max-width: 660px) {
  
 .contact h2 {
  font-family: Gangstergrotesk Bold;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  
 body {
    font-size: 16px;
  }
  
.about {
  padding: 30px;
}

.about div {
  width: 100%;
  margin: 0 auto 0px auto;
}

.about h2 {
  font-family: Gangstergrotesk Bold;
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 40px;
}
  
.story h2, .weights h2, .alternates h2,
.arrows h2, .text h2, .set h2, .credits h2 {
  font-family: Gangstergrotesk Bold;
  font-size: 25px;
  }
  
 .story p {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 30px;
}
}

@media (max-width: 360px) {

 .about h2 {
  font-family: Gangstergrotesk Bold;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 60px;
}
  
.story h2, .weights h2, .alternates h2,
.arrows h2, .text h2, .set h2, .credits h2 {
  font-family: Gangstergrotesk Bold;
  font-size: 22px;
  }
}