html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #191919;
  color: #aaa;
  font-family: Courier New;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

#title {
  font-weight: bold;
  text-align: center;
}

#container-inner {
  transform: rotate(-8deg);
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 30px;
}

#container-main {
  transform: rotate(-8deg);
  z-index: 10;
  position: absolute;
  top: -115px;
  left: 135px;
}

#container-keychain {
  transform: rotate(-8deg);
  z-index: 10;
  margin-bottom: 20px;
}

#main-hero {
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.float-container {
  border: none;
  padding: 20px;
  width: 900px;
  margin: 0 auto;
}

.section {
  padding-top: 50px;
  clear: both;
}

.float-child {
  width: 50%;
  float: left;
  padding: 20px;
  border: none;
}

.about-text {
  width: 400px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.circle {
  height: 200px;
  width: 200px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; 
  overflow: hidden;
  text-align: justify;
  margin-left: 100px;
  margin-right: 100px;
}

.circle img {
  display: inline-block;
  margin: 0 auto;
  width: 250px;
  height: 250px;
}

#holder {
  margin: 0;
  display: block;
  width: 650px;
  height: 220px;
  position: absolute;
  top: 250px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

#holder-keychain {
  margin: 0;
  display: block;
  width: 650px;
  height: 220px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#holder-inner {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  text-align: center;
}

#main-nav {
  position: relative;
  top: 40px;
  display: block;
  color: #777;
  font-weight: bold;
  font-family: Courier New;
  padding-bottom: 50px;
  font-size: 20px;
  z-index: 10;
}

#main-nav-container {
  position: absolute;
  top: 0px;
  height: 300px;
  width: 100%;
  z-index: 5;
  background: rgb(0,0,0);
  background: linear-gradient(rgba(0,0,0,0.6) 0px, rgba(0,0,0,0.6) 250px, rgba(255,255,255,0) 100%);
}

#inner-nav-container {
  position: absolute;
  top: 0px;
  height: 90px;
  width: 100%;
  z-index: 5;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0px, rgba(0,0,0,0.7) 850px, rgba(255,255,255,0) 100%);
}

#inner-nav {
  position: absolute;
  top: 25px;
  left: 250px;
  z-index: 6;
  display: block;
  color: #777;
  font-weight: bold;
  font-size: 20px;
  font-family: Courier New;
  padding-bottom: 50px;
}

#content {
  position: relative;
  display: block;
  color: #777;
  font-weight: bold;
  font-family: Courier New;
  padding-bottom: 50px;
}

#content-keychain {
  position: relative;
  display: block;
  color: #777;
  font-weight: bold;
  font-family: Courier New;
  padding-bottom: 50px;
  margin-top: 40px;
}

#content-title {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 30px;
  font-family: Courier New;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
}

#content-text {
  position: relative;
  display: block;
  width: 800px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
}

#footer {
  clear: both;
  position: fixed;
  bottom: -20px;
  height: 30px;
  width: 100%;
  color: #666;
  font-family: Courier New;
  font-size: 13px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  padding-top: 5px;
  background-color: #191919;
}

#stripe {
  height: 330px;
  width: 100%;
  background-color: #A20000;
  transform: skewy(-8deg);
  transform-origin: 50% 0;
  outline: 1px solid transparent;
  backface-visibility: hidden;
  float: left;
  clear: both;
}

#ministripe {
  height: 30px;
  width: 100%;
  background-color: #A20000;
  transform: skewy(-8deg);
  transform-origin: 50% 0;
  outline: 1px solid transparent;
  backface-visibility: hidden;
  float: left;
  clear: both;
}

.nostripe {
  transform: skewy(8deg);
}

a {
  text-decoration: none;
}

p {
  text-align: left;
}

.title {
  text-align: center;
  font-size: 18px;
}

.center {
  width: 800px;
  margin: 0 auto;
  display: block;
}

.end_logo {
  width: 300px;
  margin: 0 auto;
  display: block;
  clear: both;
  margin-bottom: 50px;
  padding-top: 50px;
}

.plainlink {
  color: #aaa;
  text-decoration: underline;
}
.plainlink:link {
  color: #aaa;
  text-decoration: underline;
}
.plainlink:visited {
  color: #aaa;
  text-decoration: underline;
}
.plainlink:hover {
  color: #aaa;
  text-decoration: underline;
}
.plainlink:active {
  color: #aaa;
  text-decoration: underline;
}

.downarrow {
  position: relative;
  top: 575px;
  border: solid white;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@keyframes shake {
  1%, 17% { transform: translate3d(-1px, 0, 0); }
  3%, 15% { transform: translate3d(2px, 0, 0); }
  5%, 9%, 13% { transform: translate3d(-4px, 0, 0); }
  7%, 11% { transform: translate3d(4px, 0, 0); }
}

.arrow {
  position: absolute;
  top: 250px;
  right: 40px;
  font-size: 100px;
  z-index: 5;
  color: white;
  display: inline-block;
  animation: shake 5s cubic-bezier(.36,.07,.19,.97) both infinite;
}

@media(max-width:800px){
  .arrow{
    top: 35%;
    right: 20px;
    font-size: 50px;
  }
}

.nav {
  color: #aaa;
  text-decoration: none;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 5px 5px;
  position: relative;
}

.nav:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #A20000;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}

.nav:hover:after {
  width: 100%;
  left: 0;
}

.product_image_left {
  height: 250px;
  width: 250px;
  float: left;
  border: 4px solid #333;
  padding: 0px;
  margin-right: 20px;
}

.product_image_right {
  height: 250px;
  width: 250px;
  float: right;
  border: 4px solid #333;
  padding: 0px;
  margin-left: 20px;
}

.product {
  display: block;
  clear: both;
  height: 258px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#content .nav {
  z-index: 20;
  background: linear-gradient(#191919, transparent);
}

li {
  text-align: left;
}

#info {
  padding-top: 80px;
}

a {
  color: #bbb;
  text-decoration: underline;
}
a:visited {
  color: #bbb;
  text-decoration: underline;
}
a:hover {
  color: #bbb;
  text-decoration: underline;
}
a:active {
  color: #bbb;
  text-decoration: underline;
}