* {
  padding: 0px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #1A1A19;
}

.topnav {
  font-family: 'Poppins', sans-serif;
  background-color: #1A1A19;
  color: #A25D34;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  background-color: #1A1A19;
  color: #A25D34;
}

.topnav a:hover {
  text-decoration: line-through;
  color: #D0A380;
}

.primaryHeading {
  font-size: 60px;
  margin: 0 2px;
  color: #D0A380;
}

.secondaryHeading {
  font-size: 25px;
  margin: 0 2px;
  color: #D0A380;
}

#tilt {
  margin-top: 50px;
  width: 160px;
  height: 255px;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*# sourceMappingURL=styles.css.map */