
body {
    background-color: #000000; 
    font-family: Open Sans,Arial,sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    }

h3  { 
    color: #ffffff;
    font-family: "Arial", Sans-serif;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8.9px;
    text-align: center;
}  
section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
iframe{
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

section#header {
    background-color: #000000;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 36px 36px 36px 36px;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    min-height: 100vh;
    color: white;
    text-align: center;
 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

section#header .overlazy {
    background-color: transparent;
    background-image: radial-gradient(at center center, #004BFF24 0%, #000000 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity .3s;

    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

section#header #logo{
    margin-top:0%;
    width: 350px;
}

section#header #socialIcons {
    position:absolute;
    left:10%;
    right:10%;
     bottom:120px;
}

section#header #socialIcons a {
    margin: 10px;
    font-size: 10pt;
    color:white; 
    background-color: #313147;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 50%;
    margin:0;
    font-size: var(--icon-size,25px);
    line-height: var(--icon-size,25px);
    width: 70px;
    height: 70px;

    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease;

    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #818a91;
    background-color: #373c3f;
  
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 576px) {
    section#header p {
        font-size: 20pt;
        line-height: 20pt;
}

section#header #socialIcons a {
    margin: 18px;
    font-size: 20pt;
}
}


@media screen and (max-width: 400px) {

section#header {
        padding-left:0;
        padding-right:0;
    }

    section#header #logo{
        width: 220px;     
        position:relative;
        left:0%;
        right:0%;   
    }

    section#header #socialIcons{
        left:0%; 

        left:0%;
        right:0%;   

    }

    section#header #socialIcons a{
        left:0%; 

        left:0%;
        right:0%;   
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 768px) {
section#header #socialIcons a {
    font-size: 22pt;
}
}

@media (min-width: 992px) {
section#header #socialIcons a {
    font-size: 24pt;
}
}

@media (min-width: 1200px) {
section#header p {
    font-size: 30pt;
    line-height: 30pt;
}

section#header #socialIcons a {
    font-size: 26pt;
}
}


section#playlist .spotify-button {
font-family: "Arial", Sans-serif;
font-size: 20px;
font-weight: 600;
letter-spacing: 0px;
fill: #ffffff;
color: #ffffff;
background-color: rgba(0,0,0,0);
border-style: solid;
border-width: 1px 1px 1px 1px;
border-radius: 0px 0px 0px 0px;
padding: 15px 40px 15px 40px;
margin-top:50px;
margin-bottom:50px;

transition-duration: .3s;
transition-property:transform
}

section#playlist .spotify-button:active, 
section#playlist .spotify-button:focus, 
section#playlist .spotify-button:hover {
transform:scale(1.1)
}

section#playlist iframe { 
  margin-top:50px;
} 

#tourdates  { 
   background-color: #000000;
   position: relative;
   
   background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}  
#tourdates .overlay  { 
    background-color: #000000;
    background-position: bottom left;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;

}  
#footer  { 
    background-color: #000000;
    color: rgb(102, 102, 102);
    padding: 20px;
    text-align: center;
}
 a { 
    color: rgb(102, 102, 102);
}
 a:hover { 
    color: #ffffff;
}