@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Space Mono', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'Osaka', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', monospace;
}

body, button, input, select, textarea {
  font-family: 'Space Mono', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'Osaka', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', monospace;
  background: #282c34;
  font-size: 14px;
  color: #f8fafd;
}

/*common*/

.right-blue {
  color: #528bff;
}

.is-bold {
  font-weight: bold;
}

.title {
  color: #f8fafd;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title:not(:last-child) {
  margin-bottom: 1.8rem;
}

.subtitle {
  color: #f8fafd;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}

.button {
  background-color: #f8fafd;
  color: #528bff;
}

.button:hover {
  background-color: #528bff;
  color: #f8fafd;
  border-color: #528bff;
}

.button:active {
  background-color: #f8fafd;
  color: #528bff;
}

/*hero*/

.hero.is-fullheight {
  min-height: 90vh;
}

.navbar-item img {
  max-height: 1.5rem;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 3rem 1.5rem;
}

.hero .image img {
  display: block;
  position: relative;
  padding: 1rem;
  margin: 1.6rem auto 2.4rem;
  max-width: 22rem;
  width: 80%;
}

/*contetnt*/

.content-heading {
  line-height: 2.6rem;
  text-align: center;
}

.content-heading-with-info {
  line-height: 2.6rem;
  text-align: center;
  margin-bottom: 0 !important;
}

.under-heading {
  background-color: #f8fafd;
  display: block;
  height: 3px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}

.content-title {
  line-height: 2.6rem;
}

.content-button {
  margin-top: 1.2rem;
}

.content-text p {
  line-height: 1.6rem;
  font-size: 1rem;
  margin-bottom: 2.4rem;
}

.image-80 img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/*footer*/

.footer {
  background-color: #282c34;
}

/*user*/

.content-heading-info {
  margin-bottom: 1.8rem;
}

.content-heading-info a {
  color: #d7dae0;
}


/*cal-heatmap*/

.cal-heatmap-container {
  margin: 1rem 1.55rem 1.6rem 0;
  display: inline-block;
  background-color: #282c34;
}

.cal-heatmap-container .graph-label {
  font-size: 16px;
  fill: #f8fafd;
}

.cal-heatmap-container rect.highlight-now {
  stroke: #528bff;
  stroke-width: 0.2rem;
}

.domain-background {
  fill: #282c34;
}

.tweet-text {
  max-width: 300px;
  min-width: 300px;
  margin: 1rem auto;
}

.media a {
  color: #528bff;
}

.media a:hover {
  color: #f8fafd;
  text-underline: #f8fafd;
}

.media a:active {
  color: #528bff;
  text-underline: #f8fafd;
}

button .chevron {
  color: #f8fafd;
}

button .chevron :hover {
  color: #f8fafd;
  text-underline: #528bff;
}

button .chevron :active {
  color: #f8fafd;
}
