/*
 * style
 */
/*
 * global
 */
/*
 * variables
 */
:root {
  --bg-color: #fff;
  --text-color: #000;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
p {
  line-height: 1.6;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: var(--text-color);
  background-color: var(--bg-color);
  overflow-x: hidden;
}
.container {
  min-width: 320px;
}
#wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
/*
 * header
 */
/*
 * footer
 */
