@charset "UTF-8";

.navi a:link {
	color: #571649;
	text-decoration: none;
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 20px;
}

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

html {
	scroll-padding-top:120px;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}


.rectangle {
    width: 100%;
    height: 50px; 
    background-color: #AD88C6; 
}

header {
	min-height: 120px;
	position: sticky;
	background-color: rgba(255,255,255,0.95);
	top: 0;
	left: 0;
	z-index: 1;
}

.logo {
	min-height: 5%;
	min-width: 5%;
	position: absolute;
	left: 0;
	top:0;
	margin: 1%;
}

.navi {
	display: flex;
	list-style: none;
	justify-content: right;
	align-content: right;
	align-items: right;
	padding: 3% 3% 0;
	gap: 3%;
}


.navi a:hover {
	color: #AD88C6;
	border-bottom: 2px solid #AD88C6;
	padding-bottom: 2%;
	transition: 0.3s ease;
}

.container {
	width: 100%;
	position: relative;
}

section {
	min-height: 100vh;
	margin: auto;
	position: relative;
}

h1 {
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
	font-size: 2.5em;
}

h2, h3, b {
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

p {
	font-size: 1em;
	line-height: 1.25em;
}

.home_group {
	width: 100%;
	overflow: hidden;
    position: relative;
}

.home_group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
	font-size: 120px;
	font-weight: bold;
    margin: 0 auto; 
    padding: 10px; 
}

.bts {
	display: flex;
    align-items: center;
    padding: 20px;
	padding-top: 70px;
	padding-bottom: 70px;
    max-width: 1200px;
    margin: auto;
	margin-right: 20px;
}

.bts img {
    margin-right: 60px;
}

.bts_title_text {
	font-size: 3em;
	color: #571649;
	margin-bottom: 15px;
}

.bts_text {
    width: 50%;
}

.extra_explanation {
	background-color: #7469B6;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 60px;
}

.extra_explanation h2 {
	font-size: 2.5;
}

.extra_explanation_text {
	text-align: center;
	color: white;
}

.container_members {
	display: flex;
    flex-wrap: wrap;
    margin: 20px;
	margin-bottom: 20px;
}

.container_members h2, b {
	color: #571649;
}

.members_title {
	text-align: left;
	color: #571649;
	margin-left: 15%;
	padding-top: 60px;
	font-size: 2.5em;
}

.member {
	align-items: center;
	justify-content: center;
	display: flex;
    max-width: 1200px;
	margin: 0 auto;	
	margin-bottom: 3%;
}

.member h2 {
	font-size: 2em;
}

.member_sub {
	padding-bottom: 10px;
}

.member_text_left_align, .member_text_right_align {
	padding: 30px;
	width: 55%;
}

.member_text_left_align {
	text-align: right;
}

.member_text_right_align {
	text-align: left;
}

.member_rectangle_left_align {
	margin-left: 40px;
	width: 200px;
    height: 520px; 
    background-color: #7469B6; 
}

.member_rectangle_right_align {
	margin-right: 40px;
	width: 200px;
    height: 520px; 
    background-color: #7469B6; 
}


.ipurpleyou {
	color: #AD88C6;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 80px 80px;
    margin: 0;
	height: auto
}

.ipurpleyou h1 {
    margin: 0;
}

.fandom {
	background-color: #AD88C6;
	color: white;
	padding: 20px;
	margin-bottom: 10px;
}

.fandom b {
	color: white;
}

.fandom_title {
	text-align: left;
	margin-left: 13%;
	padding-top: 30px;
	font-size: 2.5em;
}

.army {
	width: 70%;
	margin-left: 14%;
}

.army_img {
	display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 10px;
	padding-bottom: 3%;
	gap: 20px;
}

#album {
	background-color: #7469B6;
	padding: 5%;
	color: white;
	justify-content: center;
	align-items: center;
}

.album_title {
	margin-left: 12%;
}

.album_title h1 {
	font-size: 2.5em;
}

.album {
	display: flex;
    align-items: center;
    padding: 20px;
	padding-bottom: 50px;
    max-width: 1200px;
	width: 70%;
    margin: auto;
	margin-left: 14%;
}

.album_text {
	padding-left: 48px;
	width: 60%;
}

.album_text p {
	padding: 1%;
}

.album_photo {
	justify-content: center;
	align-items: center;
	display: flex;
}

.album_extra {
    text-align: center;
	padding-top: 30px;
	margin-left: 15%;
	width: 70%;
}

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

.album_extra a:hover {
    color: #571649;
	border-bottom: 2px solid #571649;
	padding-bottom: 1%;
	transition: 0.3s ease;
}

.album_sub_title {
	margin-left: 15%;
}

.album_solo {
	padding: 1%;
	padding-bottom: 2%;
}

.album_group {
	padding: 1%;
}

#music {
	padding-top: 5%;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 3%;
	justify-content: center;
	align-items: center;
}

#music b {
	font-size: 1em;
}

#music h1 {
	font-size: 2.5em;
	color: #571649;
}

.music_title {
	margin-left: 12%;
	padding-bottom: 2%;
	width: 80%;
}

.music_title p {
	padding-top: 1%;
	width: 90%;
}

.music_album {
	background-color: #AD88C6;
	display: flex;
    align-items: center;
    padding: 25px;
    max-width: 1200px;
	width: 60%;
    margin: auto;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 18.5%;
	
}

.music_album img {
	margin-left: 4%;
}

.music_album_text {
	width: 50%;
	padding-right: 2%;
	padding-left: 3%;
}

.music_album_text h3 {
	color: white;
	font-size: 1.5em;
	margin-bottom: 30px;
}

.ms {
	padding-bottom: 10px;
	padding-top: 10px;
}

.song_text {
	color: white;
	background-color: #7469B6;
	padding: 50px;
	text-align: center;
	width: 50%;
	justify-content: center;
	margin: 2.5%;
}

.song_text b {
	color: white;
}

.song_text p {
	padding: 4%;
}

.song {
	display: flex;
    align-items: center;
	margin: auto;
    padding: 20px;
	padding-bottom: 30px;
    max-width: 1200px;
	width: 70%;
	margin-left: 14%;
}

.container_song {
	display: flex;
	justify-content: center;
	align-items: center;
}

.song_extra {
	width: 70%;
	padding-top: 20px;
}

.song_extra p {
	padding-top: 1%;
}

.quote {
	background-color: #AD88C6;
	padding: 5%;
}

.quote_text {
	width: 80%;
	margin: 0 auto;
	color: white;
}

.quote_text p {
	padding-top: 1%;
}

.quote_members {
	width: 68%;
	padding: 5%;
	margin: 0 auto;
}

.quote_members p {
	padding-top: 2%;
	padding-bottom: 1%;
}

.quote_member {
	padding-bottom: 4%;
}

.quote_member h3 {
	color: #571649;
	font-size: 1.8em;
	padding-top: 2.5%;
}

.quote_member_right {
	text-align: right;
}

#events {
	padding: 2%;
	padding-top: 7%;
}

#events h1 {
	color: #571649;
}

#events h3 {
	color: black;
}

.events_title {
	margin-left: 13%;
}

.events_body {
	padding: 3%;
	justify-content: center;
	text-align: center;
}

.events_text {
	padding: 2%;
	width: 70%;
	margin: 0 auto;
}

.events_row {
	padding-bottom: 3%;
}

#events img {
	padding: 1%;
}

#contact {
	background-color: #7469B6;
	color: white;
	flex-direction: column;
    align-items: center;
    text-align: center;
	padding: 4%;
	box-sizing: border-box;
}

.contact h2, h3 {
	color: white;
}

.contact {
	margin-top: 1%;
	margin: 0 auto;
}

.contact_title {
	padding: 2%;
	font-size: 1.4em;
}

.contact_text {
	padding: 1.5%;
	font-size: 1.2em;
}

.contact_box {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 4%;
}

.contact_top {
	margin: 0 auto;
}

#contact input[type="name"],
#contact input[type="email"],
#contact textarea,
#contact button[type="submit"] {
	font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	font-size: 1.5em;
	width: 50%;
	padding: 13px;
    margin: 5px 0;
    box-sizing: border-box;
}

#contact textarea {
    height: 100px;
    resize: none;
}

#contact button[type="submit"] {
	font-size: 1em;
	width: 13%;
	padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
}

#contact button[type="submit"]:hover {
  background: #AD88C6;
  color: white;
  transition: background-color 0.3s ease-in-out;
}

.icons img {
	margin: 5px;
}

.footer {
	padding: 3%;
	text-align: center;
}




















