@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

* {
	margin:0;
	padding:0;
}

* {
	margin: 0;
	padding: 0;
    scroll-behavior: smooth;
}

:root{
    --globalcolor:  #ffffff;
    --contrast:  #000000;
    --alternative:  palevioletred;
}
  
::selection {
    background: var(--alternative);
}

body {
    text-align: center;
    background: black;
    color:white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#header {
    width: 98%;
    height: calc(100vh - 25vw);
    margin: 0.5vh auto;
    background: url(../img/rolandgift.jpg) no-repeat 50% 30% / cover;
}

hr {
    border: none;
    height: 0.5vh;
    width: 98%;
    margin: 0 auto;
    background-color: white;
}

h1 {
    font-size: 14vw;
    line-height: 0.86em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

h2 {
    font-size: 10vw;
    font-weight: 700;
    line-height: 0.86em;
    margin: 50px auto;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 72px;
    font-weight: 700;
    line-height: 0.86em;
    margin-top: 50px;
}


#menu {
    text-align: center;
    margin-bottom: 0.5vh;
}

#menu a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    font-size: 5vw;
    line-height: 1em;
    margin: 1vh 1vw 0.65vh;
}

#menu a:hover {
    color: palevioletred;
}



/*
#socials a {
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 3.5vw;
    line-height: 1em;
    margin: 1vh 0.8vw 0.8vh 0.8vw;
}

#socials a:hover {
    color: palevioletred;
}
*/


#bio {
    width: 90%;
    max-width: 920px;
    margin: 5vh auto;
    text-align: left;
    padding: 100px 0;
}

#bio p {
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
}

#tour {
    margin: 50px auto;
    width: 90%;
    max-width: 1280px;
}

#footer {
    margin: 50px;
}

#footer p, #cookie {
    display: inline-block;
}

#cookie a {
    color: var(--globalcolor);
    margin: 0 10px;
}
#cookie a:hover {
    color: var(--alternative);
}

.icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-decoration: none;
}

#facebook{
    background-image:url(../img/icons/fb.svg);
}
#spotify{
    background-image:url(../img/icons/sp.svg);
}
#deezer{
    background-image:url(../img/icons/de.svg);
}
#apple{
    background-image:url(../img/icons/am.svg);
}
#amazon{
    background-image:url(../img/icons/az.svg);
}
#songkick{
    background-image:url(../img/icons/sk.svg);
}
#twitter{
    background-image:url(../img/icons/tw.svg);
}
#instagram{
    background-image:url(../img/icons/ig.svg);
}
#youtube{
    background-image:url(../img/icons/yt.svg);
}
#soundcloud{
    background-image:url(../img/icons/sc.svg);
}
#tiktok{
    background-image:url(../img/icons/tt.svg);
}
#snapchat{
    background-image:url(../img/icons/snap.svg);
}
#twitch{
    background-image:url(../img/icons/twitch.svg);
}
#discord{
    background-image:url(../img/icons/discord.svg);
}


.bit-widget .bit-event .bit-location {
    text-align: left;
}


@media screen and (max-width: 700px) {
    #header {
        height: 65vh;
    }
    #menu a {
        font-weight: 700;
    }
}