html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, input, div {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Avenir Next", "Hiragino Kaku Gothic ProN W3", sans-serif;
}

li {
  list-style: none;
}

a {
  color: white;
  text-decoration: none;
}

.btn {
  width: 140px;
  padding: 20px;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: black;
  border-radius: 4px;
  transition: .7s;
}

.btn:hover {
  transform: scale(1.2);
  opacity: 0.6;
}

.fa-brands {
  transition: .7s;
 } 

.fa-brands:hover {
 transform: scale(1.3);
 opacity: 0.6;
}

.header-menu-icon {
  float: right;
  font-size: 25px;
  padding: 20px 0;
  display: none;
}

.twitter-tweet {
  margin: 0 auto;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.top-wrapper {
  margin: 0 auto;
}

header {
  display: block;
  color: white;
  background-color: black;
  height: 80px;
  width: 100%;
  position: fixed;
  overflow: visible;
  top: 0;
  z-index: 1000;
}

.header-logo {
  float: left;
  font-size: 36px;
  padding: 20px 40px;
  transition: .7s;
}

.header-logo:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

.header-list {
  display: flex;
}

.header-list li {
  float: left;
  flex: auto;
  padding: 33px 20px;
  transition: .7s;
}

.header-list li:hover {
  transform: scale(1.3);
  opacity: 0.7;
}

.page-main {
  margin-bottom: 100px;
}

.topics-content {
  text-align: center;
  margin-bottom: 60px;
}

.topics-title {
  font-size: 2rem;
  text-align: left;
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: solid 1px #333;
}

.topics-text {
  transition: .7s;
}

.topics-text:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.topics-subject {
  font-weight: bold;
}

footer {
  background-color: #EBF6F7;
}

.footer-social-icons {
  padding: 10px 0;
}

.footer-image {
  display: inline-block;
  margin: 27.5px 0;
}

.footer-image img {
  width: 500px; 
  height: 375px;
  border-radius: 6px;
  transition: .7s;
}

.footer-image img:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.footer-text {
  color: black;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-top: 120px;
  padding-left: 30px;
  margin-left: 30px;
  transition: .7s;
}

.footer-text:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.footer-copyright {
  color: black;
  text-align: center;
}

.home-main-section {
  background-color: gray;
}

.contact-image {
  width: 700px;
  height: 516px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 1.5em auto;
  border-radius: 10px;
  transition: .7s;
}

.contact-image:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.contact-form {
  margin-top: 70px;
}

.contact-form-content {
  transition: .7s;
}

.contact-form-content:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.contact-form-content p {
  padding-bottom: 10px;
}

input, textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #dee7ec;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
}

select {
  width: 100%;
  font-size: 16px;
  border: 1px solid #dee7ec;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
}

input[type="submit"] {
  width: 140px;
  padding: 20px;
  color: white;
  background-color: black;
  border-radius: 4px;
  transition: .7s;
}

.page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  align-items: center;
  z-index: 1;
  min-height: 8rem;
  text-align: center;
}

.page-header-inner {
  position: relative;
  z-index: 5;
  margin: 1.5em auto;
}

.page-header-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--vk-line-height-low);
  padding-top: 160px;
  padding-bottom: 80px;
  margin: 0;
}

.discography-title {
  font-size: 2rem;
  text-align: left;
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: solid 1px #333;
}

.discography-image {
  width: 500px;
  height: 500px;
  float: left;
  transition: .7s;
}

.discography-image:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.discography-content {
  margin-bottom: 130px;
}

.discography-content-text {
  text-align: center;
  transition: .7s;
}
.discography-content-text:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.discography-content-text h1 {
  padding-top: 40px;
  margin-bottom: 27.5px;
}

.discography-content-text h4 {
  margin-bottom: 17.5px;
}

.tracklist-title {
  font-size: 2rem;
  text-align: left;
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: solid 1px #333;
}

.tracklist-content-text {
  margin: 60px auto;
  text-align: center;
  transition: .7s;
}

.tracklist-content-text:hover {
  transform: scale(1.07);
  opacity: 0.9;
}

.news-image {
  width: 525px;
  height: 700px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 1.5em auto;
  border-radius: 10px;
  transition: .7s;
}

.news-image:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.news-content {
  margin: 50px auto;
  text-align: center;
  transition: .7s;
}

.news-content:hover {
  transform: scale(1.2);
  opacity: 0.9;
}

.news-content h2 {
  font-weight: bold;
}

.biography-image {
  width: 700px;
  height: 516px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 1.5em auto;
  border-radius: 10px;
  transition: .7s;
}

.biography-image:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.biography-member h1 {
  font-size: 2rem;
  text-align: left;
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: solid 1px #333;
}

.biography-member li {
  text-align: center;
  transition: .7s;
}

.biography-member li:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.biography-profile h1 {
  font-size: 2rem;
  text-align: left;
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: solid 1px #333;
}

.biography-profile p {
  text-align: center;
  transition: .7s;
}

.biography-profile p:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

.live-dates h1 {
  font-size: 2rem;
  text-align: left;
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: solid 1px #333;
}

.live-dates p {
  text-align: center;
  margin: 50px auto;
  transition: .7s;
}

.live-dates p:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.past-dates h1 {
  font-size: 2rem;
  text-align: left;
  position: relative;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0.6em 0 0.5em;
  margin-bottom: 1.2em;
  border-bottom: solid 1px #333;
}

.past-dates-content {
  text-align: center;
  margin: 50px auto;
  transition: .7s;
}

.past-dates-content:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.live-image {
  width: 700px;
  height: 516px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 1.5em auto;
  border-radius: 10px;
  transition: .7s;
}

.live-image:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.gallery-image {
  width: 700px;
  height: 516px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 1.5em auto;
  border-radius: 10px;
  transition: .7s;
}

.gallery-image:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.gallery-content {
  margin: 50px auto;
  text-align: center;
  transition: .7s;
}

.gallery-content:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.gallery-content-subject h2 {
  font-weight: bold;
}

.gallery-content-lyrics {
  text-align: center;
}

.gallery-content-text {
  text-align: left;
}