@charset "UTF-8";

/* Body */
body {
    /* background-color: #000B7E; */
    font-style: normal;
    font-weight: 100;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    font-family: "Montserrat", sans-serif;

    /* background: #000B7E; */
    background: linear-gradient(0deg, #000647 87%, #0900de 100%);
}

a {
    text-decoration: none;
}

/* .bg {
 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
} */
.bg img {}

.landingarea {
    /* margin-bottom: 20px; */
    /* padding-top: 10px; */
    padding-bottom: 40px;
    position: relative;
    
}

.overlay {
    position: absolute;
    inset: 0;

    /* same as top:0; right:0; bottom:0; left:0 */
    background: black;
    opacity: 0;

    /* z-index: 2; */
}

/* .landingarea .overlay {
    position: absolute;
    inset: 0;
    background: black;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
} */
.logohead {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    /* min-width: 500px; */
    max-width: 600px;
    margin-bottom: 20px;
    height: 30%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.logohead.loaded {
    opacity: 1;
}

@keyframes logoFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Container */
.container {
    width: 100%;
}

/* Navigation */
header {
    width: 100%;
    background-color: #000246;
    position: sticky;
    top: 0;
    padding-bottom: 5px;
    z-index: 2;
      border-bottom: 5px solid #333;

}

.containerMenu {
    max-width: 100%;
    width: 100%;
    margin: auto;
    visibility: hidden;
    display: none;
}

nav {
    margin: auto;
    line-height: 26px;
    text-align: center;
    width: 51%;
    justify-content: center;
    padding-top: 2px;
    margin-top: 0;
    
    /* position:; */
}


header nav ul {
    display: flex;
    width:100%;
    list-style: none;
      display: flex;
    justify-content: center;
    gap: clamp(4px, 4vw, 80px);
    list-style: none;

}


nav ul li {
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s linear;
    order: 0;
    /* padding: 40px; */

    padding-bottom: 0;
    padding-top: 0;

            flex: 0 0 auto;
}

ul li a {
    color: #FFFFFF;
    text-decoration: none;
    width: 50%;

    /* margin: auto; */
    /* text-align: center; */
}

ul li:hover a {
    color: #3E39EC;
}

.platforms {
    position: absolute;
    top: 20px;
    right: 10px;
    display: flex;
    gap: 5px;
    z-index: 10;
}


.plaformicon {
    width: 20px;
    /* margin-left: 10px; */

}

.plaformicon:hover {
    opacity: 0.3;
}

.logo {
    color: #fff;

    /* font-weight: 400; */
    /* text-align: center; */
    /* width: 10%; */
    /* float: left; */
    /* margin-top: 35px; */
    /* margin-left: 25px; */
    letter-spacing: 4px;
    width: 50%;
    margin: auto;

    /* height: 303px; */
    font-family: actor;
    font-size: 50px;
    margin-top: 100px;
    font-style: normal;

    /* display: inline-block; */
    text-align: center;
}

.songcover {
    /* display: inline-block; */
    margin-left: auto;
    margin-right: auto;

    /* padding-top: 37px;
    padding-right: 37px;
    padding-left: 37px;
    padding-bottom: 37px; */
    width: 50%;
    min-width: 700px;
    height: 30%;
    text-align: center;
}

.HeaderB .menuElement {
    /* display: inline-flex; */
    /* text-align: center; */
    /* display: flex; */
    /* flex-wrap:nowrap; */
    /* width: 100%; */
    min-height: auto;
    min-width: auto;
    display: inline-block;
}


.logoPic {
    /* display: inline-block; */
    /* margin: auto; */
    padding-top: 5px;

    /* padd */
    height: 50%;

    /* padding-left: 4%;; */
    min-width: 500px;
    max-width: 600px;
    width: 70%;

    /* text-align: center; */
}

.featureSect {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #F0A9BE;
    height: auto;
    width: 100%;
    box-shadow: rgba(240, 46, 170, 0.4) 0px 0px 0px 5px, rgba(240, 46, 170, 0.3) 0px 0px 0px 10px, rgba(240, 46, 170, 0.2) 0px 0px 0px 15px, rgba(240, 46, 170, 0.1) 0px 0px 0px 20px, rgba(240, 46, 170, 0.05) 0px 0px 0px 25px;
}

.featureImgContainer {
    display: block;
    width: 100%;
    margin: 0;
}

.featureImg {
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.5);
    width: 35%;
    height: inherit;
    margin: 0;
}

containerTimer {
    color: #333;
    margin: 0 auto;
    text-align: center;
}

h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

#countdown {}

#countdown li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;

    /* align-content: center; */
    padding: 1em;

    /* max-width: 20%; */
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

#countdown li span {
    display: block;
    font-size: 4.5rem;
}

.emoji {
    display: none;
    padding: 1rem;
}

.emoji span {
    font-size: 4rem;
    padding: 0 .5rem;
}

.NewBar {
    border: px solid #d009cd;

    /* right: 0; */
    position: fixed;
    width: 271px;
    top: 0px;
    margin-top: 100px;
    border-radius: 5px 20px 20px 5px;
    background: #bd00de;
    background: linear-gradient(0deg, rgba(189, 0, 222, 1) 0%, rgba(243, 15, 255, 1) 100%);
    z-index: 10;

    /* This is a short hand syntax */
}

.logosmall {
    position: sticky;
    display: inline-flex;
    padding-top: 16px;
    top: 0px;
    float: left;
    left: 20px;
    width: 249px;
    height: auto;
    z-index: 20;

}

.NewContainer {
    margin: 0;
    height: 100%;
    font-weight: 400;

    /* position: absolute; */
    /* top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000246;
}

.collumNew {
    /* width: 50%; */
    flex: 50%;

    /* flex-basis: 100%; */
    /* padding: 10px; */
    /* padding: 10px; */
}

.MJimgContainer {
    /* max-height: 100%; */
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
}

.MJimg {
    /* ; */
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 95px;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.5);

    /* box-shadow: 0px 0px 10px black; */
}

p.newContentText {
    font-size: 19px;
    text-align: center;
    font-weight: 800;
    color: #ffffff;
}

/* .divider_mobile{
		height: 100px;
	background-image: linear-gradient(#0037E3, #000B7E);
} */
.divider {
    height: 80px;
    background-image: linear-gradient(#000B7E, #0037E3);
    width: 100%;

    /* color: #0037E3 */
}

.divider2 {
    /* height: 30px; */
    height: 20px;

    /* margin-bottom: 20px; */
    /* background-image: linear-gradient(#0037E3, #000B7E); */
    background-color: #000BA8;
    padding-bottom: 20px;

    /* box-shadow: rgba(240, 46, 170, 0.4) 0px 5px 0px 0px, rgba(240, 46, 170, 0.3) 0px 10px 0px 0px, rgba(240, 46, 170, 0.2) 0px 15px 0px 0px, rgba(240, 46, 170, 0.1) 0px 20px 0px 0px, rgba(240, 46, 170, 0.05) 0px 25px 0px 0px; */
    /* box-shadow: rgba(240, 46, 170, 0.4) 0px 0px 0px 5px, rgba(240, 46, 170, 0.3) 0px 0px 0px 10px, rgba(240, 46, 170, 0.2) 0px 0px 0px 15px, rgba(240, 46, 170, 0.1) 0px 0px 0px 20px, rgba(240, 46, 170, 0.05) 0px 0px 0px 25px; */
}

.divider3 {
    height: 60px;
    background-image: linear-gradient(#000B7E, #4F4F4F);
}



.dividerVideo {
    margin-bottom: 40px;
}

.outNow {
    width: 100%;
    height: 5%;
    background-color: #217BF8;
    border-bottom: 1px solid #2C9AB7;
    text-align: center;
    color: #FFFFFF;
}

.outNowText {
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 7px;
    padding-top: 12px;
    font-size: 22px;
    padding-bottom: 12px;
    font-family: actor;
    font-style: normal;
    font-weight: 400;
    padding-right: 0px;
}

.videoSect {
    /* padding-left: 25px;
    padding-right: 25px; */
    /* padding-top: 35px; */
    /* padding-bottom: 35px; */
    background-color: #000BA8;
    z-index: 1;
    position: relative;
    box-shadow: rgba(240, 46, 170, 0.4) 0px 0px 0px 5px, rgba(240, 46, 170, 0.3) 0px 0px 0px 10px, rgba(240, 46, 170, 0.2) 0px 0px 0px 15px, rgba(240, 46, 170, 0.1) 0px 0px 0px 20px, rgba(240, 46, 170, 0.05) 0px 0px 0px 25px;
}

.video {
    /* min-height: 200px; */
    width: 100%;
    max-width: 1200px;
}

.youtube-placeholder {
    aspect-ratio: 16 / 9;
    max-width: 1020px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* gap: 1rem; */
    /* padding: 2rem; */
    background: #eee;
    text-align: center;
}

.youtube-placeholder iframe {
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: 0px 0px 10px black;
}

.iframe-container {
    position: relative;
    width: 90%;
    padding-bottom: 56.25%;

    /* z-index: 1; */
    /* max-width: 1020px; */
    /* max-height: 630px; */
    /* height: 200px; */
    /* max-width: 80%; */
    /* max-height: 80%; */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    box-shadow: 0px 0px 10px black;
}

[id] {
    scroll-margin-top: 80px;
}

.discography {
    /* height: 1000px; */
    font-family: "Montserrat", sans-serif;
    background-color: #000646;
    box-shadow: rgba(240, 46, 170, 0.4) 0px 0px 0px 5px, rgba(240, 46, 170, 0.3) 0px 0px 0px 10px, rgba(240, 46, 170, 0.2) 0px 0px 0px 15px, rgba(240, 46, 170, 0.1) 0px 0px 0px 20px, rgba(240, 46, 170, 0.05) 0px 0px 0px 25px;
}

.page_title {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    color: white;
    letter-spacing: 15px;
    padding-left: 15px;
    font-weight: 100;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    margin: 0;

    /* margin-top: 25px; */
    padding-top: 50px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.row {
    columns: 2;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
}

.row:nth-child(even) {
    background-image: -webkit-linear-gradient(#000B7E 0%, #000646 5%, #000646 95%, #000B7E 100%);
}

.row:nth-child(odd) {
    background-image: -webkit-linear-gradient(#000B7E 0%, #0901d0 5%, #050076 95%, #000B7E 100%);
}

.row:last-child {
    background-image: -webkit-linear-gradient(#000B7E 0%, #000646 10%, #000646 90%, #000BA8 100%);
    padding-bottom: 30px;
}

.row:first-of-type {
    background-image: -webkit-linear-gradient(#000646 0%, #000646 5%, #000646 95%, #000B7E 100%);
}

.column {
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;

    /* height: 100%; */
    color: beige;
    width: 30%;
    z-index: 0;

    /* margin-top: 70px;
  margin-bottom: 70px; */
    /* box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px; */
}

.row:nth-child(odd) .column:nth-child(odd) {
    order: 2;
}

.column img {
    /* margin-top: 0px; */
    width: 100%;
    vertical-align: middle;
    position: relative;

    /* not best place */
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 450px;
    box-shadow: 0px 0px 10px black;

    /* width: 100%; */
    z-index: 10;
}

.musicInfo {
    /* margin: auto; */
    width: 100%;

    /* margin: auto; */
    /* padding: 0; */
    /* display: block; */
    /* height: 50%; */
    /* min-width: 120px; */
}

.songtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    letter-spacing: 6px;
    font-weight: 400;

    /* margin-left: 40px; */
    /* margin-right: 40px; */
    text-align: center;
    margin: 0;
    margin-bottom: 6px;
    margin-top: 25px;
}

.songcollection {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
}

.button {
    width: 200px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 60px;
    text-transform: uppercase;
    border: 3px solid #FFFFFF;
    transition: all 0.3s linear;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.button:hover {
    background-color: #FEFEFE;
    color: #C4C4C4;
    cursor: pointer;
}

.responsive {
    padding: 0 6px;

    /* float: left; */
    width: auto;
    text-align: justify;
    display: inline-block;
}

* {
    box-sizing: border-box;
}

.imgAbout {
    width: 312px;
    height: auto;
    float: left;
    border: thin;
}

.aboutSect {
    width: auto;
    height: auto;
    text-align: center;
    z-index: -3;
}

.aboutTxtContainer {
    width: 640px;
    max-width: 80%;
    color: white;

    /* margin:auto; */
    margin: auto;

    /* width: 50%; */
    /* text-align: center; */
}

.aboutTxt {
    text-align: center;
    letter-spacing: 1px;
    line-height: 2;
    font-size: 20px;

    /* font-weight: 100; */
    /* overflow:auto; */
}

.footer_banner {
    background-color: #4F4F4F;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-right: 0px;

    /* margin-bottom: 400px; */
    margin: 0px;

    /* overflow-x: hidden; */
    /* padding-left: 0px; */
    color: aliceblue;
    width: 100%;

    /* box-sizing: border-box; */
    /* background-image: url(../../images/pattern.png); */
    /* background-repeat: repeat; */
}

footer {
    display: inline-block;
}

.contact_text {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* line-height: 22px; */
    text-align: center;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 20px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 10px;

    /* width: 50%; */
    text-transform: uppercase;
}

@media only screen and (max-width : 900px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }

    .imgAbout {
        width: 100%;
        margin-top: 10px;
        height: auto;
        border: thin;
    }

    .parallax_description {
        margin-top: 30px;
        overflow: hidden;
        text-align: center;
    }

    .about {
        display: inline-block;
        padding-top: 184px;
        background-color: #DEE1CF;
        margin-top: 0px;
        padding-bottom: 61px;
        padding-left: 71px;
        padding-right: 71px;
        width: 100%;
    }

    p.newContentText {
        font-size: max(3vw, 20px);
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

.light {
    font-weight: bold;
    color: #717070;
}

.tagline {
    text-align: center;
    color: #FFFFFF;
    margin-top: 4px;
    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: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #A3A3A3;
}

.about {
    display: inline-block;
    padding-top: 39px;
    background-color: #DEE1CF;
    margin-top: 0px;
    padding-bottom: 76px;
    padding-left: 71px;
    width: 100%;
}

/* Stats Gallery */
.stats {
    color: #717070;
    margin-bottom: 5px;
}

.gallery {
    clear: both;
    display: inherit;
    width: 100%;

    /* [disabled]min-width: 400px; */
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.thumbnail {
    width: 25%;
    text-align: center;
    float: left;
    margin-top: 35px;
}

.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #52BAD5;
}

.gallery .thumbnail p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #A3A3A3;
}

/* Parallax Section */
.button {
    margin-bottom: 30px;
}

/* More info */
footer {
    /* background-color: #FFFFFF; */
    padding-bottom: 35px;
}

.cards {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 200px;
}

footer .footer_column p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    line-height: 25px;
    font-weight: lighter;
    margin-left: 20px;
    margin-right: 20px;
}

.copyright {
    text-align: end;
    padding-right: 30px;

    /* position: fixed; */
    font-size: 12px;

    /* text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px; */
}

.hidden {
    display: none;
}

/* Mobile */
@media (max-width: 600px) {
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 13px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .text_column {
        width: 100%;
        text-align: justify;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .thumbnail {
        width: 100%;
    }

    .footer_column {
        width: 100%;
        margin-top: 0px;
    }

    .parallax {
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 40%;
        padding-right: 0px;
        padding-bottom: 3px;
        padding-left: 0px;
        width: 100%;
        font-size: 50px;
    }

    .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;
    }


}

/* Small Tablets    vertical menu */
@media (min-width : 200px) and (max-width : 1100px) {
    header {
        text-align: center;

    }

    .landingarea{
            background: linear-gradient(0deg, #000647 0%, #0900de 100%);
            
    }

    .containerMenu {
        max-width: 100%;

        /* width: 100%; */
        margin: auto;
        visibility: visible;

        /* display:flex; */
        background-color: #000646;
    }

    .logosmall {
        position: sticky;
        display: inline-flex;

        padding-top: 20px;
        top: 0px;
        float: none;
        left: 0;
        width: 180px;
        /* width: 25%; */
        height: auto;
    }

    .navbar {
        width: 100%;

        /* position: sticky; */
        /* padding: 0; */
        color: #000646;
        box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
        display: inline-flex;

        /* padding-top: 20px; */
        top: 0px;
        float: left;
        left: 0px;

        /* width: 229px; */
        height: auto;
        z-index: 10;
        position: absolute;
        display: inline-flex;
        top: 0px;
        float: left;
            border-bottom: 5px solid #333;
    }

    .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 62px;
    }

    .navbar .menu-items {
        display: flex;
    }

    .navbar .nav-container li {
        list-style: none;
    }

    .navbar .nav-container a {
        text-decoration: none;
        color: #719CC1;
        font-weight: 500;
        font-size: 1.2rem;
        padding: 0.7rem;
    }

    .navbar .nav-container a:hover {
        font-weight: bolder;
    }

    .nav-container {
        display: block;
        position: relative;
        height: 60px;
    }

    .nav-container .checkbox {
        position: absolute;
        display: block;
        height: 32px;
        width: 32px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .nav-container .hamburger-lines {
        display: block;
        height: 26px;
        width: 32px;
        position: absolute;
        top: 17px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .nav-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #FFFFFF;
    }

    .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .navbar .menu-items {
        margin-top: 0;
        padding-top: 0;
        box-shadow: inset 0 0 2000px rgba(0, 0, 0, 0.50);
        position: absolute;

        /* height: 100vh; */
        width: 100%;

        /* position: fixed; */
        height: 0;
        transform: translateY(61px);

        /* transition: transform 0.5s ease-in-out; */
        transition: height 0.5s ease-in-out;

        /* transition: padding-top 0.5s ease-in-out; */
        visibility: hidden;

        /* transform: translate(150%); */
        display: flex;
        flex-direction: column;

        /* margin-left: -40px; */
        /* padding-left: 50px; */
        text-align: center;
        background-color: #000646;
        letter-spacing: 4px;

        /* padding-left: 4px; */
        /* font-weight: bold; */
        font-family: "Montserrat", sans-serif;
        font-weight: 100;
        font-size: 30px;
    }

    .navbar .menu-items li {
        margin-bottom: 1.2rem;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .logo {
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 1.2rem;
        color: #0e2431;
    }

    .nav-container input[type="checkbox"]:checked~.menu-items {
        /* transform: translateY(0); */
        height: 220px;
        visibility: visible;
        overflow: hidden;
        padding-top: 20px;

        /* max-height: 240px; */
    }

    .nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
        transform: rotate(-45deg);
    }

    .nav-container input[type="checkbox"]:checked~.logo {
        display: none;
    }

    .container header nav {
        margin: 0;
        padding: 0;
        float: none;
        overflow: auto;
        background-image: linear-gradient(#0037E3, #000B7E);
        display: none;
        visibility: hidden;
    }

    header nav ul {
        padding: 0px;
        float: none;
        width: 100%;
        display: none;
             text-align: center;
    }

    /* nav ul li {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;

    } */

    .platforms {
        position: absolute;
        z-index: 21;
        right: 5px;
        /* width: 80px; */
            display: flex;
                gap: 5px;
    }


    .plaformicon {
        width: 20px;
        /* margin-left: 5px; */
    }

    .featureImg {
        width: 90%;
    }


    .logo {
        width: 100%;
        text-align: center;

        /* margin-top: 13px; */
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        color: #FFFFFF;
    }

    .logoholder {
        /* min-width: 80%; */
        /* order: 1; */
       
    }

    .logoPic {
        /* min-width: 200px; */
        /* min-width: 60%; */
        /* min-height: 50%; */
        min-width: 80%;

        /* margin: 0; */
        padding: 0;
        padding-top: 10px;
                
    }

    #countdown h1 {
        font-weight: normal;
        letter-spacing: .125rem;
        text-transform: uppercase;
    }

    #headline {
        font-size: 3vw;
    }

    #countdown li {
        display: inline-block;
        font-size: 2.5vw;
        list-style-type: none;
        padding: 2em;
        padding-top: 0;
        padding-bottom: 0px;
        text-transform: uppercase;
        visibility: visible;
    }

    #countdown li span {
        display: block;
        font-size: 2.5rem;
    }

    h1 {
        font-size: calc(1.5rem * var(--smaller));
    }

    li {
        font-size: calc(1.125rem * var(--smaller));
    }

    li span {
        font-size: calc(3.375rem * var(--smaller));
    }

    .row {
        /* max-width: 90%; */
        /* margin: auto; */
    }

    .row:nth-child(odd) .column:nth-child(odd) {
        order: 0;
    }

    .column {
        width: 90%;
        margin: 0;
    }

    .column img {
        max-width: 100%;
        margin: 0;
    }

    .songcover {
        width: 90%;
        height: 90%;
        min-width: 90%;
    }

    .logohead {
        width: 90%;
        /* height: 90%; */
        /* min-width: 90%; */

        /* transition: opacity 0.4s ease; */
        z-index: 200;

        /* doesnt animate on mob */
        opacity: 1;
                  /* max-width: 200px; */
    }

    .logohead.loaded {
        opacity: 1;
    }

    .musicInfo {
        margin-bottom: 50px;
    }

    .songtitle {
        margin-top: 25px;

        /* font-size: 4vw; */
        font-size: min(5vw, 30px);
    }

    .songcollection {
        font-size: 3vw;
        font-size: min(4vw, 25px);
        margin-bottom: 20px;
    }

    .text_column {
        width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .NewBar {
        display: none;
    }
}