#mainnav2 a {
  color: #000;
  font-size: calc(15px + 0.390625vw);
  font-family: 'Cabin';
}

#mainnav2 .nav-link.active {
  background-color: rgba(255,255,255,0);
  /*font-weight: bold;*/
}

a.navbar-brand.navbar-link {
  height: 100%;
}

.logosmall {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer {
  position: fixed;
  height: 50px;
  bottom: 0;
  width: 100%;
}

footer {
  margin-top: auto;
}

body {
  background-image: url(../../assets/img/classic-goes-pop-header-final-silver-pur_bbb.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}

a:focus, a:hover {
  text-decoration: none;
  color: #ffc73f;
}

a {
  transition: all .2s ease-in-out;
  color: #ffc73f;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

p {
  margin-bottom: 0px;
}

