/* @Zack https://atomiks.github.io/tippyjs/ */
html {
  background: #1c232f;
  font-family: "Akshar", sans-serif;
}


body {
  background: #1c232f;
  font-family: "Akshar", sans-serif;
}

#main_content {
  background: deeppink;
}

#main-container {
  margin: auto;
}

#main-header {
  height: 92px;
}

#shadow_mask {
  background: url(https://media4.giphy.com/media/3osxYcwi3hCVbzNYqY/giphy.gif) center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 455px;
  z-index: -3;
}

#actual_content {
  background: url(/static/beta/images/test_loop.png) center;
  z-index: 5;
  background-repeat: repeat-x;
  height: 455px;
}

.shadow_content {
  width: 930px;
  height: 275px;
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  min-width: 930px;
}

.shadow_content_left {
  width: 400px;
  height: 275px;
}

.shadow_content_right {
  width: 100%;
  height: 275px;
  position: relative;
}

.shadow_photo {
  width: 400px;
  height: 275px;
  background: url(/static/beta/images/400_275.png);
  position: relative;
  box-shadow: #000000 0px 0px 12px 1px;
}

.shadow_photo_labels {
  position: absolute;
  bottom: 0;
  color: #beee11;
  font-family: "Akshar", sans-serif;
  text-align: right;
  width: 400px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.95);
}

.shadow_content_holder {
  position: absolute;
  bottom: 0;
  color: white;
  margin: 20px 20px 0px 20px;
}
.shadow_content_holder h5 {
  font-family: "Akshar", sans-serif;
  font-weight: 300;
}
.shadow_content_holder h6 {
  font-family: "Akshar", sans-serif;
  font-weight: 300;
  color: lightskyblue;
}

.sh_left {
  text-align: left;
  width: 50%;
  color: lightskyblue;
}

.sh_right {
  text-align: right;
  width: 50%;
}

.steam_green {
  color: #beee11;
}

.shadow_tag {
  font-size: small;
  color: white;
  background: black;
  padding: 2px 6px 2px 6px;
  margin: 2px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}

.academy {
  margin-top: 8px;
  padding: 2px 0px 2px 10px;
  background: lightskyblue;
  cursor: pointer;
  color: #1c232f;
  font-weight: 800;
}

#gunspot_labs_notice {
  width: 930px;
  margin: auto;
  background: rgb(0, 0, 255);
  background: linear-gradient(90deg, rgba(241, 0, 255, 0) 50%, rgba(0, 212, 255, 0.8) 100%);
  flex: auto;
  justify-content: flex-end;
  flex-flow: column wrap;
  text-align: right;
  padding: 12px;
  color: bisque;
  filter: drop-shadow(0 0 0.75rem crimson);
}

hs4 {
  font-size: 18px;
  display: block;
  padding: 0px;
  margin: 0px;
}

hs5 {
  font-size: 14px;
  display: block;
  padding: 0px;
  margin: 0px;
}

.seo {
  display: none;
}

#header_container {
  background: url(/static/beta/images/camo_loop.gif);
  width: 100%;
  height: 92px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#main_left {
  background: url(/static/beta/images/m_left.png);
  width: 100%;
}

#main_right {
  background: url(/static/beta/images/m_right.png);
  width: 100%;
}

#header {
  min-width: 930px;
  background: url(/static/beta/images/m_left.png);
}

#header_layer_one {
  width: 930px;
  height: 41px;
  display: flex;
  justify-content: flex-end;
}

#gunspot_logo {
  width: 180px;
}
#gunspot_logo img {
  margin: 7px;
}

#filter_search {
  width: 150px;
  background: rgb(10, 36, 40);
  color: wheat;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#search_bar {
  width: 395px;
  background: rgba(25, 25, 25, 0.8);
  color: wheat;
}

#right_options {
  background: url(/static/beta/images/m_right.png);
  min-width: 208px;
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
  color: wheat;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}

#header_layer_two {
  width: 930px;
  height: 38px;
  margin-top: 12px;
  display: flex;
  justify-content: space-around;
}

.header_button {
  width: 120px;
  color: #ffc495;
  text-transform: uppercase;
  padding-top: 8px;
  margin: 0px 5px 0px 5px;
  text-align: center;
}
.header_button:link {
  text-decoration: none;
}
.header_button:hover {
  background: #333;
  color: #ffc495;
}

.header_button:visited {
  text-decoration: none;
  display: block;
  color: white;
  text-decoration: none;
  border: 1px wheat solid;
  border-top: none;
  padding: 2px 5px 2px 5px;
  margin-left: 15px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.788);
}

.header_active {
  background: rgba(0, 0, 0, 0.788);
}

.right_header_link:link {
  display: block;
  color: white;
  text-decoration: none;
  border: 1px wheat solid;
  border-top: none;
  padding: 2px 5px 2px 5px;
  margin-left: 15px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.788);
}
.right_header_link:hover {
  color: wheat;
  background: #06324b;
}

.tippy-box[data-theme~=tomato] {
  background-color: rgb(2, 27, 56);
  background: linear-gradient(90deg, rgba(16, 62, 148, 0.9) 50%, rgba(51, 51, 51, 0.9) 100%);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.788);
  color: rgb(218, 218, 218);
  border: dashed 1px #fff;
  font-size: 19px;
}

#home_searchbar {
  background: rgba(255, 255, 255, 0);
  border: none;
  display: block;
  width: 100%;
  outline: none;
  height: 20p;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}

::-webkit-scrollbar-track {
  border: 2px dashed rgb(32, 32, 32);
  border-top: none;
  border-bottom: none;
  background-color: #333333;
  margin: 30px;
}

::-webkit-scrollbar {
  width: 18px;
  background-color: #141414;
}

::-webkit-scrollbar-thumb {
  background-color: #444444;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #666;
  border-radius: 10px;
  width: 10px;
}

.welcome {
  padding-left: 10px;
  padding-top: 5px;
}

.top-mover {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
}

.left-gutter {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-gutter {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow {
  height: 160px;
  width: 45px;
  background: rgba(255, 255, 255, 0.095);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.shadow-label-content {
  display: flex;
  justify-content: space-between;
}

#first_slices {
  z-index: 5;
}

.cake {
  display: flex;
  justify-content: center;
  z-index: 1;
}

.pie {
  display: block;
  background: url(/static/beta/images/camo_loop.gif);
  width: 250px;
}

.filling {
  background-color: #181b23;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 8 8'%3E%3Cg fill='%230e2e4e' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
  min-height: 100%;
  width: 100%;
}

@media screen and (max-width: 1390px) {
  .pie {
    display: none;
  }
}

/*# sourceMappingURL=base.css.map */
