body{
  background-image: repeating-linear-gradient(to bottom right, Black, Gold, Black 7%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
main{
  background-color: Black;
}
header{
  background-image: linear-gradient(to bottom right, Black, Red, Black);
}
.Font1{
  font-family: Black Ops One;
  font-weight:normal;
}
.Font2{
  font-family: Spectral;
  font-weight:normal;
}
.Grad1{
  background-image: linear-gradient(to bottom, Red, Gold, Red);
}
.Grad1B{
  background-image: linear-gradient(to bottom right, Red, Gold, Red);
}
.Grad2{
  background-image: linear-gradient(to bottom, Gold, Red);
}
.Grad2.Hover:hover{
  background-image: linear-gradient(to bottom, White, Gold);
}
.Grad3{
  background-image: linear-gradient(to bottom, Black, Red, Black);
}
.Grad3.Hover:hover{
  background-image: linear-gradient(to bottom, White, Gold, White);
}
p{
  color:Gold;
}
@media (max-width: 768px) {
  .Grad3.active{
    background-image: linear-gradient(to bottom, White, Gold, White);
  }
}