@-webkit-keyframes color-change-2x {
  0% {
    background: #004483
  }
  100% {
    background: #1d1f3e
  }
}
@keyframes color-change-2x {
  0% {
    background: #004483
  }
  100% {
    background: #1d1f3e
  }
}
#headerx {
  padding-top: 0;
  background-attachment: fixed;
  background-image: url("../images/stedman_recycling_dolphins.jpg");
  background-position: center center;
  background-size: cover;
}
#one {
  background: rgb(0, 68, 131);
  background: -moz-linear-gradient(180deg, rgba(0, 68, 131, 1) 0%, rgba(29, 31, 62, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 68, 131, 1) 0%, rgba(29, 31, 62, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 68, 131, 1) 0%, rgba(29, 31, 62, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004483", endColorstr="#1d1f3e", GradientType=1);
  animation: 2s linear 0s infinite alternate both running color-change-2x;
}
#two {
  background-attachment: fixed;
  background-image: url("../images/stedman_recycling_dolphins.jpg");
  background-position: center center;
  background-size: cover;
}
#three {
  background-color: #EDECEC;
  color: #004483;
}
#four {
  background-attachment: fixed;
  background-image: url("../images/stedman_recycling_dolphins.jpg");
  background-position: center center;
  background-size: cover;
}
#footer {
  background: rgb(0, 68, 131);
  background: -moz-linear-gradient(90deg, rgba(0, 68, 131, 1) 0%, rgba(29, 31, 62, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 68, 131, 1) 0%, rgba(29, 31, 62, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 68, 131, 1) 0%, rgba(29, 31, 62, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004483", endColorstr="#1d1f3e", GradientType=1);
  padding: 2em 0 1em 1em;
}
body {
  font-family: 'Open Sans', sans-serif;
}
p {
  color: rgba(255, 255, 255, 0.64);
  text-align: left;
  line-height: normal;
}
strong {
  color: white;
  font-weight: 800;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 3vw;
  line-height: 1em;
  padding-right: 5%;
  text-transform: uppercase;
}
.intro {
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 7vw;
  line-height: 85%;
  padding-right: 5%;
}
.intro_short {
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 3.75vw;
  padding-right: 5%;
  padding-top: 0;
  margin-top: 1% !important;
  color: white;
}
.stedmanlogo {
  width: 10vw;
  padding-top: 5%;
  margin: 0;
}
.stedmanlogofooter {
  width: 6vw;
  height: 6vw;
}
.recyclingicon {
  width: 8%;
  position: relative;
  float: inherit;
  left: 30%;
}
.recycling_icon:hover {
  //margin-top: -20px;
}

.recyclingicon_didyounow {
  width: 25%;
  float: inherit;
  padding: 3%;
  position: relative;
  top: 0;
  left: 3%
}
.product_image:hover {
  margin-top: -10px;
}
.product_title {
  color: #004483;
  font-weight: 800;
  text-transform: uppercase;
  //line-height: 0.8em;
  text-align: left;
  margin-bottom: 0.2em;
  font-size: 1.6em;
}
.major h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 260%;
  line-height: 100%;
  color: white;
  text-align: left;
  /* float: left; */
}
.major {
  text-decoration: none;
}
.border {
  border: 0.15em solid #004483;
}
.border_space {
  padding: 5%;
}
.turtle {
  float: left;
  position: relative;
  left: -20%;
  padding-top: 0;
  margin-top: 0;
}
.responsive {
  width: 100%;
  height: auto;
}
.frame {
  padding: 5%;
}
.letsmake {
  padding-top: 15%;
}
.year {
  width: 70%;
  position: relative;
  margin-top: -15%;
}
.clear {
  clear: both;
}
.test {
  background-color: aqua;
}
.recycling_icon {
  width: 100%;
}
.icon_caption {
  text-align: center;
  line-height: 1.2em;
  font-size: 1.0em;
}
.product_gender {
  color: #004483;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  font-size: 1.0em;
}
.product_info {
  color: #004483;
  text-transform: uppercase;
  line-height: 0.8em;
  margin-bottom: 0.5em;
  font-size: .9em;
}
.product_text {
  color: #004483;
  font-size: 0.6em;
  line-height: 1.2em;
  //text-align: justify;
}
.product_text strong {
  color: #004483;
}
.pcenter {
  text-align: center;
}
.bluefooter {
  color: white;
  font-size: 0.7em;
  line-height: 1.2em;
}
headerx.major::after {
  display: none;
}
a {
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #headerx {
    background-attachment: local;
  }
  #two {
    background-attachment: local;
  }
  #four {
    background-attachment: local;
  }
}

.top-links-item {
    margin-right:40px; list-style-type: none; font-size:0.8em;
    text-shadow: 1px 1px #aaaaaa;
}
sup, sub {font-size:0.6em}