@charset "UTF-8";
.icons.canoe{
  width: 12.44vw;
  height: 9.33vw;
  background-image: url(./img/canoe_illustration.png);
}
.icons.lake{
  width: 16.00vw;
  height: 10.78vw;
  background-image: url(./img/lake_illustration.png);
}
.icons.shore{
  width: 17.72vw;
  height: 7.78vw;
  background-image: url(./img/shore_illustration.png);
}
.icons.bass{
  width: 13.94vw;
  height: 5.33vw;
  background-image: url(./img/smallmouth_bass_illustration.png);
}
.icons.kayak{
  width: 22.11vw;
  height: 8.44vw;
  background-image: url(./img/kayak_fishing_illustration.png);
}
@media screen and (max-width: 1080px) {
  .icons.canoe{
    width: 31.35vw;
    height: 23.51vw;
  }
  .icons.lake{
    width: 40.32vw;
    height: 27.17vw;
  }
  .icons.shore{
    width: 44.65vw;
    height: 19.61vw;
  }
  .icons.bass{
    width: 35.13vw;
    height: 13.43vw;
  }
  .icons.kayak{
    width: 55.72vw;
    height: 21.27vw;
  }
}
