/* Variables */
:root {
  --blue_steel: #4a6a8a;
  --light_gray: #696969;
  --light_gray_50: #696969cc;
  --accent: #B6711A;
}

/* Classes */
body {
  font-family: Arial, sans-serif;
  /* margin: 40px; */
  background-color: #0a0a0a;
  color: var(--light_gray);
}
a {
  text-decoration: none;
}
h1 {
  color: var(--accent);
  align-content: center;
  text-align: center;
  margin: auto;
  width: 100%;
  text-decoration: underline;
  font-family: Impact, 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  align-content: center;
}
.header {
  height: 400px;
  width: 100%;
  z-index: -100;
  background-image: url("./images/Gun Duck Banner_big.png");
  background-repeat: no-repeat;
  background-position: center;
}
.content {
  max-width: 800px;
  margin: auto;
  padding: 20px 0 150px 0;
}
.logo {
  height: 400px;
}
.nav {
  text-align: center;
  align-content: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: var(--light_gray_50);
}
.nav a {
  margin: 15px;
  font-size: xx-large;
  color: antiquewhite;
  font-weight: bolder;
}
.nav a:hover{
  color: var(--accent);
}
.active{
  color: var(--accent) !important;
  font-size: xx-large;
  font-weight: bolder;
}
.media_icon {
  height: 50px;
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
.center {
  text-align: center;
  align-content: center;
  margin: auto;
}
.text {
  color: antiquewhite;
  font-size: large;
}
.mySlides {
  display:none;
}
.footer{
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.ffc {
  color: var(--blue_steel);
  font-weight: bolder;
}
.ffc:hover {
  color: greenyellow;
}
.mailto {
  color: antiquewhite;
  font-weight: bolder;
}
.mailto:hover {
  color: var(--accent);
}
.about_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 5px;
  grid-template-areas: "about_img about_text";
}
.service_options {
  text-align: center;
}
.service_options ul {
  padding: 0;
}
.service_options li {
  color: antiquewhite;
  text-decoration: none;
  display: inline-block;
  margin: 5px;
  padding: 10px;
  border: 2px solid var(--accent);
  cursor: pointer;
}
.service_options li:hover {
  background-color: var(--blue_steel);
}
.service {
  display: none;
  width: 100%;
  text-align: center;
  position: relative;
}
.service img {
  height: 250px;
  width: 250px;
  border: 2px solid var(--blue_steel);
  cursor: pointer;
}
.service_div {
  display: inline-block;
  align-content: center;
  position: relative;
  height: 350px;
  width: 250px;
  margin: 0 2px;
}
.service_div_text {
  position: absolute;
  color: antiquewhite;
  text-align: left;
  height: 250px;
  width: 250px;
  background-color: var(--light_gray_50);
  top: 0;
  margin: 2px 0 0 2px;
  display: none;
}
.product {
  height: 250px;
  width: 250px;
  position: relative;
}
.product_text {
  margin: 5px 0;
  color: antiquewhite;
  text-align: center;
}
.service_div_text p {
  margin: 0;
}
.service_div_close {
  position: absolute;
  top: 0;
  right: 0;
}
.top_text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}
.middle_text {
  position: absolute;
  top: 15%;
  left: 0;
  padding: 5px;
}
.bottom_text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
}



.w3-black {
  color: #fff !important;
  background-color: #2c3e50bc !important;
}
.w3-black:hover {
  background-color: #000 !important;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%,-50%);
}
.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%,-50%);
}
.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 80px 32px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-content, .w3-auto {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}
.w3-tooltip, .w3-display-container {
    position: relative;
}

.w3-content img {
  max-height: 800px;
  margin: auto;
}

/* IDs */

/* Phone Scaling */
@media screen and (max-width: 600px) {
  .header {
    height: 50px;
    width: 100%;
    z-index: -100;
    background-image: url("./images/banner_small.png");
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .nav a {
    margin: 5px;
    font-size: large;
    color: antiquewhite;
    font-weight: bolder;
  }
  .nav {
    text-align: center;
    align-content: center;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: var(--light_gray_50);
  }
  .about_content {
    display: block;
  }
}