
html {
    font-size: 125%;
    overflow-x: hidden;
}

body {
    background-color: #FFF6EA;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    position: relative;
    line-height: 1.4;
    color: black;
    overflow-x: hidden;
}

#intro-section {
    padding-top: 1.25rem;
    padding-bottom: 0;
    background: linear-gradient(0deg, rgba(245,226,201,1) 0%, rgba(255,255,255,0) 40%);
}


img {
    display: block;
    width: 100%;
}


h2 {
    font-weight: 600;
    margin-bottom: 1rem;
}

#about .small {
    font-size: 0.75rem;
    font-weight: 400;
    margin-top: -0.25rem;
    margin-bottom: 1rem;
    line-height: 0;
    color: rgba(0,0,0,0.5);
}

#about .lede {
    margin: 1rem 0 0rem 0;
}

h2, .lede {
    font-size: 1.2rem;
}

#contact p {
    margin-top: 1.25rem;
}


a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 0.75px;
    transition: 0.3s;

 }

 a:hover, a:focus {
    text-underline-offset: 0.4em;
    text-decoration-thickness: 1.5px;
    text-decoration-color: inherit;
    outline: none;
    color: inherit;

 }


.video-landscape {
    aspect-ratio: 16 / 9;
    width: 100%;
    border: 3px solid #f7f7f7;
}


#logo, #intro {
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
}


#logo img {
    width: 50%;
    margin-left: 2.2rem;
    margin-top: 0;
}

#contact-box {
   text-align: center;
   padding: 3rem 1rem 3.5rem 1rem;
   margin-bottom: 6rem;
   border: 3px solid #000;
} 

#contact h2 {
    margin-bottom: 0.25rem;
}


#band-intro img {
    margin-left: -33%;
    display: block;
    width: 147%;
    margin-top: -0.25rem;
}



section {
    padding: 2rem 0;
    position: relative;
}

.wrapper {
    margin: 0 auto;
    max-width: 750px;
    width: 85%;
}

#horns {
    z-index: 1;
    width: 125px;
    margin: 0 auto;
    margin-bottom: -2.2rem;
    transform: translateX(10%);

    filter: drop-shadow(0px 3px 0px #FFF6EA)
    drop-shadow(0px -3px 0px #FFF6EA)  
    drop-shadow(3px 0px 0px #FFF6EA) 
    drop-shadow(-3px 0px 0px #FFF6EA);
}



.dotted-list li {
display: flex;
padding: 0.66rem 0;
align-items: baseline;
}

.dotted-list * {
    text-wrap: nowrap
}
  
.dots {
    width: 100%;
    height: 1em;
    overflow: hidden; 
    word-wrap: break-word; 
    color: rgba(0,0,0,0.6);
    letter-spacing: 2px;
 }
  
.dots:after {
    content: '................................................................................';
}


#shows {
    margin:0 auto;
}

 #calendar .gig-date {
    width: 6ch;
    flex-shrink: 0;
 }

 #bobby-stand {
    width: 66%;
    margin: 0 auto;
 }

 .calendar a {
    display: block;
    margin-left: auto;
 }


@media only screen and (max-width: 720px) {
    html {
      font-size: 100%;
    }
   #horns {
        width: 80px;
    }
    #bobby-stand {
        width: 100%;
        margin: 0 auto;
     }
    

  }

