* {
  -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

html ::-webkit-scrollbar
{
  display: none;
}

body {
    margin: 0;
    padding: 0;
    background-size: contain;
    background-position: center;
    background: url('img/AK.jpg') no-repeat;
    background-attachment: fixed;
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    body{
        margin: 0;
        padding: 0;
        background-size: contain;
        background-position: bottom;
        background: url('img/AK1.jpg') no-repeat;
        background-attachment: fixed;
    }

    .container {
        width: 90%!important;
    }
}

@media only screen 
  and (min-device-width: 1024px)
  and (max-device-height: 768px)
  and (orientation: landscape) {
    .container {
        width: 90%!important;
    }
  }

.nav-wrapper {
    opacity: 0.8;
    z-index: 1;
}

.nav-wrapper i{
    color: #f9e6ce;
}

@media only screen
    and (min-device-width: 993px) {
        .nav-wrapper li a::after {
        content: '•';
        position: relative;
        left: 15px;
    }
}

nav ul li a.active {
    color: red;
}

.sidenav li a {
    color: rgb(255, 255, 255)!important;
    font-size: larger;
}

.sidenav {
    background-color: rgba(43, 43, 43, 0.6)!important;
}

.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('img/background.jpg') no-repeat;
    background-size: cover;
}

.hero button {
    background: rgba(0, 0, 0, 0);
    padding: 1rem;
    border: 1px solid white;
    font: 1.4rem sans-serif;
}

.hero button:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid yellow;
    color: yellow!important;
    transition: 0.5s;
}

.hero button:active {
    background-color: black;
}

.purchase-button {
    margin-top: 1rem;
}

.arrow-down {
    position: absolute;
    bottom: 0;
}

.hero a {
    color: white;
    position: relative;
    bottom: 0;
}

.about-us-container{
    padding-top: 90vh;
}

.about-us{
    color: white;
}

header {
    margin-bottom: 5rem;
    
}

.titlebox span{
    padding: 8px;
    border: 2px solid white;
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.about-us.text p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* font-size: 1.4rem */
}

.pictures{
    height: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('img/circle3.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.pictures header {
    margin-top: 4rem;

}

.pictures .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pictures .row a {
    padding: 0.2rem 0.4rem;
    background-color: rgb(235, 17, 82);
    border-radius: 4px;
}

.pictures .row a span {
    color: white;
    font-size: large;
}

.videos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('img/circle1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.videos header {
    margin-top: 4rem;
}

.video-container {
    margin-bottom: 1rem;
}

.video-container iframe {
    padding: 0 0.5rem;
}

#thumbnail {
    padding: 0 0.5rem;
    position: relative;
}

#thumbnail div{
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: red;
    transition: 0.4s ease-in-out;
}

#thumbnail a img {
    outline: 2px solid rgb(255, 255, 255);
	transition: 0.4s ease-in-out;
	transition-delay: 0.1s;
}

#thumbnail:hover a img{
    opacity: 0.9;
    filter: brightness(70%);
}

#thumbnail:hover div{
    opacity: 1;
}

.show-more {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
}

.show-more p{
    color: #f9e6ce;
    font-size: 2rem;
    font-style: italic;
    font-weight: bold;
}

.music {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('img/moon.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.music .container {
    width: 85%;
}

.music header {
    margin: 3rem 0;
}

.music p {
    color: #f9e6ce;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    line-height: 1.3rem;
}

.music .row .spotify img {
    margin-bottom: 2rem;
}

.music .row .col{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.music .row .col .row p{
    color: white;
    font-weight: bold;
    margin: 1rem 0 1rem 0;
}

.shows {
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.shows header {
    margin-top: 3rem;
}

.shows header span {
    color: black;
    border: 2px solid black;
}

.shows .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shows p {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: red;
}

.shows a{
    background-color: red;
    font-weight: 500;
    padding: 0.8rem 0.8rem;
    border-radius: 2px;
}

.parallax-container {
    height: max-content!important;
}

.parallax-container img {
    filter: brightness(50%);
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0!important;
}

.contact header {
    margin: 3rem 0 2rem 0;
}

@media only screen
    and (min-device-width: 599px) {
        .contact .row {
            display: flex;
            column-gap: 4rem;
        }
    }

.contact .row p{
    margin: 1rem 0;
}

@media only screen
    and (min-device-width: 769px) {
        .contact .row p{
            font-size: 1rem;
        }
    }

.contact a {
    color: white;
    padding: 0.5rem 1rem;
    background-color: black;
    border-radius: 4px;
}

footer {
    height: 8rem;
    bottom: 0;
    background-color: black;
    width: 100%;
}

footer .row {
    margin-bottom: 2rem;
}

footer .row .col {
    color: #f9e6ce;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

footer .row .col p {
    color: #f9e6ce;
    font-weight: bold;
}

footer a i{
    font-size: 1.5rem!important;
    padding: 0 1rem;
    transition: 0.4s ease-in-out;
}

@media only screen
    and (max-device-width: 599px) {
        footer a i{
            padding: 0 0.8rem;
            transition: 0.4s ease-in-out;
        }
    }


@media only screen
    and (max-device-width: 420px) {
        footer a i{
            font-size: 1.5rem!important;
            padding: 0 0.8rem;
            transition: 0.4s ease-in-out;
        }
    }

@media only screen
    and (max-device-width: 320px) {
        footer a i{
            font-size: 1.4rem!important;
            padding: 0 0.6rem;
        }
    }

footer a i:hover {
    color: rgb(255, 0, 0);
}

.down-button {
    position: fixed;
    bottom: 0.8rem;
    right: 0.8rem;
}

.down-button a {
    background-color: red;
}

.down-button a:hover {
    background-color: white;
    color: red;
}

.down-button a i:hover {
    color: red;
}