h1 {
    font-size: 35px !important;
  }


#sect_tour {
    background-image: url('../img/Kuoro.001.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
   background-color: rgb(119, 159, 182);
}

.tour_info {
    display: block;
    position: absolute;
    top: 20vh;
    right: 5vh;
    padding: 30px;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.1);
    z-index: 100;
}

.tour_info h2 {
    font-size: 2.5rem;
}

.music_content {
    background-image: url('../img/DESKTOP/GMC_nettisivu_levy_D_v3.002.jpeg');
    height: 100%;
    background-size: 100% auto;
}

.spotify_content {
    width: 30%;
    float: right;
    margin-right: 10vw;
    margin-top: 11%;
}

.media {
    height: 120px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.top-content .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
}

.top-content .carousel-indicators {
    bottom: -40px;
}

 /* Next & previous buttons */
 .prev_arrow_video, .next_arrow_video {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    padding: 80px 20px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

.prev_arrow_video {
    left: -60px;
}

.next_arrow_video {
    right: -60px;
}

.carousel-control-next-icon {
    color: black;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23779fb6' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
    !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23779fb6' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
    !important;
}

.prev_arrow_video:hover > .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
    !important;
}

.next_arrow_video:hover > .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
    !important;
}

.contact_live {
    background-image:  url("../img/DESKTOP/GMC_contact_live_D.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.red {
    color: #8a0000;
}

@media (max-width: 767px) {

/* ... */

.top-content .carousel-control-prev, 
.top-content .carousel-control-next { display: none; }
.top-content .carousel-indicators li { margin-left: 10px; margin-right: 10px; }

/* ... */

}

#spotify-frame {
	height: 207px;
	margin-top: 30px;
}

.flex_merch {
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
	top: 180px;
	overflow-x: auto;
}

.shop_item {
	flex: 0 0 auto;
}

.shop_item img:hover {
	opacity: 0.5;
}

@media screen and (max-width: 600px) {
	.flex_merch::-webkit-scrollbar {    display: none;}
	#video_carousel_arr_prev, #video_carousel_arr_next {
		display: none;
	}
    
    .tour_info {
        left: 0;
        right: 0;
        bottom: 3vh;
    }

    .tour_info h2 {
        font-size: 2rem;
    }

    .tour_info h4 {
        font-size: 1rem;
    }
    .music_content {
        background-image: url('../img/MOBILE/Levy_M_SPOTIFY_v2.jpeg');
    }
	/* .flex_merch::-webkit-overflow-scrolling: touch; */

    .contact_live {
        background-image:  url("../img/MOBILE/GMC_contact_live_M_v2.jpeg");
    }

    .contact_info_live_details {
        font-size: 1.3rem;
    }

    .spotify_content {
        width: 70%;
        bottom: 40px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #spotify_frame {
        height: 200px;
    }
}



