@import url('https://fonts.googleapis.com/css2?family=Pliant:ital,wght@0,100..900;1,100..900&display=swap');

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

:root{
    --globalcolor:  #f6f6f6;
    --contrast:  #000;
    --alternative: yellow;
}

::selection {
    background: var(--alternative);
    color: var(--contrast);
}

body {
    text-align: center;
    background: var(--globalcolor);
    color:var(--contrast);
    font-family: "Pliant", sans-serif;
    font-style: normal;
}

h1 {
    font-size: 7dvw;
    line-height: 7dvw;
    text-transform: uppercase;
    margin: 10dvh auto;
    font-weight: 500;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

p {
    
}

a {
    text-decoration: none;
    color: var(--contrast);
}

.bit-rsvp, .bit-top-track-button, .bit-nav-bar {
  display: none !important;
}

#form {
    border: 1px solid #ddd;
    margin-bottom: 100px;
    width: 90dvw;
    max-width: 500px;
    padding: 25px 10px 0 10px;
    margin: 0 auto 100px auto;
}

#menu a {
    text-transform: uppercase;
    margin: 0 10px;
    color: var(--contrast);
    font-weight: 500;
    font-size: 30px;
}

#menu a:hover {
    text-decoration: underline;
}

#tropicalDancerArtwork {
    width: 80dvw;
    height: 80dvw;
    max-width: 900px;
    max-height: 900px;
    margin: 10dvh auto;
    display: block;
    background: url(../img/topicaldancer.jpg) no-repeat center / cover;
}

#socials {
    margin-bottom: 100px;
}

.icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}

#instagramC {
    background: url(../img/icons/igC.svg) no-repeat center / cover;
}
#instagramB {
    background: url(../img/icons/igB.svg) no-repeat center / cover;
}
#facebook {
    background: url(../img/icons/fb.svg) no-repeat center / cover;
}
#youtube {
    background: url(../img/icons/yt.svg) no-repeat center / cover;
}
#spotify {
    background: url(../img/icons/sp.svg) no-repeat center / cover;
}
#apple {
    background: url(../img/icons/am.svg) no-repeat center / cover;
}


    
    
    
    
    
    


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

        
    h1 {
        font-size: 30px;
        line-height: 1em;
    }


}