* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  scroll-behavior: smooth;

  z-index: 20;
}

html {
  overscroll-behavior-y: none;
}

body {
  height: 100%;

  margin: 0;

  color: white;
  background-color: #6c97b8;

  overscroll-behavior-y: none;
}

p, .content {
  margin: 0;

  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7em;

  word-wrap: break-word;

  margin: 0 5%;
  padding-bottom: 20px;

  opacity: 1;
}

#background {
  position: fixed;
  display: block;

  min-width: 100%;
  min-height: 100%;

  top: 80px;

  background: url('../images/gensitebackground.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  background-size: cover;
  background-color: #6c97b8;

  z-index: 1;

  -webkit-transform: translate3d(0,0,0);
}

header {
  display: block;
  position: fixed;

  width: 100%;
  height: 129.55px;

  top: 0;
  left: 0;

  background-color: #4E7EA3;
  border-bottom: 1px solid white;

  z-index: 9999;
}

#header-img {
  display: inline;
  position: absolute;

  transition: all .2s ease-in-out;

  height: 109.55px;
  width: 67.95px;

  padding-top: 10px;

  left: 0;
  right: 0;
  margin: auto;
}

.menu-buttons {
  position: absolute;
  display: block;
  transition: all .2s ease-in-out;

  padding-top: 45px;

  height: 60px;
}

.menu-buttons:hover, #header-img:hover {
  transform: scale(1.1);
}

#shopmenu {
  left: 4%;
}

#contactmenu {
  left: 18%;
}

#aboutmenu {
  left: 33%;
}

#productmenu {
  right: 33%;
}

#locationsmenu {
  right: 18%;
}

#sdsmenu {
  right: 4%;
}

.expanding-menu {
  position: relative;
  display: inline-block;

  top: 130px;
  width: 100%;
  height: 100vh;

  z-index: 200;

  background-color: rgba(0, 0, 0, 0.5);

  overflow: scroll;
}

.dropdown-content a {
  display: block;

  padding: 14px 16px 14px 5%;

  background-color: #6c97b8;
  opacity: 1.0;

  text-decoration: none;
  font-family: "Raleway", sans-serif;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.dropdown-content a:hover {
  background-color: #4E7EA3;
}

.click-off {
  position: fixed;

  width: 100%;
  height: 100%;

  background-color: black;
  opacity: 0.3;

  cursor: pointer;

  z-index: 199;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.no-scroll {
  overflow: hidden;
}

h1 {
  display: block;

  font-family: "Montserrat", sans-serif;
  font-size: 60px;

  margin: 0 5%;
  padding-bottom: 20px;

  text-align: left;
}

.page-title {
  display: block;
  position: relative;

  background-color: #a9c2d5;

  width: 100vw;
  height: 70px;

  margin-bottom: 20px;
  margin-top: 160px;
}

.close-out {
  display: block;
  position: fixed;

  z-index: 10000;

  width: 30px;

  right: 6%;
  top: 6%;

  transition: all 0.4s;
}

.close-out:hover {
  cursor: pointer;

  transform: scale(1.05);
}

.holder {
  display: block;
  position: absolute;

  width: 100%;
  height: 100%;

  padding: 5%;

  box-sizing: border-box;
}

#click-off {
  position: absolute;
  overflow: hidden;

  transition: all .2s ease-in-out;

  background-color: black;
  opacity: 0.7;

  height: 100%;
  width: 100%;

  z-index: 1000;
}

#click-off:hover {
  cursor: pointer;
}

.pop-up-hide {
  display: none;
}

.container {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  height: 95%;

  padding: 2vw 5%;

  overflow: hidden;

  text-align: center;
  z-index: 20;

  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

a {
  color: white;
}

.center {
  text-align: center;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;

  font-size: 12px;
  font-family: "Open Sans", sans-serif;

  background: url('../images/locationsdropdown.png');
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;

  width: 150px;
  height: 25px;

  border-style: none;
  border: 1px solid #6c97b8;

  transition: all .2s ease-in-out;

  padding: 3px;
}

select:focus {
  outline: none;
}

.large {
  font-size: 20px;
}

footer {
  display: block;
  position: relative;

  margin-top: auto;
  margin-bottom: 10px;
  padding-right: 5%;
  padding-left: 5%;

  height: 60px;
  width: 90%;

  background-color: #4E7EA3;

  border-bottom: 1px solid white;
  border-top: 1px solid white;

  color: white;

  z-index: 990;
}

.fill-mobile {
  display: inline;
  position: relative;

  margin: none;
  padding: none;
}

#bottom_logo {
  display: inline-block;
  position: relative;

  height: 35px;

  float: left;

  margin-right: 10px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

  filter: invert(1);
}

.footer-content {
  display: inline-block;
  position: relative;

  margin: 0;

  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;

  padding-bottom: 0px;
}

.social-media {
  position: relative;

  float: right;

  height: 35px;
  width: 35px;

  margin-left: 10px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

  filter: invert(1);
}

.social-media:hover, #bottom_logo:hover {
  -webkit-transform: scale(1.1) translateY(-50%);
  -ms-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
}

.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 890px) {
  .content, .large, .center {
    text-align: center;
  }
}

@media all and (max-width: 445px) {
  h1 {
    font-size: 40px;
  }

  .page-title {
    height: 50px;
  }

  .close-out {
    width: 25px;
  }
}

@media all and (max-width: 265px) {
  h1 {
    font-size: 20px;
  }

  .page-title {
    height: 25px;
  }
}

@media screen and (max-width: 1000px) {
  p, .content {
    font-size: 14px;
  }

  .large {
    font-size: 18px;
  }
}

@media screen and (max-width: 535px) {
  .footer-content {
    height: 40px;
    width: 50%;
  }
}

@media screen and (max-height: 460px) {
  .expanding-menu {
    height: 150px;
  }
}

@media screen and (max-width: 410px) {
  .footer-content {
    height: 60px;
    width: 35%;

    font-size: 12px;
  }
}

@media screen and (max-width: 345px) {
  .fill-mobile {
    width: 100%;
  }

  .vertical-center {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .social-media, #bottom_logo {
    margin-top: 5px;
  }

  .social-media:hover, #bottom_logo:hover {
    -webkit-transform: scale(1.1) translateY(0);
    -ms-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
  }

  #bottom_logo {
    margin-right: 0;
  }

  footer {
    height: 90px;
  }
}

@media screen and (max-width: 194px) {
  footer {
    height: 160px;
  }

  .fill-mobile {
    display: flex;

    justify-content: center;

    text-align: center;
  }

  .social-media {
    margin-bottom: 5px;
    float: none;
  }

  #facebook {
    margin-left: 0;
  }
}
