/* Mobile design (START) */ /* Mobile design (START) */ /* Mobile design (START) */ /* Mobile design (START) */ /* Mobile design (START) */ /* Mobile design (START) */ 
/* Mobile design (START) */ /* Mobile design (START) */ /* Mobile design (START) */ /* Mobile design (START) */ /* Mobile design (START) */ /* Mobile design (START) */ 

@media (max-width: 768px) {
	
    .cursor-dot {
        display: none;
    }
	
	#program-container, #info-container {
		height: fit-content !important; padding-bottom: 40vh !important;
	}
	
	.fixed-button {
    position: fixed;
    bottom: 0vh;
    left: 28.5vw !important;
    padding: 15px 25px;
    font-size: 1.5rem;
    z-index: 5;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    background: whitesmoke !important;
}
	
	#feature-container {
		overflow-y: scroll;
		height: fit-content;
	}

    .draggable-object {
        cursor: pointer; 
    }
	
	.draggable-object img {
		max-height: 10vh; max-width: 10vw;
		object-fit: contain;
	}
    
	.details article {
  	grid-template-columns: 1fr; 
    padding-left: 2%; padding-right: 2%; 
	max-width: 100vw !important;
	overflow-x: hidden;
	}
	
	.details .right-column {
	grid-row-start: 1; grid-row-end: 1;
	max-width: 100vw !important;
	margin: 1vw !important;
	}
	
	.details .left-column {
	grid-row-start: 2; grid-row-end: 2;
	max-width: 100vw !important; width: 100%; font-size: 1rem;
	}
	
	.details img {
		display: flex; place-content: center; width: 99.5%;
	}
	
	.details .price {
		padding: 1vh !important;
		display: flex; place-content: center;
		padding-bottom: 0.25vh !important;
		position: relative !important; bottom: 0;
		z-index: !important;
	}
	
	.details .soundcloud, .details .bandcamp {
		margin-left: 1vw !important; margin-right: 1vw !important;
	}
	
	.blob {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0.5;
    pointer-events: none;
	
	}

	.gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(to top, whitesmoke, #E89AC1, whitesmoke, #E89A9A, whitesmoke);
    z-index: -1;
    filter: blur(30px);
	border-top-right-radius: 12vw;
	border-top-left-radius: 12vw;
	
	}
	
	#feature-container .music-player {
		display: none;
	}
	
		
	#feature-container {
		box-shadow: none;
	}
	
	#feature-container {
		background: unset;
	}
	
	#gallery-images {
		grid-template-columns: 1fr;
	}
	
	#menu-container {
		grid-template-columns: 1fr;	
		height: fit-content;
		margin: 0;
	}
	
	#program-container {
		grid-template-columns: 1fr;
		overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
	}
  	#program-container td.artist {
		font-size: 1.8rem; padding: 2vw;
		margin: 0; border: none;
	}
	
	#program-container td.fee, #program-container td.date {
		padding: 0; margin: 0; border: none;
		font-size: 1.1rem;
	}
	
	#program-container .card {
		padding: 2vh;
	}
	#program-container {
		font-size: 1.3rem;
	}
	
	.music-player {
		display: none;
	}

		
    header {
		align-items: center;
        padding-bottom: 1vh;
		background: whitesmoke !important;
        box-shadow: whitesmoke 1vh 1.25vh 1.45vw 1.85vh !important;
		border-bottom-right-radius: 2vw;
		border-bottom-left-radius: 2vw;
		width: 100%;
    }

    header a {
        font-size: 1.4rem;
		line-height: 3.6rem;
        box-shadow: none;
		align-content: center;
    }
	
	header a:nth-child(1) {
		margin-left: 3vw;
	}
	
		header a:nth-child(3) {
		margin-right: 3vw;
	}
	
	header a:nth-child(2) {
		border-radius: 12vw;
		text-decoration: wave 2pt black;
		align-content: center;
	}
		
    .sun#cloud, .sun#hue, .vignette, .cloud {
        display: none; 
    }

	
	#info-container {
		padding-top: 2vh; padding-bottom: 6vh; scroll-behavior: smooth;
	}
	
#menu-container .gallery-layer {
    padding-top: 6vh;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    justify-content: space-around;
    gap: 2vw; 
	margin-bottom: 6vh;
}

#menu-container .gallery-image {
    min-width: 100vw !important;
    max-width: 100vw !important;
    scroll-snap-align: center; 
}
	
	#extra-container {
		margin-top: -4vh !important;
	}

    html, body {
        overflow-x: hidden;
        width: 100%;
        position: relative;
    }
}

/* Mobile design (END) */ /* Mobile design (END) */ /* Mobile design (END) */ /* Mobile design (END) */ /* Mobile design (END) */ /* Mobile design (END) */ 
/* Mobile design (END) */ /* Mobile design (END) */ /* Mobile design (END) */ /* Mobile design (END) */ /* Mobile design (END) */ /* Mobile design (END) */ 




/* iPad Portrait */
@media (min-width: 768px) and (max-width: 1024px) {
}

/* iPad Landscape */
@media (min-width: 1024px) and (max-width: 1366px) {
}

/* General Desktop */
@media (min-width: 1280px) {
}

/* Larger Screens (iMac, etc.) */
@media (min-width: 1600px) {
}


/* Generic Mobile Styles */
@media (max-width: 430px) {
	#program-container {
		padding-bottom: 10vh;
	}
	
	#program-container table, #program-container tbody, #program-container td, #program-container img, #program-container {
		max-width: 100vw !important;
	}
	
    .arrow-container {
        display: grid; grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: fit-content;
		margin: 0 auto; padding-top: 4vh; padding-bottom: 1vh;
    }

    #arrow-caption {
        display: flex;
        font-size: 1.8rem;
		align-self: center;
		text-align: center;
		margin: 0 auto;
		padding: 0;
    }
	
	img.arrow-icon {
		max-height: 20px !important;
		margin: 0 auto;
		padding: 0;
		display: flex; align-self: center;
	}
	
	#program-container .right-column {
		padding-top: 0; padding-bottom: 4vh;
		height: fit-content; overflow: 
	}
	
	#program-container .left-column {
		padding-bottom: 0; height: fit-content;
	}
	
	#program-container .left-column p {
		padding-top: 0; margin: 1rem;
	}
	
	#program-container .price {
		padding-top: 2vh; margin-bottom: 10vh; 
		height: fit-content; line-height: 1.8rem;
	}
	
	#program-container.bandcamp, #program-container.soundcloud {
		margin: 0 auto; padding: 0;
	}
	
	#info-container, #menu-container {
		margin: 1rem;
	}
	
}

/* iPhone SE or smaller */
@media (max-width: 320px) {
}

/* iPhone Landscape */
@media (min-width: 667px) and (max-width: 812px) {
}


/* Small Android Phones */
@media (max-width: 320px) {
}

/* Medium Android Phones */
@media (min-width: 360px) and (max-width: 411px) {
}

/* Android Tablets */
@media (min-width: 768px) {
}
