/*
Theme Name: Riverforest Scoring Front
Theme URI: https://riverforest-wp.info/
Author: Katsushi Kawamori
Author URI: https://riverforest-wp.info/
Description: Scroing system front
Text Domain: riverforest-scoring-front
Domain Path: /languages
Version: 1.05
*/

@charset "utf-8";

html {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  text-align: center;
}

h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.0em;
}

.site-branding-container {
  margin-bottom: auto;
}

.entry-content {
  display: block;
  text-align: left;
  font-size: 1em;
  line-height: 1;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

@media screen and (min-width: 668px) {
  .entry-content {
    width: 668px;
    margin: auto;
  }
}

/* Title & Description */
.site-branding-container {
  text-align: center;
}
.site-title {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  display: inline;
  color: #111;
  margin: 0;
}
.site-title a {
  text-decoration: none;
  color: #111;
}
.site-title a:link, .site-title a:visited {
  text-decoration: none;
  color: #111;
}
.site-title a:hover {
  text-decoration: none;
  color: #4a4a4a;
}
.site-description {
  color: #767676;
  font-weight: normal;
  margin: 0;
}

/* Footer */
.site-footer {
  display: flex;
  justify-content: center;
}
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.site-footer:after {
  clear: both;
}

#colophon .widget-column {
  display: flex;
  flex-wrap: wrap;
}
#colophon .widget-column .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
  word-wrap: break-word;
}
.site-info {
  display: flex;
  justify-content: center;
  gap: 0 1em;
  color: #767676;
  margin-bottom: 0.5em;
}
.site-info a {
  color: inherit;
}
.site-info a:hover {
  text-decoration: none;
  color: #0073aa;
}

/* Widgets */
.widget .widget-title {
  font-size: 1.0em;
}

