@charset"UTF-8";
header {
  padding: 0px;
  margin: 0px;
}

header .headerInner {
  max-width: 1000px;
  margin: 0px;
}

header h1 {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 0px;
}

header p {
  width: 100%;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  line-height: 20px;
}

header p a {
  color: #fff;
  font-size: 18px;
}

a {
  text-decoration: none;
  transition: .5s ease;
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

h2 {
  color: #388E3C;
  max-width: 1000px;
  margin: 10px auto;
}

footer {
  padding: 0px;
  box-sizing: border-box;
  margin: 0px;
}

footer nav ul {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer nav ul li {
  border-right: 1px solid #fff;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 10px;
}

footer nav ul li:last-of-type {
  border-right: none;
}

footer nav ul li a {
  color: #fff;
  font-size: 13px;
}

footer nav ul li a:hover {
  opacity: 0.7;
}

footer .footer__copyright {
  width: 100%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 10px 0 0;
}