.navigation {
  background-color: #dfdddb;
  border-bottom: 1px solid #cccac8;
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: -146px;
  left: 0;
  right: 0;
}

.navigation a {
  display: inline-block;
  font-family: "Ringside Wide A", "Ringside Wide B";
  font-style: normal;
  font-weight: 500;
  color: #636261;
  text-decoration: none;
  font-size: 9px;
  border: 1px solid transparent;
  border-bottom-width: 2px;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 16px;
  border-radius: 10px;
  height: 66px;
  line-height: 132px;
  background-repeat: no-repeat;
  background-position: 50% calc(50% - 14px);
  background-size: 60% auto;
  width: calc(20% - 40px);
  max-width: 160px;
  min-width: 150px;
  letter-spacing: 3px;
  text-align: center;
  text-indent: 6px;
}

.navigation a.photo-gear {
  background-image: url(../images/Nav-Icon-Photo.png);
  background-size: auto 36px;
}

.navigation a.gadgets-tech {
  background-image: url(../images/Nav-Icon-Gadgets.png);
  background-size: auto 38px;
}

.navigation a.home-camp {
  background-image: url(../images/Nav-Icon-Home.png);
  background-size: auto 51px;
}

.navigation a.tools-gear {
  background-image: url(../images/Nav-Icon-Tools.png);
  background-size: auto 41px;
}

.navigation a.books {
  background-image: url(../images/Nav-Icon-Books.png);
  background-size: auto 63px;
}

.navigation a:hover {
  border-color: #cac8c7;
  background-color: #d8d6d4;
}

/* mobile nav */

body.smallscreen .navigation {
  top: 93px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  position: fixed;
  background-color: #2c2f37;
  display: none;
  transform-origin: left top;
  transform: rotate(-15deg);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.25s;
  padding-top: 30px;
}

body.smallscreen .navigation.active {
  opacity: 1;
  transform: rotate(0deg);
}

body.smallscreen .navigation a {
  display: block;
  font-family: "Ringside Wide A", "Ringside Wide B";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #9699a1;
  width: 100%;
  max-width: 600px;
  line-height: 66px;
  text-align: left;
  background-position: 30px center;
  padding-top: 0;
  padding-bottom: 0;
  text-indent: 100px;
  margin-bottom: 0;
  margin-top: 0;
}

body.smallestscreen .navigation a {
  font-size: 15px;
}

body.smallscreen .navigation a:hover {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

body.smallscreen .navigation a:active {
  background-color: rgba(0, 0, 0, 0.7);
}

body.smallscreen .navigation a.photo-gear {
  background-image: url(../images/mobile/Nav-Icon-Photo.png);
  background-size: auto 23px;
}

body.smallscreen .navigation a.gadgets-tech {
  background-image: url(../images/mobile/Nav-Icon-Gadgets.png);
  background-size: auto 25px;
}

body.smallscreen .navigation a.home-camp {
  background-image: url(../images/mobile/Nav-Icon-Home.png);
  background-size: auto 30px;
}

body.smallscreen .navigation a.tools-gear {
  background-image: url(../images/mobile/Nav-Icon-Tools.png);
  background-size: auto 23px;
}

body.smallscreen .navigation a.books {
  background-image: url(../images/mobile/Nav-Icon-Books.png);
  background-size: auto 30px;
}
