* {
  margin: 0;
  padding: 0;
}

html {
  background-color: black;
  color: white;
  line-height: 1.4;
  font-size: 16pt;
}

nav {
  justify-content: space-between; 
}

nav a{
  padding: 20px; 
  text-align: right;
  text-decoration: none; 
  color: white; 
  font-size: 1.2rem; 
  padding-inline-end: 20px;
}

a:hover {
  text-decoration: underline;
}

h2 {
  text-align:center;
  margin: 30px;
}

navi {
  display: flex
}

nav h1 {
  font: impact;
  color: #ffcc00;
  -webkit-text-stroke: black 2px;;
  padding: 0px 0px 0px 20px;
  margin: 0px
}

nav h3 {
  font-size:40px;
  position: absolute;
  color: black;
  -webkit-text-stroke: #ffcc00 1px;;
  left: 120px;
  top: 0px;
}

.headline {
  position:relative
}

.splash {
  height: 1200px;
  width: auto;
  background-image: url("assets/lead_ultrasharp.png");
  background-size: cover;
  background-position: right;
}

.hard {
  position: absolute;
  font-family: turret road, 'Times New Roman', Times, serif;
  font-size: 120px;
  font-weight: 800;
  text-align: right;
  top: -60px;
  right: 30px;
}

.cal {
  position: absolute;
  font-family: turret road, times-new-roman;
  font-size: 240px;
  font-weight: 800;
  color: red;
  text-align: right;
  top: -105px;
  right: 30px;
}

.hook {
  position: absolute;
  font-family: oswald, 'Times New Roman', Times, serif;
  font-size: 32px;
  font-weight: 400;
  text-align: right;
  width: 650px;
  top: 350px;
  right: 30px;
}

h2{
  font-family: oswald, 'Times New Roman', Times, serif;
  font-size: 65px;
  font-weight: 800;
}

.intro {
  display: grid;
  grid-template: repeat(4, 680px) / repeat(2, 690px);
  justify-self: center;
  gap: 60px;
}

.middle{
  margin: 30px 400px 30px;
  justify-self: center;
}

.final {
  margin: 30px 400px 30px;
  justify-self: center;
}

.img1 {
  background-color: red;
  background-image: url("assets/receivers.jpg");
  background-size: cover;
  background-position: right;
}

.img2 {
  background-color: red;
  background-image: url("assets/bolt.jpg");
  background-size: cover;
  background-position: left;
}

.img3 {
  background-color: red;
  background-image: url("assets/grip.jpg");
  background-size: cover;
  background-position: center;
}

.img4 {
  background-color: red;
  background-image: url("assets/stock-cropped.jpg");
  background-size: cover;
  background-position: center;
}

.Sources{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.Sources a{
  color: white;
  text-decoration: none;
}
.Sources a:hover{
  color: white;
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  .hard {
  position: absolute;
  font-family: turret road, 'Times New Roman', Times, serif;
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  top: -60px;
  right: 30px;
}

.cal {
  position: absolute;
  font-family: turret road, times-new-roman;
  font-size: 180px;
  font-weight: 800;
  color: red;
  text-align: center;
  top: 2px;
  right: 30px;
}

.hook {
  position: absolute;
  font-family: oswald, 'Times New Roman', Times, serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  width: 350px;
  top: 350px;
  right: 30px;
}
.splash {
  height: 1000px;
  width: auto;
  background-image: url("assets/lead_ultrasharp.png");
  background-size: cover;
  background-position: 25%;
  opacity:25%;
}

.intro {
  display: grid;
  grid-template: repeat(8, 580px) / repeat(1, 400px);
  justify-self: center;
  gap: 60px;
}
.middle{
  margin: 30px 30px 30px;
  justify-self: center;
}

.final {
  margin: 30px 40px 30px;
  justify-self: center;
}

.Sources{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 40px;
  text-align: center;
}
}