html,
body {
    background-color: black;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    
}
@-ms-viewport{
    width: device-width;
  }

.background {
    background-image: url("../img/background_2min.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}



/* MAIN ANIMATED LOGO  STYLING  START*/

.logo-con-big {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.img {
    height: auto;
    left: 50%;
    margin-top: 50px;
    max-width: 100%;
    position: fixed;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    z-index: -1;
}


/* MAIN ANIMATED LOGO  STYLING ENDS*/


/* main navigation - DESKTOP BEGINS */

.desk_nav {
    position: fixed;
    margin-top: 80px;
    float: left;
    height: 100vh;
    width: 100%;
    z-index: 2;
}

.nav1 {
    float: left;
    font-family: 'Cinzel', serif;
    height: 25%;
    width: 100%;
}

.nav1 p {
    color: white;
    font-size: 22px;
    margin-top: 5vh;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav2 {
    float: left;
    font-family: 'Cinzel', serif;
    height: 25%;
    width: 100%;
}

.nav2 p {
    color: white;
    font-size: 22px;
    margin-top: 10vh;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav3 {
    float: left;
    font-family: 'Cinzel', serif;
    height: 25%;
    width: 100%;
}

.nav3 p {
    color: white;
    font-size: 22px;
    margin-top: 15vh;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: #7E2253;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul {
    color: white;
    font-family: 'Cinzel', serif;
    list-style-type: none;
    margin: 0;
    margin-left: 40px;
    overflow: hidden;
    padding: 0;
}

li {
    color: white;
    display: inline-block;
}


/* main navigation - DESKTOP ENDS */


/* main nav - MOBILE BEGINS */

.mobile_nav {
    position: fixed;
    align-content: center;
    float: left;
    width: 100%;
    z-index: 2;
    padding: 8%;
}


/* main nav - MOBILE ENDS */


/*SOCIAL MEDIA DESKTOP STARTS */

.box3 {
    float: right;
    height: 25vh;
    margin-right: 12px;
    margin-top: px;
    width: 100%;
    z-index: 2;
}

.fa-instagram {
    color: white;
    font-size: 5vw;
}

.comp-insta:hover {
    color: #7E2253;
    transition: 0.3s;
}

.insta {
    height: 25%;
    text-align: center;
    width: 100%;
}

.fa-facebook {
    color: white;
    font-size: 5vw;
}

.facebook {
    height: 25%;
    text-align: center;
    width: 100%;
}

.comp-face:hover {
    color: #7E2253;
    transition: 0.3s;
}

.fa-bandcamp {
    color: white;
    font-size: 5vw;
}

.bandcamp {
    height: 25%;
    text-align: center;
    width: 100%;
}

.comp-band:hover {
    color: #7E2253;
    transition: 0.3s;
}

.fa-soundcloud {
    color: white;
    font-size: 5vw;
}

.soundcloud {
    height: 25%;
    text-align: center;
    width: 100%;
}

.comp-sound:hover {
    color: #7E2253;
    transition: 0.3s;
}

.fa-twitter {
    color: white;
    font-size: 5vw;
}

.twitter {
    height: 25%;
    text-align: center;
    width: 100%;
}

.comp-twitter:hover {
    color: #7E2253;
    transition: 0.3s;
}


/*SOCIAL MEDIA DESKTOP ENDS*/

.spotify {
    float: left;
}


/* SOCIAL MEDIA MOBILE BEGINS */

.box4 {
    bottom: 6%;
    float: left;
    /* height: 130px; */
    /* margin-top: 60px; */
    position: fixed;
    width: 100%;
}

.slide-mobi2 {
    margin-bottom: 60px;
    margin-top: -30px;
}

.insta-icon {
    padding-left: 60%;
}

.face-icon {
    padding-left: 50%;
}

.band-icon {
    padding-left: 20%;
}

.sound-icon {
    padding-right: 50%;
}

.twitter-icon {
    padding-left: 60%;
}


/* SOCIAL MEDIA MOBILE ENDS */


/* SPOTIFY BUTTON STARTS */
footer{
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 100;
  
}

.footer_div{
    width: 200px;
}

/* SPOTIFY BUTTON ENDS */