@charset "UTF-8";
/* Hello! Please don't make fun of how messy my code is I'm just DUMB and NOT VERY GOOD AT THIS but I love myself anyway UwU */

/* HTML */
html {
	scroll-behavior: smooth;
}

/* Body */
body {
	font-family: source-sans-pro;
	background-color: #1C1C1C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	transition: all 0.2s linear;
}
a {
	color: inherit;
	text-decoration: none;
	font-family: inherit;
	transition: all 0.4s linear;
}
a:hover {
    color: #924fba;
    font-weight: bolder;
}
h2, h1 {
	font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 1000px;
    background-color: #1C1C1C;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #1C1C1C;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: inherit;
	text-decoration: none;
}
ul li:hover a {
	color: #924FBA;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
	margin-left: -20px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
    background-image: url("../images/heroanim.gif");
	background-size: contain;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-position: right;
	background-attachment: inherit;
    padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #D9AFE7;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 24px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 35%;
	padding-top: 65px;
	display: inline-block;
	margin-top: 0px;
	color: #ffffff;
}
/* Stats Gallery */

.music {
    display: block;
	padding: 10px 40px;
    background-color: #DDFF69;
    text-align: center;
}
tr td .bigger {
	font-size: 2em !important;
}


/* Merch Poetry Section */
.banner {
	height: auto;
	width: 100%;
	margin: auto;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
#merch .parallax {
	text-align: left;
	padding-left: 100px;
	padding-top: 70px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Updates Section */
footer {
    background-color: #ddff69;
	border-bottom: #1c1c1c 3px;
	width
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
	list-style: none;
	margin-bottom: 20px;
}
footer .footer_column h3 {
	color: #84A41A;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
}

footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 140px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
    background-color: #814299;
	border-top: thick #814299;
    padding-top: 60px;
    padding-bottom: 60PX;
    margin-top: -10px;
}
footer {
	display: inline-block;
	background-image: url(../images/colortransition4.png);
	background-position: 0% 101%;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 100px;
	margin-bottom: -2px;
}
.hidden {
	display: none;
}

/* Twitter thingy */
.timeline-Tweet-text{
	font-size:0.9em;
	color: #1c1c1c;
}
.twitterembed, .twitter-timeline {
	text-align: center;
	font-size: 0.8em;
	margin: auto;
	padding-bottom: 60px;
}

/* My Stuff */
.press ul,li{
	list-style: none;
	margin-bottom: 10px;
}
.sectiontrans {
    margin-top: -30px;
    margin-bottom: -8px;
	overflow: hidden;
}
.updates {
	width: 100%;
	height: auto;
	background-color: #ddff69;
}
.updates h2 {
	text-align: center;
	color: #1c1c1c;
}
.albumgrid { 
    display: grid;  
    grid-gap: 25px;  
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(230px, 1fr));   
}
.albumgrid > div > img {  
    width: 230px;  
    height: 230px;  
    object-fit: contain;  
}
.albumimg {
	transition: all 0.2s linear;
}
.albumimg img:hover {
	transition: all 0.2s linear;
	margin-top: -5px;
}
#merch .albumgrid { 
    display: grid;  
    grid-gap: 15px;  
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr) );
    grid-template-rows: repeat(auto-fit, minmax(180px, 1fr) );   
}
#merch{
	padding-top: 100px;
	overflow:hidden;
	margin: auto;
}

h3 #bigger {
	font-size: 72pt;
}
#merch .button {
	width: 80%;
}

.playlist {
	float: left;
	margin-right: 20px; 
	margin-top: -40px;
	margin-bottom: 20px;
	}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 260px;
  height: auto;
  background-color: #1C1C1C;
  color: #fff;
  font-size: 1.1em;
  border: 2px #ffffff;
  text-align: center;
  padding: 20px;
  position: absolute;
  z-index: 1;
  bottom: 80%;
  left: 40%;
  margin: auto;
  box-shadow: 5px 10px 69px 55px #00000069;
}
.popup .popuptext a {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}
.popupCloseButton {
	margin: -18px -18px 10px; 
	background: #3c3c3c;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}






/* Mobile */
@media (max-width: 320px) {
.hidemobile{
	display: none;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.about{
	padding-right: 15%;	
	}
ul.press {
    padding: 0 5px;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax, #merch .parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
ul.press {
    width: fit-content;
    padding: 0 5px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
	}
.spotifyfollow {
	display: none;
}
#merch {
	overflow: hidden;
}
.footertrans{
	display: none;
}
.sectiontrans{
	margin-top:0px;
	height: 100px;
}
.footer_banner{
	padding-top: 50px;
}
.footertrans{
		display: none;
	}
.footer_banner{
	background: #1c1c1c;
	padding-top: 100px;
	}
	
.playlist {
	display: none;
	}
	
.button {
	font-size: 0.8em;
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.hidemobile {
	display: none;
}
	
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #924fba;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
	width: 100%;
	float: right;
	overflow: hidden;
	display: inline-block;
	background: #1c1c1c;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.hero {
	background-size: 100%;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-position: 0% 30%;
    padding-bottom: 150px;
	margin-bottom: -30px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer_column {
	width: 100%;
	margin-top: 0px;
}
.about{
	padding-right: 15%;	
	}
ul.press {
    padding: 0 5px;
}
.parallax, #merch .parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}

.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}

.footer_column {
	width: 100%;
}
#merch .albumgrid { 
    display: grid;  
    grid-gap: 15px;  
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(80px, 1fr));   
}
.footertrans{
	display: none;
	}
.footer_banner{
	background: #1c1c1c;
	padding-top: 100px;
	}
	
.popup .popuptext{
		left: -10%;
		bottom: 0%;
	}
	
.playlist {
		display: none; 
		margin-bottom: 20px;
	}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}

.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.albumgrid { 
    display: grid;  
    grid-gap: 15px;  
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(2, 250px);   
}
.albumgrid > div > img {  
    width: 240px;  
    height: 240px;  
    object-fit: contain;  
}
#merch{
	padding-top: 100px;
	overflow: hidden;
}
}

