html {
    scroll-behavior: smooth;
}

/*Text*/
@font-face {
    font-family: 'Marker';
    src: url('../fonts/PermanentMarker.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT';
    src: url('../fonts/PTsans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-size: 3vw;
	color: white;
}

p {
	font-size: 1.3vw;
	line-height: 1.7vw;
	color: white;
	font-family: 'PT';
}

a {
	font-family: 'Marker';
	color: white;
	text-decoration: none;
}

/*Loading Screen*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000; /* Adjust color */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease; /* Smooth fade out */
}

/*Header*/
header {
    position: fixed;
    z-index: 100;
    width: 100vw;
    top: 0;
    left: 0;
    padding: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none; /* Allows clicks through header */
}

header * {
    pointer-events: auto; /* But keep links clickable */
}

/* Header Logo */
.logo {
    width: 7vw;
    height: 7vw;
    display: block;
}

.logo-frame {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Index Navigation */
.indexHolder {
    list-style: none;
    margin: 0;
    padding-right: 1.8vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.indexHolder li {
    width: 5vw;
    height: 4vw;
}

.index {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    transition: opacity 0.3s ease;
}

.index img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Index Gray overlay*/
.index::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.7);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.index.active-index::after {
    opacity: 0;
}

/*Backgrounds*/
.animated-section {
  height: 400vh;
  position: relative;
}

.bg-frame {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

/*VHS Buttons*/
.vhs {
  width: 12vw;
  height: 1.65vw;
  display: inline-block;
  background-image: url(../images/vhs1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: none;
  text-decoration: none;
  overflow: hidden;
  padding: .75vw 4vw;
  font-size: 1.5vw;
}

.vhs.frame-1 {
    background-image: url(../images/vhs1.png);
}

.vhs.frame-2 {
    background-image: url(../images/vhs2.png);
}

.vhs.frame-3 {
    background-image: url(../images/vhs3.png);
}

/*Page Content*/
.textHolder {
	position: absolute;
	max-width: 70vw;
	margin-left: 15vw;
	margin-right: 15vw;
	height: 100vh;
	z-index: 100;
	margin-top: 100vh;
}

.txt {
	max-width: 50vw;
}

.shortP {
	max-width: 40vw;
}

.head {
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40vw;
    height: 20vw;
}

.secImg {
	position: absolute;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.goto {
	z-index: 1001;
	position: absolute;
	pointer-events: none;
	width: 100vw;
	height: 100vh;
}

/*Intro*/
.head1 {
    background-image: url(../images/Headers/head1.png);
}

.txt1 {
	margin-top: -4vw;
	margin-left: 20vw;
}

.vhs1 {
	transform: rotate(-9deg);
  	margin-top: 2vw;
  	margin-left: 15vw;
}

.goto1 {
	top: 172vh;
}

.introImg1 {
	background-image: url(../images/Intro/Logo1.png);
	width: 30vw;
	height: 10.6vw;
	top: 4vw;
	left: 42vw;
}

.introImg2 {
	background-image: url(../images/Intro/Logo2.png);
	width: 20vw;
	height: 21.47vw;
	top: 20vw;
  	left: -4vw;
	transform: rotate(-18deg);
}

.introImg3 {
	background-image: url(../images/Intro/Logo3.png);
	width: 20vw;
	height: 19.33vw;
	top: -14vw;
  	left: 33vw;
	transform: rotate(-25deg);
}

/*Events*/
.head2 {
    background-image: url(../images/Headers/head2.png);
    margin-left: 30vw;
}

.txt2 {
	margin-left: 7vw;
	margin-top: -6vw;
}

.vhs2 {
	transform: rotate(4deg);
	margin-top: 1vw;
	margin-left: -4vw;
}

.goto2 {
	top: 167vh;
}

.eventImg1 {
	background-image: url(../images/Event/event1.png);
	width: 15vw;
	height: 18.75vw;
	top: 14vw;
	left: 55vw;
	transform: rotate(15deg);
}

.eventImg2 {
	background-image: url(../images/Event/event2.png);
	width: 15vw;
	height: 18.75vw;
	top: 22vw;
	left: 38vw;
	transform: rotate(-18deg);
}

.eventImg3 {
	background-image: url(../images/Event/event3.png);
	width: 15vw;
	height: 18.75vw;
	top: -7vw;
	left: 0vw;
	transform: rotate(14deg);
}

.eventImg4 {
	background-image: url(../images/Event/event4.png);
	width: 15vw;
	height: 18.75vw;
	top: -16vw;
	left: 19vw;
	transform: rotate(-20deg);
}

.eventImg5 {
	background-image: url(../images/Event/event5.png);
	width: 15vw;
	height: 18.75vw;
	top: -29vw;
	left: 3vw;
	transform: rotate(-25deg);
}

.eventImg6 {
	background-image: url(../images/Event/event6.jpg);
	width: 30vw;
	height: 17.22vw;
	top: 28vw;
	left: 1vw;
	transform: rotate(6deg);
}

.eventImg7 {
	background-image: url(../images/Event/event7.jpg);
	width: 25vw;
	height: 25vw;
	top: -27vw;
	left: 40vw;
	transform: rotate(7deg);
}

/*Music*/
.head3 {
    background-image: url(../images/Headers/head3.png);
    margin-left: 20vw;
}

.txt3 {
	margin-left: 3vw;
	margin-top: -5vw;
}

.vhs3 {
	transform: rotate(4deg);
	margin-top: 2vw;
	margin-left: -3vw;
}

.goto3 {
	top: 183vh;
}

.musicImg {
	width: 12vw;
	height: 12vw;
}

.musicImg1 {
	background-image: url(../images/Music/record1.png);
	top: 33vw;
  	left: 0vw;
	transform: rotate(10deg);
}

.musicImg2 {
	background-image: url(../images/Music/record2.png);
	top: 29vw;
	left: 18vw;
	transform: rotate(60deg);
}

.musicImg3 {
	background-image: url(../images/Music/record3.png);
	top: 42vw;
	left: 11vw;
	transform: rotate(-10deg);
}

.musicImg4 {
	background-image: url(../images/Music/record4.png);
	top: 8vw;
  	left: 55vw;
	transform: rotate(30deg);
}

.musicImg5 {
	background-image: url(../images/Music/record5.png);
	top: -7vw;
  	left: 58vw;
	transform: rotate(-18deg);
}

.musicImg6 {
	background-image: url(../images/Music/record6.png);
	top: -13vw;
	left: 45vw;
	transform: rotate(40deg);
}

.musicImg7 {
	background-image: url(../images/Music/record7.png);
	top: -2vw;
  	left: 7vw;
	transform: rotate(-20deg);
}

.musicImg8 {
	background-image: url(../images/Music/record8.png);
	top: 3vw;
  	left: -6vw;
	transform: rotate(16deg);
}

/*Merch*/
.head4 {
    background-image: url(../images/Headers/head4.png);
    margin-left: 10vw;
}

.txt4 {
	margin-left: 0vw;
	margin-top: -6vw;
}

.vhs4 {
	transform: rotate(-10deg);
	margin-top: 0vw;
	margin-left: 28vw;
}

.goto4 {
	top: 174vh;
}

.merchImg1 {
	background-image: url(../images/Merch/Hat.png);
	width: 20vw;
	height: 21.47vw;
	top: -13vw;
	left: -7vw;
	transform: rotate(70deg);
}

.merchImg2 {
	background-image: url(../images/Merch/Poster1.jpg);
	width: 15vw;
	height: 19.53vw;
	top: 23vw;
	left: 7vw;
	transform: rotate(-15deg);
}

.merchImg3 {
	background-image: url(../images/Merch/Poster2.jpg);
	width: 15vw;
	height: 21.18vw;
	top: -3vw;
	left: 46vw;
	transform: rotate(20deg);
}

.merchImg4 {
	background-image: url(../images/Merch/Shirt1.png);
	width: 20vw;
	height: 20.33vw;
	top: -22vw;
	left: 30vw;
	transform: rotate(-11deg);
}

.merchImg5 {
	background-image: url(../images/Merch/Shirt2.png);
	width: 23vw;
	height: 22.74vw;
	top: 27vw;
	left: 26vw;
	transform: rotate(20deg);
}

.merchImg6 {
	background-image: url(../images/Merch/Shirt3.png);
	width: 20vw;
	height: 19.19vw;
	top: 46vw;
	left: 10vw;
	transform: rotate(-20deg);
}

.merchImg7 {
	background-image: url(../images/Merch/ToatBag1.png);
	width: 20vw;
	height: 26.58vw;
	top: 15vw;
	left: 52vw;
	transform: rotate(0deg);
}

.merchImg8 {
	background-image: url(../images/Merch/Zine.png);
	width: 15vw;
	height: 17.29vw;
	top: -18vw;
	left: 16vw;
	transform: rotate(-40deg);
}

/*Contact*/
.head5 {
    background-image: url(../images/Headers/head5.png);
}

.txt5 {
	margin-left: 17vw;
	margin-top: -6vw;
}

.vhs5 {
	transform: rotate(-3deg);
	margin-top: 5vw;
	margin-left: 14vw;
}

.goto5 {
	top: 166vh;
}

.contactImg1 {
	background-image: url(../images/Contact/contact1.png);
	width: 15vw;
	height: 18.75vw;
	top: -6vw;
	left: 40vw;
	transform: rotate(14deg);
}

.contactImg2 {
	background-image: url(../images/Contact/contact2.png);
	width: 15vw;
	height: 18.75vw;
	top: -20vw;
	left: 24vw;
	transform: rotate(-14deg);
}

.contactImg3 {
	background-image: url(../images/Contact/contact3.png);
	width: 15vw;
	height: 18.75vw;
	top: -20vw;
	left: 4vw;
	transform: rotate(6deg);
}

.contactImg4 {
	background-image: url(../images/Contact/contact4.png);
	width: 15vw;
	height: 18.75vw;
	top: 18vw;
	left: 53vw;
	transform: rotate(-10deg);
}

.contactImg5 {
	background-image: url(../images/Contact/arrow1.png);
	width: 15vw;
	height: 17.12vw;
	top: 12vw;
	left: -2vw;
	transform: rotate(-40deg);
}

.contactImg6 {
	background-image: url(../images/Contact/arrow2.png);
	width: 15vw;
	height: 13.6vw;
	top: 19vw;
	left: 35vw;
	transform: rotate(95deg);
}






/* MOBILE STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
	.container{
		width:87.5%; /* 280 pixels at a 320 pixel screen width (iPhone 3 / 4 / 5) */
	}
}

/* TABLET STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.container{
		width:93.75%; /* 720 pixels at a 768 pixel screen width (iPads) */
	}
}

/* DESKTOP STYLES ////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 1025px){
	.container{
		/*width:978px;*/
		width:95.5%;
	}
}
