/*
Theme Name: resonance-temp
*/

html, body {
  margin: 0;
  height: 100%;
}

body {
  font-family: "Hiragino Mincho ProN", serif;
  background: #fff;
}

.splash-wrap {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-logo,
.splash-message {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.splash-logo.active,
.splash-message.active {
  opacity: 1;
}

.splash-logo img {
  max-width: 180px;
}

.splash-message {
  font-size: 15px;
  line-height: 2;
}

.splash-message a {
  color: #000;
  text-decoration: underline;
}

.insta-icon {
  position: fixed;
  top: 20px;
  right: 20px;
}

.insta-icon img {
  width: 28px;
  height: 28px;
  opacity: 0.8;
}

.insta-icon:hover img {
  opacity: 1;
}

@media (max-width: 768px) {
  .splash-message {
    font-size: 14px;
    padding: 0 20px;
  }
}

.supporters-page {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 20px 120px;
}

.supporters-header {
text-align: center;
margin-bottom: 50px;
}

.supporters-logo {
max-width: 140px;
margin-bottom: 50px;
}

.supporters-header h1 {
font-size: 22px;
margin-bottom: 30px;
}

.supporters-header p {
font-size: 15px;
line-height: 2;
}

.supporters-list ul {
list-style: none;
padding: 0;
columns: 1;
}

.supporters-list li {
margin-bottom: 12px;
text-align: center;
}

@media (max-width: 768px) {	
.supporters-list ul {
columns: 1;
}
}