header{
  height: 48px;
  background-color: white;
}

.nav-bg {
  background-color: #088;
}

h1{
  text-align: center;
}

.body {
  background-color: #D1DBE0;
}

.title {
  font-size: 5em;
  background-image: url(/nippon-touring-simulator/pic/logo.png);
  background-repeat: no-repeat;
  background-position: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 999;
}

.logo {
  margin: 0 auto;
  margin-bottom: -200px;
  z-index: 999;
}

.logo-taste-font-1 {
  background-clip: text;-webkit-background-clip: text;color: transparent;
  background-image: linear-gradient(0deg, #000000, #0022AA);
  font-style: italic;
  -webkit-text-stroke: 1px #000000; 
}

.logo-taste-font-2 {
  background-clip: text;-webkit-background-clip: text;color: transparent;
  background-image: linear-gradient(0deg, #000000, #AAAAAA);
  font-style: italic;
  -webkit-text-stroke: 1px #FF0000; 
}


.content {
  width: 950px;
  margin: 25px auto 50px;
}

.summary {
  position: relative;
  width: 950px;
  margin: 0px auto 100px 0px;
  z-index: -1;
}

.summary-images {
  position: relative;
  height: 710px;
  z-index: -999;
}

.summary-image {
  position: absolute;
  height: 710px;
  z-index: -999;
}

.summary-text {
  position: absolute;
  right: -72px;
  top: 455px;
  width: 412px;
  height: 710px;
  z-index: 99999;
}

.summary-title {
  width: 305px;
  position: relative;
  margin: 40px 0 0 60px;
  padding-left: 39px;
  font-family: 'OpenSansCondensed', sans-serif;
  font-weight: 100;
  font-size: 33px;
  line-height: 36px;
  padding: 20px;
  background-color: white;
}

.summary-text-content {
  width: 305px;
  margin: 15px 0 0 60px;
  padding: 20px;
  background-color: white;
}

.features {
  width: 100%;
  height: 2380px;
  margin: 0 auto 50px auto;
  z-index: 0;
}

.features-block-left {
  position: relative;
  width: 100%;
  height: 340px;
  margin-left: 25px;
  z-index: 0;
}

.features-block-right {
  position: relative;
  width: 100%;
  height: 340px;
  margin-left: 25px;
  z-index: 0;
}

.features-block-left p {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 490px;
  z-index: 2;
  padding: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.features-block-right p {
  position: absolute;
  left: 40px;
  top: 50px;
  width: 490px;
  z-index: 2;
  padding: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.features-block-left img {
  position: absolute;
  left: -25px;
  z-index: 1;
}

.features-block-right img {
  position: absolute;
  left: -25px;
  z-index: 1;
}

.features-title-left {
  position: absolute;
  left: -50px;
  top: -40px;
  width: 413px;
  height: 220px;
  z-index: 999;
  background-image: url(/nippon-touring-simulator/pic/title-left.png);
}

.features-title-right {
  position: absolute;
  right: 0px;
  top: -40px;
  width: 413px;
  height: 220px;
  z-index: 999;
  background-image: url(/nippon-touring-simulator/pic/title-right.png);
}

.features-title-left h3 {
  margin: 42px 0 0 32px;
  text-align: left;
  font-weight: 100;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'OpenSansCondensed', sans-serif;
  color: #000;
  -webkit-text-stroke: 1px #43c082; 
}

.features-title-right h3 {
  margin: 42px 32px 0 0;
  text-align: right;
  font-weight: 100;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'OpenSansCondensed', sans-serif;
  color: #000;
  -webkit-text-stroke: 1px #43c082; 
}

.features-back {
  position: relative;
}

.features-back-inner {
  position: absolute;
  left: 0;
  top: -50px;
  width: calc(100% - 50px);
  height: 2450px;
  margin-left: 25px;
  z-index: 0;
  background: linear-gradient(to right, #FFF 0%, #D1DBE0 50%, #FFF 100%);
}

.footer {
  width: 100%;
  height: 100px;
  background-color: #088;
  color: #FFF;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
}