@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700%7CCinzel");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700%7CLustria");
@import url("../apps/js/polls/polls-pack.html");
@media screen and (min-width: 1024px) {
  body #topnav .first > header a {
    padding: 0 20px;
  }
}
body #footer_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  margin: 20px 0 -10px 0;
}
body #footer_links a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body #footer_links {
    display: block;
    text-align: center;
  }
  body #footer_links a {
    font-size: 0.75rem;
    width: 24%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}

#storeImage {
  position: fixed;
  bottom: 30px;
  right: 0;
}
#storeImage img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #storeImage {
    display: none;
  }
}

#tsOverride_headerLink {
  position: absolute;
  z-index: 99999;
  top: 1vh;
  right: 1vw;
}
#tsOverride_headerLink a {
  text-decoration: none;
  background: #ec8d3e;
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.55);
  font-family: "Fjalla One", serif;
  color: black;
  padding: 5px;
  font-size: 18px;
  display: block;
  transition: all ease-in-out 0.5s;
}
#tsOverride_headerLink a:hover {
  background: white;
  color: black;
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  #tsOverride_headerLink a {
    padding: 15px;
    font-size: 1.5em;
  }
}
