body {
  padding-top: 40px;
  background-color: #222222;
  font-weight: 300;
  font-size: 16px;
  color: #555;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 18px;
}

.centered {
  text-align: center;
}


#headerwrap {
  background: #222222;
  margin-top: -40px;
  padding-top: 0px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 0px;
  width: 100%;
}

#headerwrap h1 {
  margin-top: 0px;
  color: white;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
}

#headerwrap h3 {
  margin-top: 0px;
  color: white;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}


#f {
  background: #222222;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center
}

#f h3 {
  color: white;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 1px;
  font-family: 'Noto Sans', sans-serif;
}

#f i {
  font-size: 8px;
  color: #fff;
  padding: 3px;
}

#f p {
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
}

#copyrights {
  background: #222222;
  padding: 0;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
}